|
| YGProgressBar (YWidget *parent, const std::string &label, int maxValue) |
|
virtual void | setValue (int value) |
|
virtual unsigned int | getMinSize (YUIDimension dim) |
|
| 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) |
|
|
static YGWidget * | get (YWidget *y_widget) |
|
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 41 of file YGProgressBar.cc.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/libyui-gtk-917b2ba3dc947e384b7ae581d73cd21a04ceeaa1/src/YGProgressBar.cc