FBVisualComponent Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBVisualComponent:

Public Member Functions

__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 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:

Raises an exception
This class cannot be instantiated from Python 
__reduce__ ( )
AddChild ( )

Python Docstring:

AddChild( (FBVisualComponent)arg1, (FBVisualComponent)arg2 [, (object)arg3]) -> bool 
GetChild ( )

Python Docstring:

GetChild( (FBVisualComponent)arg1, (object)arg2) -> object 
GetQWidgetAddress ( )

Python Docstring:

GetQWidgetAddress( (FBVisualComponent)arg1) -> int 
IsView ( )

Python Docstring:

IsView( (FBVisualComponent)arg1) -> bool 
Refresh ( )

Python Docstring:

Refresh( (FBVisualComponent)arg1 [, (object)arg2]) -> None 
ViewExpose ( )

Python Docstring:

ViewExpose( (FBVisualComponent)arg1) -> None 
ViewInput ( )

Python Docstring:

ViewInput( (FBVisualComponent)arg1, (object)arg2, (object)arg3, (FBInputType)arg4, (object)arg5, (object)arg6) -> None 

Member Data Documentation

BorderCaption

Read Write Property: (str) Caption to display in border.

BorderCornerRadius

Read Write Property: (int) Corner radius (rounded).

BorderInSet

Read Write Property: (bool) Is border inset?

BorderMaxAngle

Read Write Property: (float) Max angle for rounding.

BorderShowCaption

Read Write Property: (bool) Show caption?

BorderSpacing

Read Write Property: (int) Spacing of border.

BorderStyle

Read Write Property: (FBBorderStyle) Style of border.

BorderWidth

Read Write Property: (int) Width of border.

object Caption
object Enabled
object Height
object Hint
object Left
object ReadOnly
RegionAttachToHeight

Read Write Property: (FBVisualComponent) Height Attachment source.

RegionAttachToWidth

Read Write Property: (FBVisualComponent) Width Attachment source.

RegionAttachToX

Read Write Property (FBVisualComponent) X Attachment source.

RegionAttachToY

Read Write Property: (FBVisualComponent) Y Attachment source.

RegionAttachTypeHeight

Read Write Property: (FBAttachType) Height Attachment type.

RegionAttachTypeWidth

Read Write Property: (FBAttachType) Width Attachment type.

RegionAttachTypeX

Read Write Property: (FBAttachType) X Attachment type.

RegionAttachTypeY

Read Write Property: (FBAttachType) Y Attachment type.

RegionName

Read Write Property: (str) Region name.

RegionOffsetHeight

Read Write Property: (int) Region height offset.

RegionOffsetWidth

Read Write Property: (int) Region width offset.

RegionOffsetX

Read Write Property: (int) Region X offset.

RegionOffsetY

Read Write Property: (int) Region Y offset.

RegionPosMaxX

Read Write Property: (int) Region X position Max

RegionPosMaxY

Read Write Property: (int) Region Y position Max

RegionPosMinX

Read Write Property: (int) Region X position Min

RegionPosMinY

Read Write Property: (int) Region Y position Min

RegionRatioHeight

Read Write Property: (float) Ratio for Height attachment.

RegionRatioWidth

Read Write Property: (float) Ratio for Width attachment.

RegionRatioX

Read Write Property: (float) Ratio for X attachment.

RegionRatioY

Read Write Property: (float) Ratio for Y attachment.

object Top
object Visible
object Width