Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoQtColorEditor.h File Reference
#include <Inventor/Qt/OivQtCompat.h>
#include <Inventor/SbColor.h>
#include <Inventor/misc/SoCallbackList.h>
#include <Inventor/Qt/SoQtComponent.h>
#include <qglobal.h>
#include <QPointer>

Go to the source code of this file.

Classes

class  SoQtColorEditor
  VSG extension Component that lets you edit a color interactively. More...
 

Typedefs

typedef void SoQtColorEditorCB(void *userData, const SbColor *color)
 External change callback functions registered with the color editor should be of this type.
 

Typedef Documentation

◆ SoQtColorEditorCB

typedef void SoQtColorEditorCB(void *userData, const SbColor *color)

External change callback functions registered with the color editor should be of this type.

Definition at line 55 of file SoQtColorEditor.h.