wxXmlResourceHandler
Implements methods from the following classes
wxObject
Methods
wxXmlResourceHandler
Default constructor.
CanHandle
Returns true if it understands this node and can create a resource from it, false otherwise.
CreateResource
Creates an object (menu, dialog, control, ...) from an XML node.
DoCreateResource
Called from CreateResource after variables were filled.
SetParentResource
Sets the parent resource.
Static Methods
wxXmlResourceHandler
wxXmlResourceHandler
( )
Default constructor.
CanHandle
bool
CanHandle
(
wxXmlNode
&
$node
)
Returns true if it understands this node and can create a resource from it, false otherwise.
CreateResource
wxObject
&
CreateResource
(
wxXmlNode
&
$node
,
wxObject
&
$parent
,
wxObject
&
$instance
)
Creates an object (menu, dialog, control, ...) from an XML node.
DoCreateResource
wxObject
&
DoCreateResource
( )
Called from CreateResource after variables were filled.
SetParentResource
SetParentResource
(
wxXmlResource
&
$res
)
Sets the parent resource.