|
| YGLogView (YWidget *parent, const std::string &label, int visibleLines, int maxLines) |
|
virtual void | displayLogText (const std::string &text) |
|
virtual unsigned int | getMinSize (YUIDimension dim) |
|
| YGTextView (YWidget *ywidget, YWidget *parent, const std::string &label, bool editable) |
|
GtkTextBuffer * | getBuffer () |
|
int | getCharsNb () |
|
void | setCharsNb (int max_chars) |
|
void | truncateText (int pos) |
|
void | setText (const std::string &text) |
|
void | appendText (const std::string &text) |
|
std::string | getText () |
|
void | scrollToBottom () |
|
| YGScrolledWidget (YWidget *ywidget, YWidget *yparent, GType type, const char *property_name,...) |
|
| YGScrolledWidget (YWidget *ywidget, YWidget *yparent, const std::string &label_text, YUIDimension label_ori, GType type, const char *property_name,...) |
|
virtual GtkWidget * | getWidget () |
|
void | setPolicy (GtkPolicyType hpolicy, GtkPolicyType vpolicy) |
|
| 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,...) |
|
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) |
|
Definition at line 150 of file YGText.cc.