ToolMap
Loading...
Searching...
No Matches
tmAAttribCtrlText Class Reference

tmAAttribTree item of type TextCtrl More...

#include <tmaattribctrls.h>

Inheritance diagram for tmAAttribCtrlText:
tmAAttribCtrl

Public Member Functions

 tmAAttribCtrlText (wxWindow *parent, const ProjectDefMemoryFields &fieldinfo, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=_T("tmAAttribCtrlText"))
 
void Create (wxWindow *parent, const ProjectDefMemoryFields &fieldinfo, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=_T("tmAAttribCtrlText"))
 
virtual void SetControlValue (const wxString &value)
 
virtual wxString GetControlValue ()
 
- Public Member Functions inherited from tmAAttribCtrl
 tmAAttribCtrl (wxWindow *parent, const ProjectDefMemoryFields &fieldinfo, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=_T("tmAAttribCtrl"))
 
virtual void SetLabel (const wxString &labeltext)
 
virtual wxString GetLabel () const
 
virtual void SetEmptyValue ()
 

Additional Inherited Members

- Protected Attributes inherited from tmAAttribCtrl
wxStaticText * m_Label
 

Detailed Description

tmAAttribTree item of type TextCtrl

This control define a panel with a static text SetLabel(), GetLabel() and a textctrl. Use SetControlValue(), GetControlValue() to access the textctrl.

Author
Lucien Schreiber (c) CREALP 2009
Date
08 March 2009

Member Function Documentation

◆ Create()

void tmAAttribCtrlText::Create ( wxWindow *  parent,
const ProjectDefMemoryFields fieldinfo,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTAB_TRAVERSAL,
const wxString &  name = _T("tmAAttribCtrlText") 
)
virtual

Implements tmAAttribCtrl.

◆ GetControlValue()

wxString tmAAttribCtrlText::GetControlValue ( )
virtual

Implements tmAAttribCtrl.

◆ SetControlValue()

void tmAAttribCtrlText::SetControlValue ( const wxString &  value)
virtual

Implements tmAAttribCtrl.


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