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

#include <selectincludefile.h>

Inheritance diagram for SelectIncludeFile:
Collaboration diagram for SelectIncludeFile:

Public Member Functions

 SelectIncludeFile (wxWindow *parent, wxWindowID id=-1)
 
virtual ~SelectIncludeFile ()
 
void AddListEntries (const wxArrayString &IncludeFile)
 
wxString GetIncludeFile () const
 
- 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 ()
 

Private Member Functions

void OnOk (wxCommandEvent &event)
 
void OnCancel (wxCommandEvent &event)
 

Private Attributes

wxListBoxLstIncludeFiles
 
wxString m_SelectedIncludeFile
 

Detailed Description

Definition at line 21 of file selectincludefile.h.

Constructor & Destructor Documentation

◆ SelectIncludeFile()

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

Definition at line 22 of file selectincludefile.cpp.

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

◆ ~SelectIncludeFile()

SelectIncludeFile::~SelectIncludeFile ( )
virtual

Definition at line 28 of file selectincludefile.cpp.

Member Function Documentation

◆ AddListEntries()

void SelectIncludeFile::AddListEntries ( const wxArrayString IncludeFile)

Definition at line 48 of file selectincludefile.cpp.

References LstIncludeFiles.

Referenced by CodeCompletion::OnOpenIncludeFile().

◆ GetIncludeFile()

wxString SelectIncludeFile::GetIncludeFile ( ) const
inline

Definition at line 28 of file selectincludefile.h.

References m_SelectedIncludeFile, OnCancel(), and OnOk().

Referenced by CodeCompletion::OnOpenIncludeFile().

◆ OnCancel()

void SelectIncludeFile::OnCancel ( wxCommandEvent event)
private

Definition at line 43 of file selectincludefile.cpp.

References ScriptBindings::EndModal(), and wxID_CANCEL.

Referenced by GetIncludeFile().

◆ OnOk()

void SelectIncludeFile::OnOk ( wxCommandEvent event)
private

Member Data Documentation

◆ LstIncludeFiles

wxListBox* SelectIncludeFile::LstIncludeFiles
private

Definition at line 34 of file selectincludefile.h.

Referenced by AddListEntries(), and OnOk().

◆ m_SelectedIncludeFile

wxString SelectIncludeFile::m_SelectedIncludeFile
private

Definition at line 36 of file selectincludefile.h.

Referenced by GetIncludeFile(), and OnOk().


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