|
| YGDateField (YWidget *parent, const std::string &label) |
|
GtkCalendar * | getCalendar () |
|
YGtkFieldEntry * | getField () |
|
virtual void | setValue (const std::string &date) |
|
virtual std::string | value () |
|
| YGLabeledWidget (YWidget *ywidget, YWidget *yparent, const std::string &label_text, YUIDimension label_ori, GType type, const char *property_name,...) |
|
virtual GtkWidget * | getWidget () |
|
void | setLabelVisible (bool show) |
|
void | setBuddy (GtkWidget *widget) |
|
virtual void | doSetLabel (const std::string &label) |
|
YUIDimension | orientation () |
|
GtkWidget * | getLabelWidget () |
|
| YGWidget (YWidget *ywidget, YWidget *yparent, GType type, const char *property_name,...) |
|
GtkWidget * | getLayout () |
|
virtual GtkWidget * | getContainer () |
|
virtual bool | doSetKeyboardFocus () |
|
virtual void | doSetEnabled (bool enabled) |
|
virtual void | doSetUseBoldFont (bool useBold) |
|
virtual void | doAddChild (YWidget *child, GtkWidget *container) |
|
virtual void | doRemoveChild (YWidget *child, GtkWidget *container) |
|
virtual int | doPreferredSize (YUIDimension dimension) |
|
virtual void | doSetSize (int width, int height) |
|
const char * | getWidgetName () const |
|
virtual std::string | getDebugLabel () const |
|
void | setBorder (unsigned int border) |
|
virtual unsigned int | getMinSize (YUIDimension dim) |
|
|
enum | EventFlags { DELAY_EVENT = 2,
IGNORE_NOTIFY_EVENT = 4,
IF_NOT_PENDING_EVENT = 8
} |
|
void | emitEvent (YEvent::EventReason reason, EventFlags flags=(EventFlags) 0) |
|
void | connect (gpointer object, const char *name, GCallback callback, gpointer data, bool after=true) |
|
void | blockSignals () |
|
void | unblockSignals () |
|
void | construct (YWidget *ywidget, YWidget *yparent, GType type, const char *property_name, va_list args) |
|
GtkWidget * | m_label |
|
GtkWidget * | m_field |
|
YUIDimension | m_orientation |
|
Definition at line 147 of file YGInputField.cc.
The documentation for this class was generated from the following file: