|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::FontData Class Reference#include <FontData.h>
Inheritance diagram for acdk::wx::FontData:
List of all members.
Detailed Description
see wxFontData
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.3
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::FontData::FontData |
( |
|
) |
[inline] |
|
Member Function Documentation
void acdk::wx::FontData::enableEffects |
( |
bool |
enable |
) |
[inline] |
|
bool acdk::wx::FontData::getAllowSymbols |
( |
|
) |
[inline] |
|
RFont acdk::wx::FontData::getChosenFont |
( |
|
) |
[inline] |
|
RColour acdk::wx::FontData::getColour |
( |
|
) |
[inline] |
|
bool acdk::wx::FontData::getEnableEffects |
( |
|
) |
[inline] |
|
RFont acdk::wx::FontData::getInitialFont |
( |
|
) |
[inline] |
|
bool acdk::wx::FontData::getShowHelp |
( |
|
) |
[inline] |
|
void acdk::wx::FontData::setAllowSymbols |
( |
bool |
allowSymbols |
) |
[inline] |
|
void acdk::wx::FontData::setChosenFont |
( |
IN(RFont) |
font |
) |
[inline] |
|
void acdk::wx::FontData::setColour |
( |
IN(RColour) |
colour |
) |
[inline] |
|
void acdk::wx::FontData::setInitialFont |
( |
IN(RFont) |
font |
) |
[inline] |
|
void acdk::wx::FontData::setRange |
( |
int |
min, |
|
|
int |
max |
|
) |
[inline] |
|
void acdk::wx::FontData::setShowHelp |
( |
bool |
showHelp |
) |
[inline] |
|
|
|