FBLayout Class Reference

FBLayout Class Reference
+ Related help topics:

#include <mobu-python-api.h>

+ Inheritance diagram for FBLayout:

Public Member Functions

__reduce__ ()
 
RemoveRegion ()
 
RenameRegion ()
 
__init__ ()
 
AddRegion ()
 
GetRegion ()
 
GetRegionPositions ()
 
GetSplitStyle ()
 
MoveRegion ()
 
SetRegionTitle ()
 
GetControl ()
 
SetBorder ()
 
SetControl ()
 
SizeRegion ()
 
SetSplitStyle ()
 
ClearControl ()
 
SetView ()
 
Restructure ()
 
SetAutoRestructure ()
 
- Public Member Functions inherited from FBVisualComponent
__reduce__ ()
 
IsView ()
 
Refresh ()
 
ViewInput ()
 
ViewExpose ()
 
GetQWidgetAddress ()
 
GetChild ()
 
AddChild ()
 
__init__ ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Public Attributes

object OnIdle
 
object OnPaint
 
object OnResize
 
object OnShow
 
object OnInput
 
- Public Attributes inherited from FBVisualComponent
object Caption
 
object Enabled
 
object Hint
 
object ReadOnly
 
object Visible
 
object Left
 
object Top
 
object Width
 
object Height
 
object RegionName
 
object RegionOffsetX
 
object RegionOffsetY
 
object RegionOffsetWidth
 
object RegionOffsetHeight
 
object RegionRatioX
 
object RegionRatioY
 
object RegionRatioWidth
 
object RegionRatioHeight
 
object RegionAttachTypeX
 
object RegionAttachTypeY
 
object RegionAttachTypeWidth
 
object RegionAttachTypeHeight
 
object RegionAttachToX
 
object RegionAttachToY
 
object RegionAttachToWidth
 
object RegionAttachToHeight
 
object RegionPosMinX
 
object RegionPosMaxX
 
object RegionPosMinY
 
object RegionPosMaxY
 
object BorderCaption
 
object BorderShowCaption
 
object BorderStyle
 
object BorderWidth
 
object BorderSpacing
 
object BorderInSet
 
object BorderMaxAngle
 
object BorderCornerRadius
 
- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 
__reduce__ ( )
AddRegion ( )

Python Docstring:

AddRegion( (FBLayout)arg1, (str)arg2, (str)arg3, (FBAddRegionParam)arg4, (FBAddRegionParam)arg5, (FBAddRegionParam)arg6, (FBAddRegionParam)arg7) -> bool 
ClearControl ( )

Python Docstring:

ClearControl( (FBLayout)arg1, (str)arg2) -> None 
GetControl ( )

Python Docstring:

GetControl( (FBLayout)arg1, (str)arg2) -> object 
GetRegion ( )

Python Docstring:

GetRegion( (FBLayout)arg1, (str)arg2) -> bool 
GetRegionPositions ( )

Python Docstring:

GetRegionPositions( (FBLayout)arg1, (str)arg2, (object)arg3, (object)arg4, (object)arg5 [, (object)arg6 [, (object)arg7]]) -> bool 
GetSplitStyle ( )

Python Docstring:

GetSplitStyle( (FBLayout)arg1, (str)arg2) -> FBSplitStyle 
MoveRegion ( )

Python Docstring:

MoveRegion( (FBLayout)arg1, (str)arg2, (object)arg3, (object)arg4) -> bool 
RemoveRegion ( )

Python Docstring:

RemoveRegion( (FBLayout)arg1, (str)arg2) -> bool 
RenameRegion ( )

Python Docstring:

RenameRegion( (FBLayout)arg1, (str)arg2, (str)arg3) -> bool 
Restructure ( )

Python Docstring:

Restructure( (FBLayout)arg1, (object)arg2) -> None 
SetAutoRestructure ( )

Python Docstring:

SetAutoRestructure( (FBLayout)arg1, (object)arg2) -> None 
SetBorder ( )

Python Docstring:

SetBorder( (FBLayout)arg1, (str)arg2, (FBBorderStyle)arg3, (object)arg4, (object)arg5, (object)arg6, (object)arg7, (float)arg8, (object)arg9) -> bool 
SetControl ( )

Python Docstring:

SetControl( (FBLayout)arg1, (str)arg2, (FBVisualComponent)arg3) -> bool 
SetRegionTitle ( )

Python Docstring:

SetRegionTitle( (FBLayout)arg1, (str)arg2, (str)arg3) -> bool 
SetSplitStyle ( )

Python Docstring:

SetSplitStyle( (FBLayout)arg1, (str)arg2, (FBSplitStyle)arg3) -> bool 
SetView ( )

Python Docstring:

SetView( (FBLayout)arg1, (str)arg2, (FBVisualComponent)arg3) -> bool 
SizeRegion ( )

Python Docstring:

SizeRegion( (FBLayout)arg1, (str)arg2, (object)arg3, (object)arg4) -> bool 

Member Data Documentation

object OnIdle
object OnInput
object OnPaint
object OnResize
object OnShow