MaxPlus Python API Reference
TrackView Class Reference
+ 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

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

Detailed Description

Track view utility functions.

Member Function Documentation

◆ ClearFilter()

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

◆ Close()

def Close ( args)
Close(wchar_t const * tv_name) -> bool

◆ CloseAll()

def CloseAll ( )
CloseAll()

◆ FlushAll()

def FlushAll ( )
FlushAll()

◆ GetCount()

def GetCount ( )
GetCount() -> int

◆ GetName()

def GetName ( args)
GetName(int i) -> wchar_t const *

◆ Open()

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

◆ SendToTop()

def SendToTop ( args)
SendToTop(wchar_t const * tv_name) -> bool

◆ SetFilter()

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

◆ TestFilter()

def TestFilter ( args)
TestFilter(wchar_t const * tv_name, DWORD mask, int which) -> DWORD

◆ UnFlush()

def UnFlush ( )
UnFlush()

◆ Zoom()

def Zoom ( args)
Zoom(wchar_t const * tv_name, Animatable parent, int subNum) -> bool

◆ ZoomSelected()

def ZoomSelected ( args)
ZoomSelected(wchar_t const * tv_name) -> bool