|
typedef std::vector< std::string > | StringArray |
|
◆ editNewStringArray()
YPopupInternal::StringArray YPopupInternal::editNewStringArray |
( |
const std::string & | label | ) |
|
|
static |
Display a popup dialog with 3 initially empty input fields
- Parameters
-
- Returns
- Entered values in a StringArray, if canceled the array is empty.
◆ editStringArray()
bool YPopupInternal::editStringArray |
( |
StringArray & | array, |
|
|
const std::string & | label ) |
|
static |
Display a popup dialog with several input fields
- Parameters
-
array | fields to edit |
label | title of the dialog |
- Returns
- true if dialog was closed by [OK], false otherwise
◆ message()
void YPopupInternal::message |
( |
const std::string & | label | ) |
|
|
static |
Display a simple popup dialog with OK button
- Parameters
-
label | the message to display |
The documentation for this class was generated from the following files:
- /__w/libyui/libyui/libyui/src/YPopupInternal.h
- /__w/libyui/libyui/libyui/src/YPopupInternal.cc