#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <locale.h>#include <pthread.h>#include <assert.h>#include <string.h>#include <ycp/y2log.h>#include <ycp/YCPVoid.h>#include "YUI.h"#include "YUISymbols.h"#include "YWidget.h"#include "YDialog.h"#include "YRadioButton.h"#include "YRadioButtonGroup.h"#include "YReplacePoint.h"Defines | |
| #define | VERBOSE_COMM 0 |
| #define | VERBOSE_FIND_RADIO_BUTTON_GROUP 0 |
| #define | y2log_component "ui" |
Typedefs | |
| typedef YCPValue(*) | v2 () |
| typedef YCPValue(*) | v2v (const YCPValue &) |
| typedef YCPValue(*) | v2vv (const YCPValue &, const YCPValue &) |
| typedef YCPValue(*) | v2vvv (const YCPValue &, const YCPValue &, const YCPValue &) |
| typedef YCPValue(*) | v2vvvv (const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &) |
| typedef YCPValue(*) | v2vvvvv (const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &) |
Functions | |
| void * | start_ui_thread (void *yui) |
| YCPValue | UIUserInput () |
| YCPValue | UITimeoutUserInput (const YCPInteger &timeout) |
| YCPValue | UIWaitForEvent () |
| YCPValue | UIWaitForEventTimeout (const YCPInteger &timeout) |
| #define VERBOSE_COMM 0 |
| #define VERBOSE_FIND_RADIO_BUTTON_GROUP 0 |
| #define y2log_component "ui" |
| typedef YCPValue(*) v2vvvvv(const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &) |
| void * start_ui_thread | ( | void * | yui | ) |
| YCPValue UITimeoutUserInput | ( | const YCPInteger & | timeout | ) |
| YCPValue UIUserInput | ( | ) |
| YCPValue UIWaitForEvent | ( | ) |
| YCPValue UIWaitForEventTimeout | ( | const YCPInteger & | timeout | ) |
1.5.0