VCF::Win32Window Class Reference
#include <Win32Window.h>
Inheritance diagram for VCF::Win32Window:

Public Member Functions | |
| Win32Window () | |
| Win32Window (Control *component, Control *owner) | |
| virtual | ~Win32Window () |
| virtual void | create (Control *owningControl) |
| This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform. | |
| virtual void | setText (const String &text) |
| sets the text for the control | |
| virtual void | setBounds (VCF::Rect *rect) |
| sets the bounds for the component. | |
| virtual void | setVisible (const bool &visible) |
| shows or hides the component. | |
| virtual void | setParent (VCF::Control *parent) |
| virtual Rect | getClientBounds () |
| virtual void | setClientBounds (Rect *bounds) |
| virtual Win32Object::CreateParams | createParams () |
| called before the create window is called. | |
| virtual bool | handleEventMessages (UINT message, WPARAM wParam, LPARAM lParam, LRESULT &wndProcResult, WNDPROC defaultWndProc=NULL) |
| returns true if no further handling is required, otherwise returns false, which means the rest of the handling needs to be done by the default wnd proc. | |
| virtual void | close () |
| virtual void | setFrameStyle (const FrameStyleType &frameStyle) |
| virtual void | setFrameTopmost (const bool &isTopmost) |
| virtual bool | isMaximized () |
| virtual void | setMaximized (const bool maximised) |
| virtual bool | isMinimized () |
| virtual void | setMinimized (const bool &minimized) |
| virtual void | restore () |
| virtual void | setIconImage (Image *icon) |
| virtual bool | isActiveWindow () |
| virtual void | setBorderPath (Path *path) |
Protected Member Functions | |
| void | handleActivate () |
| virtual LONG_PTR | generateStyleForSetParent (VCF::Control *parent) |
Protected Attributes | |
| bool | activatesPending_ |
| bool | internalClose_ |
| Control * | owner_ |
Constructor & Destructor Documentation
|
|
|
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform. create() must be called by the containing VCF::Control subclass, typically in the classes constructor, after retreiving the new peer instance from the appropriate UIToolkit::createXXX() call. Reimplemented from VCF::AbstractWin32Component. Reimplemented in VCF::Win32Dialog, VCF::Win32PopupWindowPeer, and VCF::Win32TransparentWindowPeer. |
|
|
called before the create window is called. Overide this to change the style and style ex parameters. Returns a pair, the pair.first is the style parameter, the pair.second is the style ex paramater. Reimplemented from VCF::Win32Object. Reimplemented in VCF::Win32Dialog, VCF::Win32PopupWindowPeer, and VCF::Win32TransparentWindowPeer. |
|
|
Reimplemented in VCF::Win32Dialog. |
|
|
Implements VCF::WindowPeer. |
|
|
|
|
||||||||||||||||||||||||
|
returns true if no further handling is required, otherwise returns false, which means the rest of the handling needs to be done by the default wnd proc.
Reimplemented from VCF::AbstractWin32Component. Reimplemented in VCF::Win32Dialog, VCF::Win32PopupWindowPeer, and VCF::Win32TransparentWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. |
|
|
sets the bounds for the component. Bounds are specified in the coordinate system of the componenents parent. Reimplemented from VCF::AbstractWin32Component. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Implements VCF::WindowPeer. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
Reimplemented from VCF::AbstractWin32Component. |
|
|
sets the text for the control
Reimplemented from VCF::AbstractWin32Component. Reimplemented in VCF::Win32PopupWindowPeer. |
|
|
shows or hides the component. This does NOT close the component (if invoked on a frame based component ). Reimplemented from VCF::AbstractWin32Component. Reimplemented in VCF::Win32PopupWindowPeer, and VCF::Win32TransparentWindowPeer. |
Member Data Documentation
|
|
|
|
|
|
|
|
Reimplemented in VCF::Win32Dialog. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Win32Window.h
