OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
wsyscls.h File Reference

Classes for window system structure and type encapsulation. More...

#include <owl/private/defs.h>
#include <owl/geometry.h>
#include <owl/pointer.h>
#include <owl/template.h>
#include <shellapi.h>
#include <vector>
#include <utility>
#include <owl/preclass.h>
#include <owl/posclass.h>
#include <owl/wsysinc.h>

Go to the source code of this file.

Classes

class  owl::TResIdT< T >
 TResId encapsulates a Windows resource identifier. More...
 
class  owl::TResId
 
class  owl::TDropInfo
 TDropInfo is a simple class that supports file-name drag-and-drop operations using the WM_DROPFILES message. More...
 
class  owl::TFileDroplet
 TFileDroplet encapsulates information about a single dropped file, its name, where it was dropped, and whether or not it was in the client area. More...
 
class  owl::TProcInstance
 A ProcInstance object. More...
 
class  owl::TFileTime
 TFileTime is a class derived from the structure FILETIME. More...
 
class  owl::TSystemTime
 TSystemTime is a class derived from the structure SYSTEMTIME. More...
 
class  owl::TResource< T, resType >
 TResource simplifies access to a resource by encapsulating the find, load, lock and free steps for accessing a resource. More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Typedefs

typedef TResIdT< charowl::TNarrowResId
 
typedef TIPtrArray< TFileDroplet * > owl::TFileDropletList
 
typedef TPtrArrayIterator< TFileDroplet *, TFileDropletListowl::TFileDropletListIter
 

Detailed Description

Classes for window system structure and type encapsulation.

Definition in file wsyscls.h.