#include <dlgprofilemanager.h>
Protected Member Functions | |
void | FillListBox () |
void | EditProfile (CProfile *profile) |
void | OnActivateItem (wxListEvent &event) |
CDlgProfileManager
is a helper dialog. You always need this, if you want the user to choose a profile. Examples:How to use:
CDlgProfileManager dlg( this );
dlg.Center( );
dlg.ShowModal();
Definition at line 53 of file dlgprofilemanager.h.
|
edit Definition at line 138 of file dlgprofilemanager.cpp. References FillListBox(). Referenced by OnActivateItem(). |
Here is the call graph for this function:
|
clear and refill listbox Definition at line 114 of file dlgprofilemanager.cpp. References WDS::CProfile::GetName(), WDS::CProfileManager::GetProfile(), and WDS::CProfileManager::size(). Referenced by EditProfile(). |
Here is the call graph for this function:
|
called, when double clicked on an item Definition at line 155 of file dlgprofilemanager.cpp. References EditProfile(), WDS::CProfileManager::GetProfile(), and WDS::CProfileManager::size(). |
Here is the call graph for this function: