TrackView Class Reference

Class Description

Track view utility functions.
+ Inheritance diagram for TrackView:

Public Member Functions

def ClearFilter (args)
 
def Close (args)
 
def CloseAll ()
 
def FlushAll ()
 
def GetCount ()
 
def GetName (args)
 
def Open (args)
 
def SendToTop (args)
 
def SetFilter (args)
 
def TestFilter (args)
 
def UnFlush ()
 
def Zoom (args)
 
def ZoomSelected (args)
 

Static Public Attributes

tuple ClearFilter = staticmethod(ClearFilter)
 
tuple Close = staticmethod(Close)
 
tuple CloseAll = staticmethod(CloseAll)
 
tuple FlushAll = staticmethod(FlushAll)
 
tuple GetCount = staticmethod(GetCount)
 
tuple GetName = staticmethod(GetName)
 
tuple Open = staticmethod(Open)
 
tuple SendToTop = staticmethod(SendToTop)
 
tuple SetFilter = staticmethod(SetFilter)
 
tuple TestFilter = staticmethod(TestFilter)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
tuple UnFlush = staticmethod(UnFlush)
 
tuple Zoom = staticmethod(Zoom)
 
tuple ZoomSelected = staticmethod(ZoomSelected)
 

Member Function Documentation

def ClearFilter (   args)
ClearFilter(wchar_t const * tv_name, DWORD mask, int which, bool redraw=True) -> bool
ClearFilter(wchar_t const * tv_name, DWORD mask, int which) -> bool
def Close (   args)
Close(wchar_t const * tv_name) -> bool
def CloseAll ( )
CloseAll()
def FlushAll ( )
FlushAll()
def GetCount ( )
GetCount() -> int
def GetName (   args)
GetName(int i) -> wchar_t const *
def Open (   args)
Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f), 
    int width=-1, int height=-1, int dock=TV_FLOAT) -> bool
Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f), 
    int width=-1, int height=-1) -> bool
Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f), 
    int width=-1) -> bool
Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f)) -> bool
Open(wchar_t const * tv_name, wchar_t const * layoutName=None) -> bool
Open(wchar_t const * tv_name) -> bool
def SendToTop (   args)
SendToTop(wchar_t const * tv_name) -> bool
def SetFilter (   args)
SetFilter(wchar_t const * tv_name, DWORD mask, int which, bool redraw=True) -> bool
SetFilter(wchar_t const * tv_name, DWORD mask, int which) -> bool
def TestFilter (   args)
TestFilter(wchar_t const * tv_name, DWORD mask, int which) -> DWORD
def UnFlush ( )
UnFlush()
def Zoom (   args)
Zoom(wchar_t const * tv_name, Animatable parent, int subNum) -> bool
def ZoomSelected (   args)
ZoomSelected(wchar_t const * tv_name) -> bool