1#ifndef COIN_SOSCROLLINGGRAPHKIT_H
2#define COIN_SOSCROLLINGGRAPHKIT_H
27#include <Inventor/nodekits/SoBaseKit.h>
28#include <Inventor/nodekits/SoSubKit.h>
30#include <Inventor/tools/SbPimplPtr.h>
31#include <Inventor/fields/SoSFVec3f.h>
32#include <Inventor/fields/SoSFEnum.h>
33#include <Inventor/fields/SoSFTime.h>
34#include <Inventor/fields/SoMFFloat.h>
35#include <Inventor/fields/SoMFColor.h>
36#include <Inventor/fields/SoMFName.h>
39class SoScrollingGraphKitP;
41class SoScrollingGraphKit :
public SoBaseKit {
43 SO_KIT_HEADER(SoScrollingGraphKit);
44 SO_KIT_CATALOG_ENTRY_HEADER(scene);
47 static void initClass(
void);
49 SoScrollingGraphKit(
void);
54 DEFAULT_GRAPHICS = STACKED_BARS
58 ABSOLUTE_ACCUMULATIVE,
62 DEFAULT_RANGETYPE = ABSOLUTE_ACCUMULATIVE
66 SoSFEnum graphicsType;
72 SoSFVec3f viewportSize;
81 virtual ~SoScrollingGraphKit(
void);
83 static void addValuesCB(
void * closure, SoSensor * sensor);
86 SbPimplPtr<SoScrollingGraphKitP> pimpl;
89 SoScrollingGraphKit(
const SoScrollingGraphKit &);
90 SoScrollingGraphKit & operator = (
const SoScrollingGraphKit &);
The SoBaseKit class is the toplevel superclass for nodekits.
Definition SoBaseKit.h:57
SoBaseKit(void)
Definition SoBaseKit.cpp:638
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:34
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen 1.13.2.