|
|
|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Icon Class Reference#include <Icon.h>
Inheritance diagram for acdk::wx::Icon:
List of all members.
Detailed Description
see wxIcon
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.5
- Date:
- Date
- 2005/04/21 09:52:28
Constructor & Destructor Documentation
| acdk::wx::Icon::Icon |
( |
|
) |
[inline] |
|
| acdk::wx::Icon::Icon |
( |
IN(RString) |
name, |
|
|
int |
type, |
|
|
int |
desiredWidth = -1, |
|
|
int |
desiredHeight = -1 |
|
) |
[inline] |
|
Member Function Documentation
| int acdk::wx::Icon::getDepth |
( |
|
) |
const [inline] |
|
| int acdk::wx::Icon::getHeight |
( |
|
) |
const [inline] |
|
| int acdk::wx::Icon::getWidth |
( |
|
) |
const [inline] |
|
| bool acdk::wx::Icon::loadFile |
( |
IN(RString) |
name, |
|
|
int |
type |
|
) |
[inline] |
|
| RIcon acdk::wx::Icon::nullIcon |
( |
|
) |
[inline, static] |
|
| bool acdk::wx::Icon::ok |
( |
|
) |
const [inline] |
|
| void acdk::wx::Icon::setDepth |
( |
int |
depth |
) |
[inline] |
|
| void acdk::wx::Icon::setHeight |
( |
int |
height |
) |
[inline] |
|
| void acdk::wx::Icon::setWidth |
( |
int |
width |
) |
[inline] |
|
|
|