FBModelList Class Reference
 
 
 
FBModelList Class Reference

This reference page is linked to from the following overview topics: Updated Objects, Optical devices, FBPlug - Object Connection Management.


#include <mainpage.h>


Class Description

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 ()

Member Function Documentation

def __reduce__ ( )
def __init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 
def __len__ ( )

Python Docstring:

__len__( (FBModelList)arg1) -> int 
def __getitem__ ( )

Python Docstring:

__getitem__( (FBModelList)arg1, (object)arg2) -> object 
def GetCount ( )

Python Docstring:

GetCount( (FBModelList)arg1) -> int 
def GetModel ( )

Python Docstring:

GetModel( (FBModelList)arg1, (object)arg2) -> object 
def Add ( )

Python Docstring:

Add( (FBModelList)arg1, (FBModel)arg2) -> None 
def Clear ( )

Python Docstring:

Clear( (FBModelList)arg1) -> None 
def count ( )

Python Docstring:

count( (FBModelList)arg1) -> int 
def append ( )

Python Docstring:

append( (FBModelList)arg1, (FBModel)arg2) -> None 
def removeAll ( )

Python Docstring:

removeAll( (FBModelList)arg1) -> None