FBSpread Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBSpread:

Public Member Functions

__reduce__ ()
 
__init__ ()
 
GetColumn ()
 
SetCellValue ()
 
GetRow ()
 
GetSpreadCell ()
 
GetCurrentCell ()
 
RowAdd ()
 
GetCellView ()
 
GetCellValue ()
 
SetCellView ()
 
Clear ()
 
RowSort ()
 
ColumnAdd ()
 
- 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 Caption
 
object MultiSelect
 
object Column
 
object Row
 
object OnCellChange
 
object OnRowClick
 
object OnDragAndDrop
 
object OnColumnClick
 
- 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__ ( )
Clear ( )

Python Docstring:

Clear( (FBSpread)arg1) -> None 
ColumnAdd ( )

Python Docstring:

ColumnAdd( (FBSpread)arg1, (str)arg2 [, (object)arg3]) -> None 
GetCellValue ( )

Python Docstring:

GetCellValue( (FBSpread)arg1, (object)arg2, (object)arg3) -> object 
GetCellView ( )

Python Docstring:

GetCellView( (FBSpread)arg1, (object)arg2, (object)arg3) -> object 
GetColumn ( )

Python Docstring:

GetColumn( (FBSpread)arg1, (object)arg2) -> object 
GetCurrentCell ( )

Python Docstring:

GetCurrentCell( (FBSpread)arg1) -> object 
GetRow ( )

Python Docstring:

GetRow( (FBSpread)arg1, (object)arg2) -> object 
GetSpreadCell ( )

Python Docstring:

GetSpreadCell( (FBSpread)arg1, (object)arg2, (object)arg3) -> object 

Get a cell from row and column numbers.

Parameters
pRefRow reference.
pColumnColumn number.
Returns
A copy of the cell.
RowAdd ( )

Python Docstring:

RowAdd( (FBSpread)arg1, (str)arg2 [, (object)arg3]) -> None 
RowSort ( )

Python Docstring:

RowSort( (FBSpread)arg1 [, (object)arg2]) -> None 
SetCellValue ( )

Python Docstring:

SetCellValue( (FBSpread)arg1, (object)arg2, (object)arg3, (object)arg4) -> None 
SetCellView ( )

Python Docstring:

SetCellView( (FBSpread)arg1, (object)arg2, (object)arg3, (FBVisualComponent)arg4) -> None 

Member Data Documentation

object Caption
object Column
object MultiSelect
object OnCellChange
object OnColumnClick
object OnDragAndDrop
object OnRowClick
object Row