#include <mainpage.h>
FBPickInfosList class. This class implements a special sort of list that can only contains a pick info which is a tuple<FBModel, FBVector3d>. A pick info give the position (FBVector3d) and the model (FBModel) that was pick on screen.
To users FBPickInfosList behave like a typle, since it is not possible to add new objects in the list. Only methods or function that uses FBPickInfosList as argument can insert new objects. Users can query the content of the list with the bracket operator.
Inheritance diagram for FBPickInfosList:Public Member Functions | |
| __reduce__ () | |
| __init__ (object arg1) | |
| int | __len__ (FBPickInfosList arg1) |
| tuple | __getitem__ (FBPickInfosList arg1, object arg2) |
| int | GetCount (FBPickInfosList arg1) |
| int | count (FBPickInfosList arg1) |
| object | GetPickedModel (FBPickInfosList arg1, object arg2) |
| tuple __getitem__ | ( | FBPickInfosList | arg1, |
| object | arg2 | ||
| ) |
Python Docstring:
__getitem__( (FBPickInfosList)arg1, (object)arg2) -> tuple
| __init__ | ( | object | arg1 | ) |
Python Docstring:
__init__( (object)arg1) -> None
| int __len__ | ( | FBPickInfosList | arg1 | ) |
Python Docstring:
__len__( (FBPickInfosList)arg1) -> int
| __reduce__ | ( | ) |
| int count | ( | FBPickInfosList | arg1 | ) |
Python Docstring:
count( (FBPickInfosList)arg1) -> int
| int GetCount | ( | FBPickInfosList | arg1 | ) |
Python Docstring:
GetCount( (FBPickInfosList)arg1) -> int
| object GetPickedModel | ( | FBPickInfosList | arg1, |
| object | arg2 | ||
| ) |
Python Docstring:
GetPickedModel( (FBPickInfosList)arg1, (object)arg2) -> object