#include <ListAttribute.h>
Public Member Functions | |
NonModalComboBox (const Callback &changed) | |
void | connect (GtkComboBox *combo) |
void | setActive (GtkComboBox *combo, int value) |
Static Private Member Functions | |
static gboolean | changed (GtkComboBox *widget, NonModalComboBox *self) |
Private Attributes | |
Callback | m_changed |
guint | m_changedHandler |
Definition at line 4 of file ListAttribute.h.
NonModalComboBox::NonModalComboBox | ( | const Callback & | changed | ) | [inline] |
Definition at line 16 of file ListAttribute.h.
static gboolean NonModalComboBox::changed | ( | GtkComboBox * | widget, | |
NonModalComboBox * | self | |||
) | [inline, static, private] |
Definition at line 9 of file ListAttribute.h.
Referenced by connect().
void NonModalComboBox::connect | ( | GtkComboBox * | combo | ) | [inline] |
Definition at line 20 of file ListAttribute.h.
References changed(), and m_changedHandler.
Referenced by ListAttribute::ListAttribute(), and setActive().
void NonModalComboBox::setActive | ( | GtkComboBox * | combo, | |
int | value | |||
) | [inline] |
Definition at line 24 of file ListAttribute.h.
References connect(), and m_changedHandler.
Referenced by ListAttribute::update().
Callback NonModalComboBox::m_changed [private] |
Definition at line 6 of file ListAttribute.h.
guint NonModalComboBox::m_changedHandler [private] |
Definition at line 7 of file ListAttribute.h.
Referenced by connect(), and setActive().