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

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

Define Documentation

#define y2log_component   "ui"
 


Function Documentation

static YCPValue UIAskForExistingDirectory const YCPString startDir,
const YCPString headline
[static]
 

static YCPValue UIAskForExistingFile const YCPString startWith,
const YCPString filter,
const YCPString headline
[static]
 

static YCPValue UIAskForSaveFileName const YCPString startWith,
const YCPString filter,
const YCPString headline
[static]
 

static YCPValue UIBusyCursor  )  [static]
 

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

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

static YCPValue UIChangeWidgetOld const YCPSymbol widget_id,
const YCPValue property,
const YCPValue new_value
[static]
 

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

static YCPValue UICheckShortcuts  )  [static]
 

static YCPValue UICloseDialog  )  [static]
 

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

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

static YCPValue UIDumpWidgetTree  )  [static]
 

static YCPValue UIFakeUserInput const YCPValue next_input  )  [static]
 

static YCPValue UIFakeUserInputNil  )  [static]
 

static YCPValue UIGetDisplayInfo  )  [static]
 

static YCPValue UIGetLanguage const YCPBoolean strip  )  [static]
 

static YCPValue UIGetProductName  )  [static]
 

static YCPValue UIGlyph const YCPSymbol glyphSym  )  [static]
 

static YCPValue UIHasSpecialWidget const YCPSymbol widget  )  [static]
 

static YCPValue UIMakeScreenshot  )  [static]
 

static YCPValue UIMakeScreenshotToFile const YCPString filename  )  [static]
 

static YCPValue UINormalCursor  )  [static]
 

static YCPValue UIOpenDialog const YCPTerm dialog_term  )  [static]
 

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

static YCPValue UIPlayMacro const YCPString filename  )  [static]
 

static YCPValue UIPollInput  )  [static]
 

static YCPValue UIPostponeShortcutCheck  )  [static]
 

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

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

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

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

static YCPValue UIRecalcLayout  )  [static]
 

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

static YCPValue UIRecordMacro const YCPString filename  )  [static]
 

static YCPValue UIRedrawScreen  )  [static]
 

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

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

static YCPValue UIRunPkgSelection const YCPValue widget_id  )  [static]
 

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

static YCPValue UISetFocus const YCPTerm widget_id  )  [static]
 

static YCPValue UISetFocusOld const YCPSymbol widget_id  )  [static]
 

static YCPValue UISetFunctionKeys const YCPMap new_fkeys  )  [static]
 

static YCPValue UISetKeyboard  )  [static]
 

static YCPValue UISetLanguage const YCPString language  )  [static]
 

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

static YCPValue UISetModulename const YCPString name  )  [static]
 

static YCPValue UISetProductName const YCPString name  )  [static]
 

static YCPValue UIStopRecordMacro  )  [static]
 

YCPValue UITimeoutUserInput const YCPInteger timeout  ) 
 

YCPValue UIUserInput  ) 
 

YCPValue UIWaitForEvent  ) 
 

YCPValue UIWaitForEventTimeout const YCPInteger timeout  ) 
 

static YCPValue UIWidgetExists const YCPTerm widget_id  )  [static]
 

static YCPValue UIWidgetExistsOld const YCPSymbol widget_id  )  [static]
 

static YCPValue UIWizardCommand const YCPTerm command  )  [static]
 


Generated on Fri Jun 16 18:07:45 2006 for yast2-core by  doxygen 1.4.6