Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Examples

YUI_bindings.cc File Reference

#include "UI.h"
#include "ycp/YCPBoolean.h"
#include "ycp/YCPInteger.h"
#include "ycp/YCPVoid.h"
#include "ycp/YCPString.h"
#include "ycp/YCPCode.h"
#include "ycp/StaticDeclaration.h"
#include "ycp/y2log.h"
#include "YUI.h"
#include "YUIComponent.h"

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[])

Define Documentation

#define y2log_component   "ui"
 


Function Documentation

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 UIBusyCursor  )  [static]
 

YCPValue UICallHandler void *  ptr,
int  argc,
YCPValue  argv[]
[static]
 

YCPValue UIChangeWidget const YCPTerm widget_id,
const YCPValue property,
const YCPValue new_value
[static]
 

YCPValue UIChangeWidgetOld const YCPSymbol 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 UICheckShortcuts  )  [static]
 

YCPValue UICloseDialog  )  [static]
 

YCPValue UIDumpWidgetTree  )  [static]
 

YCPValue UIFakeUserInput const YCPValue next_input  )  [static]
 

YCPValue UIFakeUserInputNil  )  [static]
 

YCPValue UIGetDisplayInfo  )  [static]
 

YCPValue UIGetLanguage const YCPBoolean strip  )  [static]
 

YCPValue UIGetProductName  )  [static]
 

YCPValue UIGlyph const YCPSymbol glyphSym  )  [static]
 

YCPValue UIHasSpecialWidget const YCPSymbol widget  )  [static]
 

YCPValue UIMakeScreenshot  )  [static]
 

YCPValue UIMakeScreenshotToFile const YCPString filename  )  [static]
 

YCPValue UINormalCursor  )  [static]
 

YCPValue UIOpenDialog const YCPTerm dialog_term  )  [static]
 

YCPValue UIOpenDialogOpt const YCPTerm opts,
const YCPTerm dialog_term
[static]
 

YCPValue UIPlayMacro const YCPString filename  )  [static]
 

YCPValue UIPollInput  )  [static]
 

YCPValue UIPostponeShortcutCheck  )  [static]
 

YCPValue UIQueryWidget const YCPTerm widget_id,
const YCPSymbol property
[static]
 

YCPValue UIQueryWidgetOld const YCPSymbol widget_id,
const YCPSymbol property
[static]
 

YCPValue UIQueryWidgetOldTerm const YCPSymbol widget_id,
const YCPTerm property
[static]
 

YCPValue UIQueryWidgetTerm const YCPTerm widget_id,
const YCPTerm property
[static]
 

YCPValue UIRecalcLayout  )  [static]
 

YCPValue UIRecode const YCPString from,
const YCPString to,
const YCPString text
[static]
 

YCPValue UIRecordMacro const YCPString filename  )  [static]
 

YCPValue UIRedrawScreen  )  [static]
 

YCPValue UIReplaceWidget const YCPTerm widget_id,
const YCPTerm new_widget
[static]
 

YCPValue UIReplaceWidgetOld const YCPSymbol widget_id,
const YCPTerm new_widget
[static]
 

YCPValue UIRunPkgSelection const YCPValue widget_id  )  [static]
 

YCPValue UISetConsoleFont const YCPString console_magic,
const YCPString font,
const YCPString screen_map,
const YCPString unicode_map,
const YCPString encoding
[static]
 

YCPValue UISetFocus const YCPTerm widget_id  )  [static]
 

YCPValue UISetFocusOld const YCPSymbol widget_id  )  [static]
 

YCPValue UISetFunctionKeys const YCPMap new_fkeys  )  [static]
 

YCPValue UISetKeyboard  )  [static]
 

YCPValue UISetLanguage const YCPString language  )  [static]
 

YCPValue UISetLanguageAndEncoding const YCPString language,
const YCPString encoding
[static]
 

YCPValue UISetModulename const YCPString name  )  [static]
 

YCPValue UISetProductName const YCPString name  )  [static]
 

YCPValue UIStopRecordMacro  )  [static]
 

YCPValue UITimeoutUserInput const YCPInteger &  timeout  )  [static]
 

YCPValue UIUserInput  ) 
 

YCPValue UIWaitForEvent  )  [static]
 

YCPValue UIWaitForEventTimeout const YCPInteger &  timeout  )  [static]
 

YCPValue UIWidgetExists const YCPTerm widget_id  )  [static]
 

YCPValue UIWidgetExistsOld const YCPSymbol widget_id  )  [static]
 

YCPValue UIWizardCommand const YCPTerm command  )  [static]
 


Generated on Fri Nov 9 18:15:23 2007 for yast2-core by doxygen 1.3.6