OWLNext 6.32
Classes | Defines | Typedefs | Functions
D:/Work/OWLNext/Subversion/branches/632/include/owl/applicat.h File Reference
#include <owl/private/defs.h>
#include <owl/defs.h>
#include <owl/module.h>
#include <owl/eventhan.h>
#include <owl/msgthred.h>
#include <owl/gdibase.h>
#include <owl/lclstrng.h>
#include <owl/preclass.h>
#include <owl/posclass.h>

Classes

class  owl::TWaitCursor
struct  owl::TCurrentEvent
 Current event structure for windows events. More...
class  owl::TApplication
class  owl::TXInvalidMainWindow
class  owl::TLangModule
 International resource support: [APP]ENG.DLL - default application module. More...

Defines

#define SCM_TRACE   0xFEC0

Typedefs

typedef int(* owl::TMessageBox )(HWND wnd, LPCTSTR text, const LPCTSTR caption, uint type)

Functions

TMessageBox owl::SetDefMessageBox (TMessageBox)
int owl::OWLMessageBox (HWND wnd, const tstring &text, const tstring &caption, uint type)
int owl::OWLMessageBox (HWND wnd, const LPCTSTR text, const LPCTSTR caption, uint type)
int owl::OWLMessageBox (TWindow *wnd, TResId resId, const tstring &caption, uint type, TModule *module=0)
int owl::OWLMessageBox (TWindow *wnd, TResId resId, const LPCTSTR caption, uint type, TModule *module=0)
TWindow * owl::GetWindowPtr (HWND, const TApplication *)

Detailed Description

Definition of class TApplication. This defines the basic behavior for OWL applications. Also definition for TXInvalidMainWindow