|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::WxObject Class Reference#include <WxObject.h>
Inheritance diagram for acdk::wx::WxObject:
List of all members.
Detailed Description
see wxObject
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.23
- Date:
- Date
- 2005/03/31 16:31:26
Constructor & Destructor Documentation
acdk::wx::WxObject::WxObject |
( |
|
) |
[inline] |
|
acdk::wx::WxObject::WxObject |
( |
wxObject * |
obj, |
|
|
bool |
owns = true |
|
) |
|
|
acdk::wx::WxObject::WxObject |
( |
const wxObject & |
obj, |
|
|
bool |
owns = false |
|
) |
|
|
Member Function Documentation
void acdk::wx::WxObject::_assignShadow |
( |
wxObject * |
wxObject, |
|
|
bool |
own |
|
) |
[private] |
|
|
for DMI implemented classes with multiple interface allow casts.
The returned acdk::lang::Object will be casted to the correct type using dynamic_cast - Parameters:
-
- Returns:
- 0 if cannot be casted
Reimplemented from acdk::lang::ObjectBase. |
bool acdk::wx::WxObject::ownsWxObject |
( |
|
) |
[inline] |
|
void acdk::wx::WxObject::ownsWxObject |
( |
bool |
own |
) |
[inline] |
|
Member Data Documentation
|
|