TrackView Class Reference
Track view utility functions.
|
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) |
|
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(wchar_t const * tv_name) -> bool
GetName(int i) -> wchar_t const *
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(wchar_t const * tv_name) -> bool
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(wchar_t const * tv_name, DWORD mask, int which) -> DWORD
Zoom(wchar_t const * tv_name, Animatable parent, int subNum) -> bool
ZoomSelected(wchar_t const * tv_name) -> bool