#include <manager.h>
Inherited by wxIFMContainerData, wxIFMPanelData, wxIFMPanelTabData, and wxIFMResizeData.
Inheritance diagram for wxIFMExtensionDataBase:
Public Member Functions | |
virtual | ~wxIFMExtensionDataBase () |
virtual wxIFMComponentDataKeyType | GetDataKey () const =0 |
Static Public Member Functions | |
static wxIFMComponentDataKeyType | DataKey () |
Definition at line 737 of file manager.h.
|
Definition at line 956 of file manager.cpp. |
|
Note that this function is the static version of GetDataKey. ALL component data types must implement their own copy of this function.
Reimplemented in wxIFMContainerData, wxIFMPanelTabData, wxIFMPanelData, and wxIFMResizeData. Definition at line 959 of file manager.cpp. References IFM_COMPONENT_UNDEFINED. |
|
Implemented in wxIFMContainerData, wxIFMPanelTabData, wxIFMPanelData, and wxIFMResizeData. Referenced by wxIFMComponent::AddExtensionData(), and wxIFMComponent::wxIFMComponent(). |