Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
EditKeywordsDlg Class Reference

#include <editkeywordsdlg.h>

Inheritance diagram for EditKeywordsDlg:
Collaboration diagram for EditKeywordsDlg:

Public Member Functions

 EditKeywordsDlg (wxWindow *parent, EditorColourSet *theme, HighlightLanguage lang, const wxArrayString &descr)
 
 ~EditKeywordsDlg ()
 
- Public Member Functions inherited from wxScrollingDialog
 wxScrollingDialog ()
 
 wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox"))
 
- Public Member Functions inherited from wxDialog
virtual int ShowModal ()
 

Public Attributes

EditorColourSetm_pTheme
 
HighlightLanguage m_Lang
 
wxTextCtrltxtKeywords
 
int m_LastSet
 

Protected Member Functions

void OnSetChange (wxSpinEvent &event)
 

Protected Attributes

wxSpinCtrlspnSet
 

Private Member Functions

void UpdateDlg ()
 

Private Attributes

const wxArrayStringdescriptions
 

Detailed Description

Definition at line 16 of file editkeywordsdlg.h.

Constructor & Destructor Documentation

◆ EditKeywordsDlg()

EditKeywordsDlg::EditKeywordsDlg ( wxWindow parent,
EditorColourSet theme,
HighlightLanguage  lang,
const wxArrayString descr 
)

Definition at line 29 of file editkeywordsdlg.cpp.

References _T, wxXmlResource::Get(), and wxXmlResource::LoadObject().

◆ ~EditKeywordsDlg()

EditKeywordsDlg::~EditKeywordsDlg ( )

Definition at line 43 of file editkeywordsdlg.cpp.

Member Function Documentation

◆ OnSetChange()

void EditKeywordsDlg::OnSetChange ( wxSpinEvent event)
protected

◆ UpdateDlg()

void EditKeywordsDlg::UpdateDlg ( )
private

Member Data Documentation

◆ descriptions

const wxArrayString& EditKeywordsDlg::descriptions
private

Definition at line 32 of file editkeywordsdlg.h.

Referenced by UpdateDlg().

◆ m_Lang

HighlightLanguage EditKeywordsDlg::m_Lang

Definition at line 27 of file editkeywordsdlg.h.

Referenced by OnSetChange(), and UpdateDlg().

◆ m_LastSet

int EditKeywordsDlg::m_LastSet

Definition at line 29 of file editkeywordsdlg.h.

Referenced by OnSetChange(), and UpdateDlg().

◆ m_pTheme

EditorColourSet* EditKeywordsDlg::m_pTheme

Definition at line 26 of file editkeywordsdlg.h.

Referenced by OnSetChange(), and UpdateDlg().

◆ spnSet

wxSpinCtrl* EditKeywordsDlg::spnSet
protected

Definition at line 24 of file editkeywordsdlg.h.

Referenced by UpdateDlg().

◆ txtKeywords

wxTextCtrl* EditKeywordsDlg::txtKeywords

Definition at line 28 of file editkeywordsdlg.h.

Referenced by OnSetChange(), and UpdateDlg().


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