1 #ifndef COIN_SOPROFILERTOPKIT 2 #define COIN_SOPROFILERTOPKIT 27 #include <Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h> 28 #include <Inventor/fields/SoSFColor.h> 29 #include <Inventor/fields/SoSFInt32.h> 30 #include <Inventor/fields/SoSFVec2f.h> 31 #include <Inventor/fields/SoSFVec3f.h> 32 #include <Inventor/tools/SbPimplPtr.h> 34 class SoProfilerTopKitP;
36 class COIN_DLL_API SoProfilerTopKit :
public SoProfilerOverlayKit {
37 typedef SoProfilerOverlayKit inherited;
38 SO_KIT_HEADER(SoProfilerTopKit);
39 SO_KIT_CATALOG_ENTRY_HEADER(textSep);
40 SO_KIT_CATALOG_ENTRY_HEADER(color);
41 SO_KIT_CATALOG_ENTRY_HEADER(translation);
42 SO_KIT_CATALOG_ENTRY_HEADER(text);
43 SO_KIT_CATALOG_ENTRY_HEADER(graph);
46 static void initClass(
void);
47 SoProfilerTopKit(
void);
56 virtual ~SoProfilerTopKit(
void);
59 SbPimplPtr<SoProfilerTopKitP> pimpl;
60 friend class SoProfilerTopKitP;
62 SoProfilerTopKit(
const SoProfilerTopKit & rhs);
63 SoProfilerTopKit & operator = (
const SoProfilerTopKit & rhs);
The SoSFVec2f class is a container for an SbVec2f vector.This field is used where nodes...
Definition: SoSFVec2f.h:31
The SoSFColor class is a container for an SbColor value.This field is used where nodes, engines or other field containers needs to store a single color value (i.e. Red + Green + Blue).
Definition: SoSFColor.h:31
The SoSFInt32 class is a container for a 32-bit integer value.This field is used where nodes...
Definition: SoSFInt32.h:30
The SoSFVec3f class is a container for an SbVec3f vector.This field is used where nodes...
Definition: SoSFVec3f.h:31