|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Default implementation of frame window host that uses messages. More...
#include <ocf/ocapp.h>
Public Member Functions | |
| TOcAppFrameHostMsg (TOcApp *ocApp) | |
| void | ReleaseOcObject () |
| bool | EvOcAppInsMenus (TOcMenuDescr &sharedMenu) |
| bool | EvOcAppMenus (TOcMenuDescr &md) |
| bool | EvOcAppProcessMsg (MSG *msg) |
| bool | EvOcAppFrameRect (owl::TRect *rect) |
| bool | EvOcAppBorderSpaceReq (owl::TRect *rect) |
| bool | EvOcAppBorderSpaceSet (owl::TRect *rect) |
| void | EvOcAppStatusText (const char *rect) |
| void | EvOcAppRestoreUI () |
| void | EvOcAppDialogHelp (TOcDialogHelp &dh) |
| bool | EvOcAppShutdown () |
| bool | EvOcAppGetAccel (TOcGetAccel *acc) |
| HWND | EvOcGetWindow () const |
| void | SetWindow (HWND hWnd) |
Public Member Functions inherited from ocf::TOcAppFrameHost | |
| TOcAppFrameHost (TOcApp *ocApp=0) | |
Protected Member Functions | |
| owl::TResult | ForwardEvent (int eventId, const void *param) |
| owl::TResult | ForwardEvent (int eventId, owl::TParam2 param=0) |
Additional Inherited Members | |
Protected Attributes inherited from ocf::TOcAppFrameHost | |
| TOcApp * | OcApp |
Default implementation of frame window host that uses messages.
|
inline |
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1148 of file ocapp.cpp.
References ForwardEvent(), and OC_APPBORDERSPACEREQ.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1154 of file ocapp.cpp.
References ForwardEvent(), and OC_APPBORDERSPACESET.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1172 of file ocapp.cpp.
References ForwardEvent(), and OC_APPDIALOGHELP.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1142 of file ocapp.cpp.
References ForwardEvent(), and OC_APPFRAMERECT.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1184 of file ocapp.cpp.
References ForwardEvent(), and OC_APPGETACCEL.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1124 of file ocapp.cpp.
References ForwardEvent(), and OC_APPINSMENUS.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1130 of file ocapp.cpp.
References ForwardEvent(), and OC_APPMENUS.
Implements ocf::TOcAppFrameHost.
Definition at line 1136 of file ocapp.cpp.
References ForwardEvent(), and OC_APPPROCESSMSG.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1166 of file ocapp.cpp.
References ForwardEvent(), and OC_APPRESTOREUI.
|
virtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1178 of file ocapp.cpp.
References ForwardEvent(), and OC_APPSHUTDOWN.
Implements ocf::TOcAppFrameHost.
Definition at line 1160 of file ocapp.cpp.
References ForwardEvent(), and OC_APPSTATUSTEXT.
|
inlinevirtual |
Implements ocf::TOcAppFrameHost.
Definition at line 1190 of file ocapp.cpp.
References EvOcGetWindow(), and WM_OCEVENT.
|
protected |
Definition at line 1200 of file ocapp.cpp.
References EvOcGetWindow(), and WM_OCEVENT.
|
inlinevirtual |
Reimplemented from ocf::TOcAppFrameHost.
Reimplemented from ocf::TOcAppFrameHost.