This reference page is linked to from the following overview topics: Manipulators.
Manipulator layout class.
Definition at line 106 of file fbmanipulatorlayout.h.
#include <fbmanipulatorlayout.h>
Public Member Functions |
|
FBManipulatorLayout (HFBManipulator pManipulator=NULL) | |
Constructor. |
|
Public Attributes |
|
FBPropertyInt | StartSize [2] |
Starting Size. |
|
FBPropertyInt | MaxSize [2] |
Maximum Size (Disabled in this version).
|
|
FBPropertyInt | MinSize [2] |
Minimum Size. |
|
FBPropertyManipulator | Manipulator |
Property: Manipulator. |
FBManipulatorLayout | ( | HFBManipulator | pManipulator =
NULL |
) |
Constructor.
pManipulator | Manipulator to association with Manipulator layout. |
Starting Size.
This is the initial size when the manipulator is opened. (0:Width, 1:Height. Default = 800x400)
Definition at line 116 of file fbmanipulatorlayout.h.
Maximum Size (Disabled in this version).
A value of -1 means no maximum size. (0:Width, 1:Height. Default = -1x-1)
Definition at line 117 of file fbmanipulatorlayout.h.
Minimum Size.
A value of -1 means no minimum value. (0:Width, 1:Height. Default = 140x-1).
Definition at line 118 of file fbmanipulatorlayout.h.
FBPropertyManipulator Manipulator |
Property: Manipulator.
Definition at line 120 of file fbmanipulatorlayout.h.