wxToolBarCustomisationManager Class Reference

#include <toolbarcust/toolbarcust.h>

List of all members.

Public Member Functions

 wxToolBarCustomisationManager ()
 ~wxToolBarCustomisationManager ()
void Init ()
 Initialises the class.
void Clear ()
 Clears the items.
void Add (wxToolBarCustomisationInfo *info)
 Adds information about a toolbar.
wxToolBarCustomisationInfoFind (const wxString &name) const
 Finds information about a toolbar.
int FindIndex (const wxString &name) const
 Finds the nth info for the given name.
wxToolBarCustomisationInfoGetNth (int n) const
 Gets the nth record.
int GetCount () const
 Gets the number of toolbar customisation records.
bool Save (const wxString &path, wxConfigBase &config)
 Saves enabled status to config.
bool Load (const wxString &path, wxConfigBase &config)
 Load enabled status from config.

Protected Attributes

wxList m_infos


Detailed Description

wxToolBarCustomisationManager manages multiple customisation information.

Constructor & Destructor Documentation

wxToolBarCustomisationManager::wxToolBarCustomisationManager (  ) 

wxToolBarCustomisationManager manages multiple customisation information.

wxToolBarCustomisationManager::~wxToolBarCustomisationManager (  ) 


Member Function Documentation

void wxToolBarCustomisationManager::Add ( wxToolBarCustomisationInfo info  ) 

Adds information about a toolbar.

void wxToolBarCustomisationManager::Clear (  ) 

Clears the items.

wxToolBarCustomisationInfo * wxToolBarCustomisationManager::Find ( const wxString &  name  )  const

Finds information about a toolbar.

int wxToolBarCustomisationManager::FindIndex ( const wxString &  name  )  const

Finds the nth info for the given name.

int wxToolBarCustomisationManager::GetCount (  )  const [inline]

Gets the number of toolbar customisation records.

wxToolBarCustomisationInfo * wxToolBarCustomisationManager::GetNth ( int  n  )  const

Gets the nth record.

void wxToolBarCustomisationManager::Init (  ) 

Initialises the class.

bool wxToolBarCustomisationManager::Load ( const wxString &  path,
wxConfigBase &  config 
)

Load enabled status from config.

bool wxToolBarCustomisationManager::Save ( const wxString &  path,
wxConfigBase &  config 
)

Saves enabled status to config.


Member Data Documentation


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

Generated on Wed May 6 19:22:09 2009 for AxTk by  doxygen 1.5.8