Classes | Defines | Functions

tvnode.h File Reference

#include "maxheap.h"
#include "ref.h"

Go to the source code of this file.

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)

Definition at line 21 of file tvnode.h.

#define TVNODE_APPEND   -1

Definition at line 24 of file tvnode.h.

#define GLOBAL_VAR_TVNODE_CLASS_ID   Class_ID(0xb27e9f2a, 0x73fad370)

Definition at line 38 of file tvnode.h.

#define VIDEO_POST_TVNODE_CLASS_ID   Class_ID(0x482b8d30, 0xb72c8511)

Definition at line 39 of file tvnode.h.

#define TRACK_SELECTION_SET_MGR_CLASS_ID   Class_ID(0x77a71ca2, 0x670c632d)

Definition at line 40 of file tvnode.h.

#define TRACK_SELECTION_SET_CLASS_ID   Class_ID(0x6eb33def, 0x20344f6a)

Definition at line 41 of file tvnode.h.


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.