|
|
|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::XmlResource Class Reference#include <XmlResource.h>
Inheritance diagram for acdk::wx::XmlResource:
List of all members.
Detailed Description
See wxXmlResource.
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.5
- Date:
- Date
- 2005/02/05 10:45:35
|
Public Member Functions |
| | XmlResource () |
| bool | load (IN(RString) filemask) |
| void | initAllHandlers () |
| void | clearHandlers () |
| RMenu | loadMenu (IN(RString) name) |
| RMenuBar | loadMenuBar (IN(RWindow) parent, IN(RString) name) |
| RMenuBar | loadMenuBar (IN(RString) name) |
| RDialog | loadDialog (IN(RWindow) parent, IN(RString) name) |
| bool | loadDialog (INOUT(RDialog) dlg, IN(RWindow) parent, IN(RString) name) |
| RFrame | loadFrame (IN(RWindow) parent, IN(RString) name) |
| bool | loadFrame (IN(RFrame) frame, IN(RWindow) parent, IN(RString) name) |
| RWxObject | loadObject (IN(RWindow) parent, IN(RString) name, IN(RString) classname) |
| bool | loadObject (IN(RWxObject) instance, IN(RWindow) parent, IN(RString) name, IN(RString) classname) |
| RBitmap | loadBitmap (IN(RString) name) |
| bool | attachUnknownControl (IN(RString) name, IN(RWindow) control, IN(RWindow) parent=Nil) |
| int | getVersion () const |
| int | compareVersion (int major, int minor, int release, int revision) const |
| int | getFlags () const |
| void | setFlags (int flags) |
Static Public Member Functions |
| int | getXRCID (IN(RString) name) |
| int | s2id (IN(RString) name) |
| RXmlResource | get () |
| RXmlResource | set (IN(RXmlResource) res) |
Constructor & Destructor Documentation
| acdk::wx::XmlResource::XmlResource |
( |
|
) |
[inline] |
|
Member Function Documentation
| bool acdk::wx::XmlResource::attachUnknownControl |
( |
IN(RString) |
name, |
|
|
IN(RWindow) |
control, |
|
|
IN(RWindow) |
parent = Nil |
|
) |
[inline] |
|
| void acdk::wx::XmlResource::clearHandlers |
( |
|
) |
[inline] |
|
| int acdk::wx::XmlResource::compareVersion |
( |
int |
major, |
|
|
int |
minor, |
|
|
int |
release, |
|
|
int |
revision |
|
) |
const [inline] |
|
| RXmlResource acdk::wx::XmlResource::get |
( |
|
) |
[inline, static] |
|
| int acdk::wx::XmlResource::getFlags |
( |
|
) |
const [inline] |
|
| int acdk::wx::XmlResource::getVersion |
( |
|
) |
const [inline] |
|
| int acdk::wx::XmlResource::getXRCID |
( |
IN(RString) |
name |
) |
[inline, static] |
|
| void acdk::wx::XmlResource::initAllHandlers |
( |
|
) |
[inline] |
|
| bool acdk::wx::XmlResource::load |
( |
IN(RString) |
filemask |
) |
[inline] |
|
| RBitmap acdk::wx::XmlResource::loadBitmap |
( |
IN(RString) |
name |
) |
[inline] |
|
| bool acdk::wx::XmlResource::loadDialog |
( |
INOUT(RDialog) |
dlg, |
|
|
IN(RWindow) |
parent, |
|
|
IN(RString) |
name |
|
) |
[inline] |
|
| bool acdk::wx::XmlResource::loadFrame |
( |
IN(RFrame) |
frame, |
|
|
IN(RWindow) |
parent, |
|
|
IN(RString) |
name |
|
) |
[inline] |
|
| RMenu acdk::wx::XmlResource::loadMenu |
( |
IN(RString) |
name |
) |
[inline] |
|
| int acdk::wx::XmlResource::s2id |
( |
IN(RString) |
name |
) |
[inline, static] |
|
| void acdk::wx::XmlResource::setFlags |
( |
int |
flags |
) |
[inline] |
|
|
|