|
| YGComboBox (YWidget *parent, const std::string &label, bool editable) |
|
GtkComboBox * | getComboBox () |
|
GtkEntry * | getEntry () |
|
void | blockSelected () |
|
void | doAddItem (YItem *item) |
|
void | doSelectItem (YItem *item, bool select) |
|
void | doDeselectAllItems () |
|
YItem * | doSelectedItem () |
|
virtual std::string | text () |
|
virtual void | setText (const std::string &value) |
|
virtual void | setInputMaxLength (int length) |
|
virtual void | setValidChars (const std::string &validChars) |
|
| YGLabeledWidget (YWidget *ywidget, YWidget *yparent, const std::string &label_text, YUIDimension label_ori, GType type, const char *property_name,...) |
|
| YGLabeledWidget (YWidget *ywidget, YWidget *yparent, const std::string &label_text, YUIDimension label_ori, GtkWidget *gtkwidget, 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,...) |
|
| YGWidget (YWidget *ywidget, YWidget *yparent, GtkWidget *gtkwidget, 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) |
|
| YGSelectionStore (bool tree) |
|
GtkTreeModel * | getModel () |
|
void | createStore (int cols, const GType types[]) |
|
void | addRow (YItem *item, GtkTreeIter *iter, GtkTreeIter *parent=0) |
|
void | setRowText (GtkTreeIter *iter, int iconCol, const std::string &icon, int labelCol, const std::string &label, const YSelectionWidget *widget) |
|
void | setRowMark (GtkTreeIter *iter, int markCol, bool mark) |
|
void | doDeleteAllItems () |
|
YItem * | getYItem (GtkTreeIter *iter) |
|
void | getTreeIter (const YItem *item, GtkTreeIter *iter) |
|
GtkListStore * | getListStore () |
|
GtkTreeStore * | getTreeStore () |
|
bool | isEmpty () |
|
int | getTreeDepth () |
|
bool | findLabel (int labelCol, const std::string &label, GtkTreeIter *iter) |
|
|
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, GtkWidget *gtkwidget, const char *property_name, va_list args) |
|
GtkWidget * | m_label |
|
GtkWidget * | m_field |
|
YUIDimension | m_orientation |
|
GtkTreeModel * | m_model |
|
bool | isTree |
|
gpointer | m_nextRowId |
|
Definition at line 13 of file YGComboBox.cc.