Splitter widget interface.
Public Member Functions | |
| virtual tBool | AddSplitterFront (tF32 afPos)=0 |
| Add a splitter in the front (top or left). More... | |
| virtual tBool | AddSplitterBack (tF32 afPos)=0 |
| Add a splitter in the back (bottom or right). More... | |
| virtual tBool | RemoveSplitter (tU32 anIndex)=0 |
| Remove the splitter at the specified index. More... | |
| virtual tU32 | GetNumSplitters () const =0 |
| Get the number of splitters. {Property}. More... | |
| virtual tU32 | GetNumSplitterWidgets () const =0 |
| Get the number of splitter's widgets. {Property}. More... | |
| virtual iWidget * | GetSplitterWidget (tU32 anIndex) const =0 |
| Get a splitter's widget. {Property}. More... | |
| virtual tU32 | GetSplitterWidgetIndex (iWidget *apWidget) const =0 |
| Get a splitter's widget index. {Property}. More... | |
| virtual tBool | RemoveSplitterWidget (tU32 anIndex)=0 |
| Remove the specified splitter widget. More... | |
| virtual tBool | AddSplitterBefore (tU32 anWidget, tF32 afPos)=0 |
| Add a splitter before the specified widget (top or left). More... | |
| virtual tBool | AddSplitterAfter (tU32 anWidget, tF32 afPos)=0 |
| Add a splitter after the specified widget (bottom or right). More... | |
| virtual tBool | SetSplitterPosition (tU32 anIndex, tF32 aVal)=0 |
| Set the position of the splitter at the given index. {Property}. More... | |
| virtual tF32 | GetSplitterPosition (tU32 anIndex) const =0 |
| Get the position of the splitter at the given index {Property}. More... | |
| virtual tBool | SetSplitterMinPosition (tF32 aVal)=0 |
| Set the splitter's minimum position. {Property}. More... | |
| virtual tF32 | GetSplitterMinPosition () const =0 |
| Get the splitter's minimum position. {Property}. More... | |
| virtual tBool | SetSplitterSize (tF32 afSize)=0 |
| Set the splitter size. {Property}. More... | |
| virtual tF32 | GetSplitterSize () const =0 |
| Get the splitter size. {Property}. More... | |
| virtual tBool | SwapSplitterWidget (tU32 anA, tU32 anB)=0 |
| Swap two splitter widgets. More... | |
| virtual void | SetSplitterBorderSize (tF32 afSize)=0 |
| Set the splitter's border size. {Property}. More... | |
| virtual tF32 | GetSplitterBorderSize () const =0 |
| Get the splitter's border size. {Property}. More... | |
| virtual void | SetSplitterResizableBorders (tU32 aEdges)=0 |
| Set the splitter's resizable borders. More... | |
| virtual tU32 | GetSplitterResizableBorders () const =0 |
| Get the splitter's resizable borders. {Property}. More... | |
| virtual void | SetSplitterParentDockRectMinimumSize (sVec2f avMinSize)=0 |
| Set the minimum size that the parent dock rect can have. More... | |
| virtual sVec2f | GetSplitterParentDockRectMinimumSize () const =0 |
| Get the minimum size that the parent dock rect can have. {Property}. More... | |
| virtual void | SetSplitterFillerIndex (ni::tU32 anIndex)=0 |
| Set the index of the filling splitter. More... | |
| virtual tU32 | GetSplitterFillerIndex () const =0 |
| Set the index of the filling splitter. {Property}. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
Add a splitter in the front (top or left).
Add a splitter in the back (bottom or right).
Remove the splitter at the specified index.
|
pure virtual |
Get the number of splitters. {Property}.
|
pure virtual |
Get the number of splitter's widgets. {Property}.
Get a splitter's widget. {Property}.
Get a splitter's widget index. {Property}.
Remove the specified splitter widget.
Add a splitter before the specified widget (top or left).
Add a splitter after the specified widget (bottom or right).
Set the position of the splitter at the given index. {Property}.
Get the position of the splitter at the given index {Property}.
Set the splitter's minimum position. {Property}.
|
pure virtual |
Get the splitter's minimum position. {Property}.
|
pure virtual |
Get the splitter size. {Property}.
Set the splitter's border size. {Property}.
|
pure virtual |
Get the splitter's border size. {Property}.
|
pure virtual |
Get the splitter's resizable borders. {Property}.
Set the minimum size that the parent dock rect can have.
|
pure virtual |
Get the minimum size that the parent dock rect can have. {Property}.
Set the index of the filling splitter.
|
pure virtual |
Set the index of the filling splitter. {Property}.
1.8.7