#include <GuiTextEntry.h>
Inheritance diagram for GuiTextEntry:

Public Member Functions | |
| GuiTextEntry (TGWindow &parent, const char *initial_text=" ") | |
| virtual | ~GuiTextEntry () |
Public Attributes | |
| SigC::Signal0< void > | activated |
| SigC::Signal1< void, const char * > | text_changed |
Protected Member Functions | |
| virtual void | ReturnPressed () |
| virtual void | TextChanged (const char *) |
|
||||||||||||
|
Definition at line 28 of file GuiTextEntry.h. References GuiBase::SetLayoutHints(). 00028 :
00029 TGTextEntry(&parent,initial_text)
00030 { SetLayoutHints(kLHintsExpandX); }
|
|
|
Definition at line 32 of file GuiTextEntry.h. 00032 { }
|
|
|
Definition at line 43 of file GuiTextEntry.h. References activated. 00044 { this->TGTextEntry::ReturnPressed(); activated(); }
|
|
|
Definition at line 45 of file GuiTextEntry.h. References text_changed. 00046 { this->TGTextEntry::TextChanged(); text_changed(GetText()); }
|
|
|
Definition at line 34 of file GuiTextEntry.h. Referenced by add_entry(), ParticleDisplay::BuildDisplay(), NueDisplayModule::BuildDisplay(), TridPageDisplay::BuildGUI(), main(), ReturnPressed(), RunSnarlEntry::RunSnarlEntry(), and PageDisplay::SetupButtons(). |
|
|
Definition at line 35 of file GuiTextEntry.h. Referenced by main(), and TextChanged(). |
1.3.9.1