3ds Max C++ API Reference
tvnode.h File Reference
#include "maxheap.h"
#include "ref.h"

Classes

class  TVNodeNotify
 
class  ITrackViewNode
 

Macros

#define TVNODE_CLASS_ID   Class_ID(0x8d73b8aa, 0x90f2ee71)
 
#define TVNODE_APPEND   -1
 
#define GLOBAL_VAR_TVNODE_CLASS_ID   Class_ID(0xb27e9f2a, 0x73fad370)
 
#define VIDEO_POST_TVNODE_CLASS_ID   Class_ID(0x482b8d30, 0xb72c8511)
 
#define TRACK_SELECTION_SET_MGR_CLASS_ID   Class_ID(0x77a71ca2, 0x670c632d)
 
#define TRACK_SELECTION_SET_CLASS_ID   Class_ID(0x6eb33def, 0x20344f6a)
 

Functions

CoreExport ITrackViewNodeCreateITrackViewNode (BOOL hidden=FALSE)
 

Macro Definition Documentation

◆ TVNODE_CLASS_ID

#define TVNODE_CLASS_ID   Class_ID(0x8d73b8aa, 0x90f2ee71)

◆ TVNODE_APPEND

#define TVNODE_APPEND   -1

◆ GLOBAL_VAR_TVNODE_CLASS_ID

#define GLOBAL_VAR_TVNODE_CLASS_ID   Class_ID(0xb27e9f2a, 0x73fad370)

◆ VIDEO_POST_TVNODE_CLASS_ID

#define VIDEO_POST_TVNODE_CLASS_ID   Class_ID(0x482b8d30, 0xb72c8511)

◆ TRACK_SELECTION_SET_MGR_CLASS_ID

#define TRACK_SELECTION_SET_MGR_CLASS_ID   Class_ID(0x77a71ca2, 0x670c632d)

◆ TRACK_SELECTION_SET_CLASS_ID

#define TRACK_SELECTION_SET_CLASS_ID   Class_ID(0x6eb33def, 0x20344f6a)

Function Documentation

◆ CreateITrackViewNode()

CoreExport ITrackViewNode* CreateITrackViewNode ( BOOL  hidden = FALSE)
Remarks
This method is used to add a track view node.
Parameters:
BOOL hidden=FALSE

If FALSE the node is hidden; otherwise it is visible in the viewports.