FBTool Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBTool:

Public Member Functions

__reduce__ ()
 
__init__ ()
 
SetPossibleDockPosition ()
 
GetPossibleDockPosition ()
 
- Public Member Functions inherited from FBLayout
__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 StartSizeX
 
object StartSizeY
 
object MinSizeX
 
object MinSizeY
 
object MaxSizeX
 
object MaxSizeY
 
object StartPosX
 
object StartPosY
 
object ToolName
 
- Public Attributes inherited from FBLayout
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, (str)arg2 [, (object)arg3]) -> None 
__reduce__ ( )
GetPossibleDockPosition ( )

Python Docstring:

GetPossibleDockPosition( (FBTool)arg1) -> FBToolPossibleDockPosition 
SetPossibleDockPosition ( )

Python Docstring:

SetPossibleDockPosition( (FBTool)arg1, (FBToolPossibleDockPosition)arg2) -> None 

Member Data Documentation

MaxSizeX

Read Property: (int) Maximum Size in X (Disabled in this version). A value of -1 means no maximum size.

MaxSizeY

(int) Maximum Size in Y (Disabled in this version). A value of -1 means no maximum size.

MinSizeX

Read Property: (int) Minimum Size in X. A value of -1 means no minimum value.

MinSizeY

Read Property: (int) Minimum Size in Y. A value of -1 means no minimum value.

StartPosX

Read Property: (int) Starting Position in X. This is the initial position when the tool is opened. Default = 450

StartPosY

Read Property: (int) Starting Position in Y. This is the initial position when the tool is opened. Default = 450

StartSizeX

Read Property: (int) Starting Size. This is the initial size in X when the tool is opened. Default = 800

StartSizeY

Read Property: (int) Starting Size. This is the initial size in Y when the tool is opened. Default = 400

ToolName

Read Property: (str) Tool Name