16 #define COLSPAN_REMAINDER -1
41 MSCORE_EXPORT
StatusInt SetMargins (
int margins);
56 MSCORE_EXPORT
StatusInt SetMargins (
int left,
int top,
int right,
int bottom);
63 MSCORE_EXPORT
StatusInt SetLeftMargin (
int margin);
70 MSCORE_EXPORT
StatusInt SetTopMargin (
int margin);
77 MSCORE_EXPORT
StatusInt SetRightMargin (
int margin);
84 MSCORE_EXPORT
StatusInt SetBottomMargin (
int margin);
92 MSCORE_EXPORT
StatusInt SetSpacing (
int spacing);
100 MSCORE_EXPORT
StatusInt SetHSpacing (
int spacing);
108 MSCORE_EXPORT
StatusInt SetVSpacing (
int spacing);
121 MSCORE_EXPORT
StatusInt SetStretch (
int stretch);
137 MSCORE_EXPORT
StatusInt SetColumn (
int column);
149 MSCORE_EXPORT
StatusInt SetColSpan (
int colSpan);
157 MSCORE_EXPORT
StatusInt SetRow (
int row);
165 MSCORE_EXPORT
StatusInt SetRowSpan (
int rowSpan);
213 MSCORE_EXPORT
StatusInt SetMinWidth (
int minWidth);
221 MSCORE_EXPORT
StatusInt SetMinHeight (
int minHeight);
234 MSCORE_EXPORT
StatusInt SetMaxWidth (
int maxWidth);
242 MSCORE_EXPORT
StatusInt SetMaxHeight (
int maxHeight);
266 MSCORE_EXPORT
Margins GetMargins ();
271 MSCORE_EXPORT
int GetSpacing ();
276 MSCORE_EXPORT
int GetHSpacing ();
281 MSCORE_EXPORT
int GetVSpacing ();
291 MSCORE_EXPORT
int GetStretch ();
301 MSCORE_EXPORT
int GetColumn ();
307 MSCORE_EXPORT
int GetColSpan ();
312 MSCORE_EXPORT
int GetRow ();
317 MSCORE_EXPORT
int GetRowSpan ();
332 MSCORE_EXPORT
BSize GetMinSize ();
337 MSCORE_EXPORT
BSize GetMaxSize ();
342 MSCORE_EXPORT
BSize GetOriginalSize ();
The SizePolicy class is a layout attribute describing horizontal and vertical resizing policy...
Definition: SizePolicy.h:50
HorizontalAlignment
HorizontalAlignment used in GuiLayoutProperties methods and EXTINTATTR_HORIZONTAL_ALIGNMENT.
Definition: dlogbox.r.h:2516
LayoutFlags - Creates a "Flags" class out of an enum with constructors and operator overloading...
Definition: LayoutFlags.h:43
The BSize class defines the size of a two - dimensional object using integer point precision...
Definition: BSize.h:38
The Margins class defines the four margins of a rectangle.
Definition: Margins.h:23
DockPosition
Definition: MicroStation.r.h:602
#define USING_NAMESPACE_BENTLEY_UIFRAMEWORK
Definition: UIFramework.h:16
LayoutDockPosition
LayoutDockPosition - position of the docked content along the top, bottom, left or right edge...
Definition: DockLayout.h:24
GridWidthPolicy
GridWidthPolicy used in GuiLayoutProperties methods and EXTINTATTR_GRID_WIDTHPOLICY.
Definition: dlogbox.r.h:2536
int StatusInt
Definition: Bentley.h:222
VerticalAlignment
VerticalAlignment used in GuiLayoutProperties methods and EXTINTATTR_VERTICAL_ALIGNMENT.
Definition: dlogbox.r.h:2526
SizePolicyType
Fixed - The "desired" size is the only acceptable alternative, so the control can never grow or shrin...
Definition: LayoutEnums.r.h:67
size_type size() const
Definition: stdcxx/bstdmap.h:214