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

#include <projectdepsdlg.h>

Inheritance diagram for ProjectDepsDlg:
Collaboration diagram for ProjectDepsDlg:

Public Member Functions

 ProjectDepsDlg (wxWindow *parent, cbProject *sel=nullptr)
 
virtual ~ProjectDepsDlg ()
 
virtual void EndModal (int retCode)
 
- 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 ()
 

Protected Member Functions

void FillList ()
 
bool SaveList ()
 
void OnProjectChange (wxCommandEvent &event)
 

Protected Attributes

int m_LastSel
 

Detailed Description

Definition at line 13 of file projectdepsdlg.h.

Constructor & Destructor Documentation

◆ ProjectDepsDlg()

ProjectDepsDlg::ProjectDepsDlg ( wxWindow parent,
cbProject sel = nullptr 
)

◆ ~ProjectDepsDlg()

ProjectDepsDlg::~ProjectDepsDlg ( )
virtual

Definition at line 56 of file projectdepsdlg.cpp.

Member Function Documentation

◆ EndModal()

void ProjectDepsDlg::EndModal ( int  retCode)
virtual

Definition at line 147 of file projectdepsdlg.cpp.

References ScriptBindings::EndModal(), and SaveList().

◆ FillList()

void ProjectDepsDlg::FillList ( )
protected

◆ OnProjectChange()

void ProjectDepsDlg::OnProjectChange ( wxCommandEvent event)
protected

Definition at line 142 of file projectdepsdlg.cpp.

References FillList().

◆ SaveList()

bool ProjectDepsDlg::SaveList ( )
protected

Member Data Documentation

◆ m_LastSel

int ProjectDepsDlg::m_LastSel
protected

Definition at line 23 of file projectdepsdlg.h.

Referenced by FillList(), and SaveList().


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