Code::Blocks
SVN r11506
|
#include <associations.h>
Public Member Functions | |
ManageAssocsDialog (wxWindow *parent) | |
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 | OnApply (wxCommandEvent &event) |
void | OnCancel (wxCommandEvent &event) |
void | OnClearAll (wxCommandEvent &event) |
Private Attributes | |
wxCheckListBox * | list |
Definition at line 56 of file associations.h.
ManageAssocsDialog::ManageAssocsDialog | ( | wxWindow * | parent | ) |
Definition at line 322 of file associations.cpp.
References _T, Associations::CountAssocs(), Associations::DoCheckAssociation(), wxXmlResource::Get(), and wxXmlResource::LoadObject().
|
protected |
Definition at line 343 of file associations.cpp.
References Associations::DoClearAssociation(), DoSetAssociation(), ScriptBindings::EndModal(), wxCheckListBox::GetCount(), wxCheckListBox::IsChecked(), list, and Associations::UpdateChanges().
Referenced by Associations::DoClearAssociation().
|
protected |
Definition at line 360 of file associations.cpp.
References ScriptBindings::EndModal().
Referenced by Associations::DoClearAssociation().
|
protected |
Definition at line 365 of file associations.cpp.
References Associations::ClearAll(), ScriptBindings::EndModal(), AskAssocDialog::OnCharHook(), AskAssocDialog::OnESC(), AskAssocDialog::OnOK(), Associations::UpdateChanges(), and wxID_CANCEL.
Referenced by Associations::DoClearAssociation().
|
private |
Definition at line 58 of file associations.h.
Referenced by OnApply().