OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
gdiobjec.h File Reference

Definition of abstract GDI object class and derived classes. More...

#include <owl/private/defs.h>
#include <owl/gdibase.h>
#include <owl/geometry.h>
#include <owl/preclass.h>
#include <owl/posclass.h>
#include <owl/dc.h>
#include <owl/clipboar.h>

Go to the source code of this file.

Classes

class  owl::TGdiObject
 GdiObject is the root, pseudo-abstract base class for ObjectWindows' GDI (Graphics Device Interface) wrappers. More...
 
class  owl::TPen
 TPen is derived from TGdiObject. More...
 
class  owl::TBrush
 The GDI Brush class is derived from TGdiObject. More...
 
class  owl::THatch8x8Brush
 Derived from TBrush, THatch8x8Brush defines a small, 8x8, monochrome, configurable hatch brush. More...
 
class  owl::TFont
 TFont derived from TGdiObject provides constructors for creating font objects from explicit information or indirectly. More...
 
class  owl::TDefaultGuiFont
 Encapsulates the system font used for a specific GUI element, e.g. icon, caption, menu, message. More...
 
class  owl::TPalette
 TPalette is the GDI Palette class derived from TGdiObject. More...
 
class  owl::TBitmap
 TBitmap is the GDI bitmap class derived from TGdiObject. More...
 
class  owl::TRegion
 TRegion, derived from TGdiObject, represents GDI abstract shapes or regions. More...
 
class  owl::TIcon
 TIcon, derived from TGdiObject, represents the GDI object icon class. More...
 
struct  owl::TIcon::TInfo
 
class  owl::TCursor
 TCursor, derived from TGdiBase, represents the GDI cursor object class. More...
 
struct  owl::TCursor::TInfo
 
class  owl::TDib
 Pseudo-GDI object Device Independent Bitmap (DIB) class. More...
 
class  owl::TDib::IFileIn
 Internal DIB file Reda/Write functions talk to these interfaces. More...
 
class  owl::TDib::IFileOut
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Typedefs

typedef TDefaultGuiFont owl::TDefaultGUIFont
 Deprecated alias.
 

Functions

TClipboardowl::operator<< (TClipboard &clipboard, TPalette &palette)
 Get the palette object from the clipboard.
 
TClipboardowl::operator<< (TClipboard &clipboard, TBitmap &bitmap)
 Get the bitmap object from the clipboard.
 
TClipboardowl::operator<< (TClipboard &clipboard, TDib &dib)
 Get the DIB from the clipboard.
 

Detailed Description

Definition of abstract GDI object class and derived classes.

Definition in file gdiobjec.h.