ParamBlockDesc2 Class Reference

ParamBlockDesc2 Class Reference

Class Description

For internal use only. Use ParameterBlock instead.
+ Inheritance diagram for ParamBlockDesc2:

Public Member Functions

def AddInterface (self, args)
 
def Count (self)
 
def GetAColor (self, args)
 
def GetBitmap (self, args)
 
def GetColor (self, args)
 
def GetFloat (self, args)
 
def GetInitFile (self, args)
 
def GetINode (self, args)
 
def GetInt (self, args)
 
def GetMtl (self, args)
 
def GetOwnerRefNo (self, args)
 
def GetPoint3 (self, args)
 
def GetPoint4 (self, args)
 
def GetReferenceTarget (self, args)
 
def GetStr (self, args)
 
def GetString (self, args)
 
def GetSubMtlNo (self, args)
 
def GetSubTexNo (self, args)
 
def GetTexmap (self, args)
 
def GetTimeValue (self, args)
 
def IDtoIndex (self, args)
 
def IndextoID (self, args)
 
def InvalidateUI (self, args)
 
def NameToIndex (self, args)
 
def RemoveInterface (self, args)
 
def SetFileTypes (self, args)
 
def SetInitFile (self, args)
 
def SetOwnerRefNo (self, args)
 
def SetSubMtlNo (self, args)
 
def SetSubTexNo (self, args)
 
def Version (self)
 
- Public Member Functions inherited from BaseInterfaceServer
def GetInterfaceAt (self, args)
 
def GetNumInterfaces (self)
 
- Public Member Functions inherited from InterfaceServer
def GetInterface (self, args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from BaseInterfaceServer
tuple Interfaces = _swig_property(lambda self: (self.GetInterfaceAt(i) for i in xrange(self.GetNumInterfaces())))
 
tuple NumInterfaces = _swig_property(GetNumInterfaces)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from InterfaceServer
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def AddInterface (   self,
  args 
)
AddInterface(ParamBlockDesc2 self, BaseInterface iface)
def Count (   self)
Count(ParamBlockDesc2 self) -> USHORT
def GetAColor (   self,
  args 
)
GetAColor(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> AColor
GetAColor(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> AColor
GetAColor(ParamBlockDesc2 self, ParamID id) -> AColor
def GetBitmap (   self,
  args 
)
GetBitmap(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> PBBitmap
GetBitmap(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> PBBitmap
GetBitmap(ParamBlockDesc2 self, ParamID id) -> PBBitmap
def GetColor (   self,
  args 
)
GetColor(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> Color
GetColor(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> Color
GetColor(ParamBlockDesc2 self, ParamID id) -> Color
def GetFloat (   self,
  args 
)
GetFloat(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> float
GetFloat(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> float
GetFloat(ParamBlockDesc2 self, ParamID id) -> float
def GetInitFile (   self,
  args 
)
GetInitFile(ParamBlockDesc2 self, ParamID id) -> wchar_t const *
def GetINode (   self,
  args 
)
GetINode(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> INode
GetINode(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> INode
GetINode(ParamBlockDesc2 self, ParamID id) -> INode
def GetInt (   self,
  args 
)
GetInt(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> int
GetInt(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> int
GetInt(ParamBlockDesc2 self, ParamID id) -> int
def GetMtl (   self,
  args 
)
GetMtl(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> Mtl
GetMtl(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> Mtl
GetMtl(ParamBlockDesc2 self, ParamID id) -> Mtl
def GetOwnerRefNo (   self,
  args 
)
GetOwnerRefNo(ParamBlockDesc2 self, ParamID id) -> int
def GetPoint3 (   self,
  args 
)
GetPoint3(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> Point3
GetPoint3(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> Point3
GetPoint3(ParamBlockDesc2 self, ParamID id) -> Point3
def GetPoint4 (   self,
  args 
)
GetPoint4(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> Point4
GetPoint4(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> Point4
GetPoint4(ParamBlockDesc2 self, ParamID id) -> Point4
def GetReferenceTarget (   self,
  args 
)
GetReferenceTarget(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> ReferenceTarget
GetReferenceTarget(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> ReferenceTarget
GetReferenceTarget(ParamBlockDesc2 self, ParamID id) -> ReferenceTarget
def GetStr (   self,
  args 
)
GetStr(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> wchar_t const
GetStr(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> wchar_t const
GetStr(ParamBlockDesc2 self, ParamID id) -> wchar_t const *
def GetString (   self,
  args 
)
GetString(ParamBlockDesc2 self, int id) -> wchar_t const *
def GetSubMtlNo (   self,
  args 
)
GetSubMtlNo(ParamBlockDesc2 self, ParamID id) -> int
def GetSubTexNo (   self,
  args 
)
GetSubTexNo(ParamBlockDesc2 self, ParamID id) -> int
def GetTexmap (   self,
  args 
)
GetTexmap(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> Texmap
GetTexmap(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> Texmap
GetTexmap(ParamBlockDesc2 self, ParamID id) -> Texmap
def GetTimeValue (   self,
  args 
)
GetTimeValue(ParamBlockDesc2 self, ParamID id, TimeValue t=0, int tabIndex=0) -> TimeValue
GetTimeValue(ParamBlockDesc2 self, ParamID id, TimeValue t=0) -> TimeValue
GetTimeValue(ParamBlockDesc2 self, ParamID id) -> TimeValue
def IDtoIndex (   self,
  args 
)
IDtoIndex(ParamBlockDesc2 self, ParamID id) -> int
def IndextoID (   self,
  args 
)
IndextoID(ParamBlockDesc2 self, int i) -> ParamID
def InvalidateUI (   self,
  args 
)
InvalidateUI(ParamBlockDesc2 self)
InvalidateUI(ParamBlockDesc2 self, ParamID id, int tabIndex=-1)
InvalidateUI(ParamBlockDesc2 self, ParamID id)
def NameToIndex (   self,
  args 
)
NameToIndex(ParamBlockDesc2 self, wchar_t const * name) -> int
def RemoveInterface (   self,
  args 
)
RemoveInterface(ParamBlockDesc2 self, BaseInterface iface)
def SetFileTypes (   self,
  args 
)
SetFileTypes(ParamBlockDesc2 self, ParamID id, wchar_t const * fileType)
def SetInitFile (   self,
  args 
)
SetInitFile(ParamBlockDesc2 self, ParamID id, wchar_t const * s)
def SetOwnerRefNo (   self,
  args 
)
SetOwnerRefNo(ParamBlockDesc2 self, ParamID id, int refno)
def SetSubMtlNo (   self,
  args 
)
SetSubMtlNo(ParamBlockDesc2 self, ParamID id, int mtlno)
def SetSubTexNo (   self,
  args 
)
SetSubTexNo(ParamBlockDesc2 self, ParamID id, int texno)
def Version (   self)
Version(ParamBlockDesc2 self) -> DWORD