FBPlugList class. More...
#include <pyfbsdk.h>
Public Member Functions | |
| FBPlugList () | |
| Constructor. | |
| int | GetCount () |
| Get number of plugs in list. | |
| int | __len__ () |
| Returns the number of elements. | |
| FBPlug | __getitem__ (int pIndex) |
| Returns the ith plug. | |
FBPlugList class.
A list container for FBPlug objects. This class supports basic list access for querying plugs.
| FBPlugList | ( | ) |
Constructor.
Returns the ith plug.
Corresponds to python: print l[0]
| pIndex | Index of the plug to get (0 based). |
| int __len__ | ( | ) |
Returns the number of elements.
Corresponds to python: len(object)
| int GetCount | ( | ) |
Get number of plugs in list.