Main Page | Class List | File List | Class Members | Related Pages

WDS::CDlgProfileManager Class Reference

#include <dlgprofilemanager.h>

List of all members.

Protected Member Functions

void FillListBox ()
void EditProfile (CProfile *profile)
void OnActivateItem (wxListEvent &event)


Detailed Description

CDlgProfileManager is a helper dialog. You always need this, if you want the user to choose a profile. Examples: Everywhere the user has to choose a profile to perform the operation on.

How to use:

 CDlgProfileManager dlg( this );
 dlg.Center( );
 dlg.ShowModal();

Definition at line 53 of file dlgprofilemanager.h.


Member Function Documentation

void WDS::CDlgProfileManager::EditProfile CProfile profile  )  [protected]
 

edit profile

Definition at line 138 of file dlgprofilemanager.cpp.

References FillListBox().

Referenced by OnActivateItem().

Here is the call graph for this function:

void WDS::CDlgProfileManager::FillListBox  )  [protected]
 

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:

void WDS::CDlgProfileManager::OnActivateItem wxListEvent &  event  )  [protected]
 

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:


The documentation for this class was generated from the following files:
Generated on Sun Jan 16 18:20:27 2005 for WDSMap by  doxygen 1.3.9.1