gtkutil::TextPanel Class Reference

#include <TextPanel.h>

Inheritance diagram for gtkutil::TextPanel:
Inheritance graph
[legend]
Collaboration diagram for gtkutil::TextPanel:
Collaboration graph
[legend]

Public Member Functions

 TextPanel ()
 ~TextPanel ()
void setValue (const std::string &value)
std::string getValue () const

Protected Member Functions

GtkWidget_getWidget () const
 Construct and/or return the GtkWidget.

Private Attributes

GtkWidget_widget

Detailed Description

Definition at line 7 of file TextPanel.h.


Constructor & Destructor Documentation

gtkutil::TextPanel::TextPanel (  ) 

Construct a TextPanel.

gtkutil::TextPanel::~TextPanel (  ) 

Destroy this TextPanel including all widgets.


Member Function Documentation

GtkWidget* gtkutil::TextPanel::_getWidget (  )  const [protected, virtual]

Construct and/or return the GtkWidget.

Implements gtkutil::Widget.

std::string gtkutil::TextPanel::getValue (  )  const [virtual]

Get the current value of the string which is being edited by this widget.

Implements gtkutil::EditorWidget.

void gtkutil::TextPanel::setValue ( const std::string val  )  [virtual]

Set the value of the string which should be edited by this widget. The child editing widgets will be immediately updated to reflect the new value.

Implements gtkutil::EditorWidget.


Field Documentation

Definition at line 7 of file TextPanel.h.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2