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

Public Member Functions | |
| OSXDialog () | |
| default constructor used for showMessage calls | |
| OSXDialog (Control *owner, Dialog *component) | |
| virtual | ~OSXDialog () |
| 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 | setBounds (Rect *rect) |
| sets the bounds for the component. | |
| virtual Rect | getBounds () |
| returns the bounds of the component in the coordinate system of the parent. | |
| virtual void | showMessage (const String &message, const String &caption) |
| virtual void | setVisible (const bool &visible) |
| shows or hides the component. | |
| virtual UIToolkit::ModalReturnType | showMessage (const String &message, const String &caption, const int32 &messageButtons, const Dialog::MessageStyle &messageStyle) |
| void | init () |
| virtual OSStatus | handleOSXEvent (EventHandlerCallRef nextHandler, EventRef theEvent) |
| virtual WindowAttributes | getCreationWinAttrs () |
| virtual WindowClass | getCreationWinClass () |
| virtual void | close () |
Constructor & Destructor Documentation
|
|
default constructor used for showMessage calls
|
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
Reimplemented from VCF::OSXWindow. |
|
|
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::OSXWindow. |
|
|
returns the bounds of the component in the coordinate system of the parent.
Reimplemented from VCF::OSXWindow. |
|
|
Reimplemented from VCF::OSXWindow. |
|
|
Reimplemented from VCF::OSXWindow. |
|
||||||||||||
|
Reimplemented from VCF::OSXWindow. |
|
|
|
|
|
sets the bounds for the component. Bounds are specified in the coordinate system of the componenents parent. Reimplemented from VCF::OSXWindow. |
|
|
shows or hides the component. This does NOT close the component (if invoked on a frame based component ). Reimplemented from VCF::OSXWindow. |
|
||||||||||||||||||||
|
Implements VCF::DialogPeer. |
|
||||||||||||
|
Implements VCF::DialogPeer. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/OSXDialog.h
