Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

MS Windows Specific


Detailed Description

User code will often wrap in #ifdef _Windows Only ever used on MS Windows.

There should be very few entries in this group as they are explicitly to be avoided. Printing and previewing support functions for platform-specific frameworks are the main area in which these items occur.

use \ingroup oofWinSpecific to include items in this group


Modules

MFC application framework Only.
 use \ingroup oofMFCMacros to include items in this group

DLL Export Macros
 OOF..._EXPORT macros are used to export/import classes or functions to/from DLL
if DLL is created, the OOF..._CREATE_DLL must be set on
if DLL is used, the OOF..._USE_DLL must be set on
if DLL is not used (so static library OOF...LIB.LIB is linked or created) both macros
(OOF..._CREATE_DLL and OOF..._USE_DLL) must be set off; OOF..._EXPORT will be expanded to an empty string
on non-Windows platforms, the OOF..._EXPORT macros will be expanded to an empty string
.


Classes

class  OOF_BrushesDict
 Singleton cache of Windows Brush resources allocated. More...

struct  OOF_BrushInfo
 Reference counted Brush resource with oofPattern & oofColor info for searching. More...

struct  OOF_PenInfo
 Reference counted Pen resource with oofColor info for searching. More...

class  OOF_PensDict
 Singleton cache of Windows Pen resources allocated. More...

class  oofWinTextDE
 Draw text in Windows using current font settings. More...

class  oofWinTextStyleDE
 Change current font settings to affect all oofWinTextDE from now until next change. More...


Generated on Thu Jan 1 22:10:59 2004 for OOFILE by doxygen 1.3.5