|
Defines |
| #define | y2log_component "ui" |
Functions |
| static YCPValue | UISetLanguage (const YCPString &language) |
| static YCPValue | UISetLanguageAndEncoding (const YCPString &language, const YCPString &encoding) |
| static YCPValue | UIGetProductName () |
| static YCPValue | UISetProductName (const YCPString &name) |
| static YCPValue | UISetConsoleFont (const YCPString &console_magic, const YCPString &font, const YCPString &screen_map, const YCPString &unicode_map, const YCPString &encoding) |
| static YCPValue | UISetKeyboard () |
| static YCPValue | UIGetLanguage (const YCPBoolean &strip) |
| YCPValue | UIUserInput () |
| static YCPValue | UIPollInput () |
| YCPValue | UITimeoutUserInput (const YCPInteger &timeout) |
| YCPValue | UIWaitForEvent () |
| YCPValue | UIWaitForEventTimeout (const YCPInteger &timeout) |
| static YCPValue | UIOpenDialogOpt (const YCPTerm &opts, const YCPTerm &dialog_term) |
| static YCPValue | UIOpenDialog (const YCPTerm &dialog_term) |
| static YCPValue | UICloseDialog () |
| static YCPValue | UIChangeWidgetOld (const YCPSymbol &widget_id, const YCPValue &property, const YCPValue &new_value) |
| static YCPValue | UIChangeWidget (const YCPTerm &widget_id, const YCPValue &property, const YCPValue &new_value) |
| static YCPValue | UIChangeWidgetTerm (const YCPTerm &widget_id, const YCPValue &property, const YCPValue &new_value) |
| static YCPValue | UIQueryWidgetOld (const YCPSymbol &widget_id, const YCPSymbol &property) |
| static YCPValue | UIQueryWidgetOldTerm (const YCPSymbol &widget_id, const YCPTerm &property) |
| static YCPValue | UIQueryWidget (const YCPTerm &widget_id, const YCPSymbol &property) |
| static YCPValue | UIQueryWidgetTerm (const YCPTerm &widget_id, const YCPTerm &property) |
| static YCPValue | UIReplaceWidgetOld (const YCPSymbol &widget_id, const YCPTerm &new_widget) |
| static YCPValue | UIReplaceWidget (const YCPTerm &widget_id, const YCPTerm &new_widget) |
| static YCPValue | UISetFocusOld (const YCPSymbol &widget_id) |
| static YCPValue | UISetFocus (const YCPTerm &widget_id) |
| static YCPValue | UIBusyCursor () |
| static YCPValue | UIRedrawScreen () |
| static YCPValue | UINormalCursor () |
| static YCPValue | UIMakeScreenshotToFile (const YCPString &filename) |
| static YCPValue | UIMakeScreenshot () |
| static YCPValue | UIDumpWidgetTree () |
| static YCPValue | UIBeep () |
| static YCPValue | UIRecordMacro (const YCPString &filename) |
| static YCPValue | UIStopRecordMacro () |
| static YCPValue | UIPlayMacro (const YCPString &filename) |
| static YCPValue | UIFakeUserInputNil () |
| static YCPValue | UIFakeUserInput (const YCPValue &next_input) |
| static YCPValue | UIGlyph (const YCPSymbol &glyphSym) |
| static YCPValue | UIGetDisplayInfo () |
| static YCPValue | UIRecalcLayout () |
| static YCPValue | UIPostponeShortcutCheck () |
| static YCPValue | UICheckShortcuts () |
| static YCPValue | UIWidgetExistsOld (const YCPSymbol &widget_id) |
| static YCPValue | UIWidgetExists (const YCPTerm &widget_id) |
| static YCPValue | UIRunPkgSelection (const YCPValue &widget_id) |
| static YCPValue | UIAskForExistingDirectory (const YCPString &startDir, const YCPString &headline) |
| static YCPValue | UIAskForExistingFile (const YCPString &startWith, const YCPString &filter, const YCPString &headline) |
| static YCPValue | UIAskForSaveFileName (const YCPString &startWith, const YCPString &filter, const YCPString &headline) |
| static YCPValue | UISetFunctionKeys (const YCPMap &new_fkeys) |
| static YCPValue | UIRecode (const YCPString &from, const YCPString &to, const YCPString &text) |
| static YCPValue | UISetModulename (const YCPString &name) |
| static YCPValue | UIHasSpecialWidget (const YCPSymbol &widget) |
| static YCPValue | UIWizardCommand (const YCPTerm &command) |
| static YCPValue | UICollectUserInput (const YCPTerm &widget_id, const YCPSymbol &property) |
| static YCPValue | UICollectUserInputTerm (const YCPTerm &widget_id, const YCPTerm &property) |
| static YCPValue | UICallHandler (void *ptr, int argc, YCPValue argv[]) |