#include <Y2UINamespace.h>

| Y2UINamespace::Y2UINamespace | ( | YUIComponent * | comp | ) |
Constructor.
| Y2UINamespace::~Y2UINamespace | ( | ) | [virtual] |
Destructor.
| void Y2UINamespace::registerFunctions | ( | ) | [private] |
| virtual const string Y2UINamespace::name | ( | ) | const [inline, virtual] |
| virtual const string Y2UINamespace::filename | ( | ) | const [inline, virtual] |
| virtual string Y2UINamespace::toString | ( | void | ) | const [inline, virtual] |
| virtual YCPValue Y2UINamespace::evaluate | ( | bool | cse = false |
) | [inline, virtual] |
| Y2Function * Y2UINamespace::createFunctionCall | ( | const string | name, | |
| constFunctionTypePtr | type | |||
| ) | [virtual] |
Creates a function call instance, which can be used to call a function from this namespace. The object is NOT owned anymore by this instance, the caller can (and should) delete it.
| name | name of the required function | |
| type | the type of the function (needed for overloading) |
Implements Y2Namespace.
| YCPValue Y2UINamespace::GetProductName | ( | ) |
| YCPValue Y2UINamespace::SetConsoleFont | ( | const YCPString & | console_magic, | |
| const YCPString & | font, | |||
| const YCPString & | screen_map, | |||
| const YCPString & | unicode_map, | |||
| const YCPString & | encoding | |||
| ) |
| YCPValue Y2UINamespace::SetKeyboard | ( | ) |
| YCPValue Y2UINamespace::GetLanguage | ( | const YCPBoolean & | strip | ) |
| YCPValue Y2UINamespace::UserInput | ( | ) |
| YCPValue Y2UINamespace::PollInput | ( | ) |
| YCPValue Y2UINamespace::TimeoutUserInput | ( | const YCPInteger & | timeout | ) |
| YCPValue Y2UINamespace::WaitForEvent | ( | ) |
| YCPValue Y2UINamespace::WaitForEvent | ( | const YCPInteger & | timeout | ) |
| YCPValue Y2UINamespace::CloseDialog | ( | ) |
| YCPValue Y2UINamespace::ChangeWidget | ( | const YCPSymbol & | widget_id, | |
| const YCPSymbol & | property, | |||
| const YCPValue & | new_value | |||
| ) |
| YCPValue Y2UINamespace::ChangeWidget | ( | const YCPTerm & | widget_id, | |
| const YCPSymbol & | property, | |||
| const YCPValue & | new_value | |||
| ) |
| YCPValue Y2UINamespace::ChangeWidget | ( | const YCPTerm & | widget_id, | |
| const YCPTerm & | property, | |||
| const YCPValue & | new_value | |||
| ) |
| YCPValue Y2UINamespace::BusyCursor | ( | ) |
| YCPValue Y2UINamespace::RedrawScreen | ( | ) |
| YCPValue Y2UINamespace::NormalCursor | ( | ) |
| YCPValue Y2UINamespace::MakeScreenShot | ( | ) |
| YCPValue Y2UINamespace::DumpWidgetTree | ( | ) |
| YCPValue Y2UINamespace::Beep | ( | ) |
| YCPValue Y2UINamespace::StopRecordMacro | ( | ) |
| YCPValue Y2UINamespace::FakeUserInput | ( | ) |
| YCPValue Y2UINamespace::GetDisplayInfo | ( | ) |
| YCPValue Y2UINamespace::RecalcLayout | ( | ) |
| YCPValue Y2UINamespace::PostponeShortcutCheck | ( | ) |
| YCPValue Y2UINamespace::CheckShortcuts | ( | ) |
| YCPValue Y2UINamespace::AskForExistingDirectory | ( | const YCPString & | startDir, | |
| const YCPString & | headline | |||
| ) |
| YCPValue Y2UINamespace::AskForExistingFile | ( | const YCPString & | startWith, | |
| const YCPString & | filter, | |||
| const YCPString & | headline | |||
| ) |
| YCPValue Y2UINamespace::AskForSaveFileName | ( | const YCPString & | startWith, | |
| const YCPString & | filter, | |||
| const YCPString & | headline | |||
| ) |
| YCPValue Y2UINamespace::Recode | ( | const YCPString & | from, | |
| const YCPString & | to, | |||
| const YCPString & | text | |||
| ) |
| YCPValue Y2UINamespace::CollectUserInput | ( | ) |
vector<string> Y2UINamespace::_registered_functions [private] |
YUIComponent* Y2UINamespace::m_comp [private] |
1.5.3