tvnode.h File Reference
 
 
 
tvnode.h File Reference
#include "maxheap.h"
#include "ref.h"

Classes

class   TVNodeNotify
class   ITrackViewNode

Defines

#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 ITrackViewNode CreateITrackViewNode (BOOL hidden=FALSE)

Define Documentation

#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)

Function Documentation

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.