OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owlcore.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
4//
5// Include for the core classes in ObjectWindows. Works well with precompiled
6// headers.
7//----------------------------------------------------------------------------
8
9#if !defined(OWL_OWLCORE_H)
10#define OWL_OWLCORE_H
11
12#include <owl/private/defs.h>
13#if defined(BI_HAS_PRAGMA_ONCE)
14# pragma once
15#endif
16
17#include <owl/defs.h>
18#include <owl/module.h>
19#include <owl/applicat.h>
20#include <owl/dc.h>
21#include <owl/menu.h>
22#include <owl/window.h>
23#include <owl/mdi.h>
24#include <owl/mdichild.h>
25#include <owl/decmdifr.h>
26#include <owl/dialog.h>
27#include <owl/control.h>
28#include <owl/pointer.h>
29
30#endif // OWL_OWLCORE_H
Definition of class TApplication.
Definition of class TControl.
Definition of GDI DC encapsulation classes: TDC, TWindowDC, TScreenDC, TDesktopDC,...
Definition of TDecoratedMDIFrame class.
Definition of TDialog class and TDialogAttr struct.
Definition of TMDIClient and TMDIFrame classes.
Definition of class TMDIChild.
Definition of Window Menu encapsulation class.
Definition of class TModule.
General definitions used by all ObjectWindows programs.
Various types of smart pointer templatized classes.
Base window class TWindow definition, including HWND encapsulation.