libyui
|
#include <YTimezoneSelector.h>
Protected Member Functions | |
YTimezoneSelector (YWidget *parent, const std::string &pixmap, const std::map< std::string, std::string > &timezones) | |
![]() | |
YWidget (YWidget *parent) | |
YWidgetChildrenManager * | childrenManager () const |
void | setChildrenManager (YWidgetChildrenManager *manager) |
void | setBeingDestroyed () |
void | dumpWidget (YWidget *w, int indentationLevel) |
A fancy widget with a world map.
|
protected |
Constructor. This widget isn't doing much on it's own, but the UI may have some fancy use.
The widget is only displaying timezones/cities in that map
|
virtual |
Destructor.
|
pure virtual |
subclasses have to implement this to return value
|
virtual |
|
virtual |
subclasses have to implement this to set value
|
virtual |
Return a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.