|
libyui-qt
2.52.4
|


Public Member Functions | |
| YQTimezoneSelector (YWidget *parent, const std::string &timezoneMap, const std::map< std::string, std::string > &timezones) | |
| Constructor. | |
| virtual | ~YQTimezoneSelector () |
| Destructor. | |
| virtual int | preferredWidth () |
| Preferred width of the widget. More... | |
| virtual int | preferredHeight () |
| Preferred height of the widget. More... | |
| virtual void | setSize (int newWidth, int newHeight) |
| Set the new size of the widget. More... | |
| virtual void | paintEvent (QPaintEvent *event) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual bool | event (QEvent *event) |
| virtual std::string | currentZone () const |
| subclasses have to implement this to return value | |
| virtual void | setCurrentZone (const std::string &zone, bool zoom) |
| subclasses have to implement this to set value | |
Protected Slots | |
| void | slotBlink () |
Protected Attributes | |
| YQTimezoneSelectorPrivate * | d |
Definition at line 34 of file YQTimezoneSelector.h.
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 187 of file YQTimezoneSelector.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 181 of file YQTimezoneSelector.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 193 of file YQTimezoneSelector.cc.