Version: 0.6.0
wxGISCatalogGeneralPropertyPage Class Reference

#include <gxpropertypages.h>

Inheritance diagram for wxGISCatalogGeneralPropertyPage:
Collaboration diagram for wxGISCatalogGeneralPropertyPage:

Public Member Functions

virtual bool Create (wxGISApplicationBase *application, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("General_Panel"))
 A Create function. More...
 
virtual wxString GetPageName (void)
 
virtual void Apply (void)
 Executed when OK is pressed.
 
- Public Member Functions inherited from IPropertyPage
virtual ~IPropertyPage (void)
 A destructor.
 

Protected Attributes

wxGISCheckListm_pRootItems
 
wxGISCheckListm_pFactoryItems
 
wxButton * m_button2
 
wxButton * m_button3
 
wxCheckBox * m_checkBoxHideExt
 
wxCheckBox * m_checkBoxLast
 
wxCheckBox * m_checkBoxHidden
 
wxGxCatalogUIm_pCatalog
 

Detailed Description

The catalog application propeties.

Library:  wxGISCatalogUI

Member Function Documentation

bool wxGISCatalogGeneralPropertyPage::Create ( wxGISApplicationBase application,
wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTAB_TRAVERSAL,
const wxString &  name = wxT("General_Panel") 
)
virtual

A Create function.

Parameters
applicationThe main app pointer
parentThe parent window pointer
idThe window ID
posThe window position
sizeThe window size
styleThe window style
nameThe window name
Returns
true if creation is success, otherwize false

The PropertyPage is two step creating.

Implements IPropertyPage.


The documentation for this class was generated from the following files:
  • /home/bishop/work/projects/nextgismanager/include/wxgis/catalogui/gxpropertypages.h
  • /home/bishop/work/projects/nextgismanager/src/catalogui/gxpropertypages.cpp