25 #ifndef YTimezoneSelector_h
26 #define YTimezoneSelector_h
50 const std::string & pixmap,
51 const std::map<std::string, std::string> & timezones );
63 virtual const char *
widgetClass()
const {
return "YTimezoneSelector"; }
75 virtual bool setProperty(
const std::string & propertyName,
Definition: YProperty.h:198
Definition: YProperty.h:105
Definition: YTimezoneSelector.cc:36
Definition: YTimezoneSelector.h:39
virtual YPropertyValue getProperty(const std::string &propertyName)
Definition: YTimezoneSelector.cc:93
virtual void setCurrentZone(const std::string &zone, bool zoom)=0
YTimezoneSelector(YWidget *parent, const std::string &pixmap, const std::map< std::string, std::string > &timezones)
Definition: YTimezoneSelector.cc:43
virtual bool setProperty(const std::string &propertyName, const YPropertyValue &val)
Definition: YTimezoneSelector.cc:74
virtual ~YTimezoneSelector()
Definition: YTimezoneSelector.cc:51
virtual std::string currentZone() const =0
virtual const char * widgetClass() const
Definition: YTimezoneSelector.h:63
virtual const YPropertySet & propertySet()
Definition: YTimezoneSelector.cc:58