FBPropertyStringList Class Reference

FBPropertyStringList Class Reference

#include <mainpage.h>

Class Description

# Supported list protocol methods:
len(propertyStringList)
component= propertyStringList[0]
propertyStringList[0] = my_string
if my_string in propertyStringList:
print "it is contained!"
del propertyStringList[0]
+ Inheritance diagram for FBPropertyStringList:

Public Member Functions

remove ()
 
__getitem__ ()
 
__contains__ ()
 
removeAll ()
 
getReferenceAt ()
 
pop ()
 
__len__ ()
 
__delitem__ ()
 
append ()
 
count ()
 
insert ()
 
findFromReference ()
 
setReferenceAt ()
 
__setitem__ ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBProperty
GetMax ()
 
SetMax ()
 
HasSomethingLocked ()
 
GetPropertyType ()
 
IsLocked ()
 
SetName ()
 
GetPropertyTypeName ()
 
SetString ()
 
IsMaxClamp ()
 
IsUserProperty ()
 
GetMin ()
 
AsString ()
 
IsMemberLocked ()
 
ModifyPropertyFlag ()
 
SetLocked ()
 
GetName ()
 
IsTextureConnectableProperty ()
 
SetMin ()
 
AllowsLocking ()
 
IsReferenceProperty ()
 
IsInternal ()
 
IsMinClamp ()
 
IsReadOnly ()
 
GetPropertyFlag ()
 
GetEnumStringList ()
 
OriValueAsString ()
 
IsAnimatable ()
 
IsList ()
 
GetPropertyFlags ()
 
IsObjectList ()
 
EnumList ()
 
NotifyEnumStringListChanged ()
 
GetSubMemberCount ()
 
SetMemberLocked ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Additional Inherited Members

- Public Attributes inherited from FBProperty
object Data
 
object Name
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__contains__ ( )

Python Docstring:

__contains__( (FBPropertyStringList)arg1, (object)arg2) -> bool 
__delitem__ ( )

Python Docstring:

__delitem__( (FBPropertyStringList)arg1, (int)arg2) -> None 
__getitem__ ( )

Python Docstring:

__getitem__( (FBPropertyStringList)arg1, (object)arg2) -> object 
__init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 
__len__ ( )

Python Docstring:

__len__( (FBPropertyStringList)arg1) -> int 
__reduce__ ( )
__setitem__ ( )

Python Docstring:

__setitem__( (FBPropertyStringList)arg1, (object)arg2, (object)arg3) -> None 
append ( )

Python Docstring:

append( (FBPropertyStringList)arg1, (object)arg2) -> None 
count ( )

Python Docstring:

count( (FBPropertyStringList)arg1, (object)arg2) -> int 
findFromReference ( )

Python Docstring:

findFromReference( (FBPropertyStringList)arg1, (object)arg2) -> int 
getReferenceAt ( )

Python Docstring:

getReferenceAt( (FBPropertyStringList)arg1, (object)arg2) -> int 
insert ( )

Python Docstring:

insert( (FBPropertyStringList)arg1, (int)arg2, (object)arg3) -> None 
pop ( )

Python Docstring:

pop( (FBPropertyStringList)arg1) -> object

pop( (FBPropertyStringList)arg1, (object)arg2) -> object 
remove ( )

Python Docstring:

remove( (FBPropertyStringList)arg1, (object)arg2) -> None 

Removes the specified string from the list.

removeAll ( )

Python Docstring:

removeAll( (FBPropertyStringList)arg1) -> None 
setReferenceAt ( )

Python Docstring:

setReferenceAt( (FBPropertyStringList)arg1, (object)arg2, (object)arg3) -> None