This reference page is linked to from the following overview topics: Updated Objects, Optical devices, FBPlug - Object Connection Management.
#include <mainpage.h>
FBModelList class. This class implements a special sort of list that can only contain instances of FBModel objects. Users can query the content of the list with the bracket operator.
# Supported list protocol methods: l = FBModelList() len(l) print l[0]
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
def | __len__ () |
def | __getitem__ () |
def | GetCount () |
def | GetModel () |
def | Add () |
def | Clear () |
def | count () |
def | append () |
def | removeAll () |
def __reduce__ | ( | ) |
def __init__ | ( | ) |
def __len__ | ( | ) |
def __getitem__ | ( | ) |
Python Docstring:
__getitem__( (FBModelList)arg1, (object)arg2) -> object
def GetCount | ( | ) |
def GetModel | ( | ) |
def Add | ( | ) |
def Clear | ( | ) |
def count | ( | ) |
def append | ( | ) |
def removeAll | ( | ) |