#include <mainpage.h>
FBComponentList class. This class implements a special sort of list that can only contain instances of FBComponent objects. To users it behaves as a tuple, since it is not possible to add new objects in the list. Only methods or function that uses FBComponentList as argument can insert new objects. Users can query the content of the list with the bracket operator.
Public Member Functions | |
__init__ () | |
__len__ () | |
count () | |
append () | |
Add () | |
GetCount () | |
__getitem__ () | |
removeAll () | |
Clear () | |
__reduce__ () | |
__getitem__ | ( | ) |
Python Docstring:
__getitem__( (FBComponentList)arg1, (object)arg2) -> object
__init__ | ( | ) |
Python Docstring:
__init__( (object)arg1) -> None
__len__ | ( | ) |
Python Docstring:
__len__( (FBComponentList)arg1) -> int
__reduce__ | ( | ) |
Add | ( | ) |
Python Docstring:
Add( (FBComponentList)arg1, (FBComponent)arg2) -> None
append | ( | ) |
Python Docstring:
append( (FBComponentList)arg1, (FBComponent)arg2) -> None
Clear | ( | ) |
Python Docstring:
Clear( (FBComponentList)arg1) -> None
count | ( | ) |
Python Docstring:
count( (FBComponentList)arg1) -> int
GetCount | ( | ) |
Python Docstring:
GetCount( (FBComponentList)arg1) -> int
removeAll | ( | ) |
Python Docstring:
removeAll( (FBComponentList)arg1) -> None