Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
GenericSelectPath Class Reference

#include <genericselectpath.h>

Inheritance diagram for GenericSelectPath:
Collaboration diagram for GenericSelectPath:

Public Member Functions

 GenericSelectPath (wxWindow *parent, wxWindowID id=-1)
 
virtual ~GenericSelectPath ()
 
void SetDescription (const wxString &descr)
 

Public Attributes

wxBoxSizerBoxSizer2
 
wxButtonbtnBrowse
 
wxTextCtrltxtFolder
 
wxStaticTextlblLabel
 
wxBoxSizerBoxSizer1
 
wxStaticTextlblDescr
 

Static Public Attributes

static const long ID_STATICTEXT1 = wxNewId()
 
static const long ID_STATICTEXT2 = wxNewId()
 
static const long ID_TEXTCTRL1 = wxNewId()
 
static const long ID_BUTTON1 = wxNewId()
 

Detailed Description

Definition at line 20 of file genericselectpath.h.

Constructor & Destructor Documentation

◆ GenericSelectPath()

GenericSelectPath::GenericSelectPath ( wxWindow parent,
wxWindowID  id = -1 
)

◆ ~GenericSelectPath()

GenericSelectPath::~GenericSelectPath ( )
virtual

Definition at line 55 of file genericselectpath.cpp.

Member Function Documentation

◆ SetDescription()

void GenericSelectPath::SetDescription ( const wxString descr)
inline

Definition at line 28 of file genericselectpath.h.

References lblDescr.

Member Data Documentation

◆ BoxSizer1

wxBoxSizer* GenericSelectPath::BoxSizer1

Definition at line 51 of file genericselectpath.h.

◆ BoxSizer2

wxBoxSizer* GenericSelectPath::BoxSizer2

Definition at line 47 of file genericselectpath.h.

◆ btnBrowse

wxButton* GenericSelectPath::btnBrowse

Definition at line 48 of file genericselectpath.h.

◆ ID_BUTTON1

const long GenericSelectPath::ID_BUTTON1 = wxNewId()
static

Definition at line 40 of file genericselectpath.h.

◆ ID_STATICTEXT1

const long GenericSelectPath::ID_STATICTEXT1 = wxNewId()
static

Definition at line 37 of file genericselectpath.h.

◆ ID_STATICTEXT2

const long GenericSelectPath::ID_STATICTEXT2 = wxNewId()
static

Definition at line 38 of file genericselectpath.h.

◆ ID_TEXTCTRL1

const long GenericSelectPath::ID_TEXTCTRL1 = wxNewId()
static

Definition at line 39 of file genericselectpath.h.

◆ lblDescr

wxStaticText* GenericSelectPath::lblDescr

Definition at line 52 of file genericselectpath.h.

Referenced by SetDescription().

◆ lblLabel

wxStaticText* GenericSelectPath::lblLabel

Definition at line 50 of file genericselectpath.h.

◆ txtFolder

wxTextCtrl* GenericSelectPath::txtFolder

Definition at line 49 of file genericselectpath.h.


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