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