SoQtColorEditor Class Reference
#include <SoQtColorEditor.h>
List of all members.
Public Types |
| enum | Sliders {
NONE = SoGuiColorEditor::NONE,
INTENSITY = SoGuiColorEditor::INTENSITY,
RGB = SoGuiColorEditor::RGB,
HSV = SoGuiColorEditor::HSV,
RGB_V = SoGuiColorEditor::RGB_V,
RGB_HSV = SoGuiColorEditor::RGB_HSV
} |
| enum | UpdateFrequency { CONTINUOUS = SoGuiColorEditor::CONTINUOUS,
AFTER_ACCEPT = SoGuiColorEditor::AFTER_ACCEPT
} |
Public Member Functions |
| void | addColorChangedCallback (SoQtColorEditorCB *cb, void *closure=NULL) |
| void | attach (SoMFUInt32 *color, int idx=0, SoBase *node=NULL) |
| void | attach (SoMFColor *color, int idx=0, SoBase *node=NULL) |
| void | attach (SoSFColor *color, SoBase *node=NULL) |
| void | detach (void) |
| const SbColor & | getColor (void) const |
| Sliders | getCurrentSliders (void) const |
| SoGuiColorEditor * | getEditor (void) const |
| UpdateFrequency | getUpdateFrequency (void) const |
| SbBool | isAttached (void) const |
| SbBool | isWYSIWYG (void) const |
| void | removeColorChangedCallback (SoQtColorEditorCB *cb, void *closure=NULL) |
| void | setColor (const SbColor &color) |
| void | setCurrentSliders (Sliders which) |
| void | setUpdateFrequency (UpdateFrequency freq) |
| void | setWYSIWYG (SbBool enable) |
| | SoQtColorEditor (QWidget *parent=NULL, const char *name=NULL, SbBool embed=TRUE) |
| | ~SoQtColorEditor (void) |
Protected Member Functions |
| virtual const char * | getDefaultIconTitle (void) const |
| virtual const char * | getDefaultTitle (void) const |
| virtual const char * | getDefaultWidgetName (void) const |
Private Member Functions |
| | SOQT_OBJECT_HEADER (SoQtColorEditor, SoQtRenderArea) |
Private Attributes |
| void * | internals |
Detailed Description
Definition at line 37 of file SoQtColorEditor.h.
Member Enumeration Documentation
- Enumerator:
| NONE |
|
| INTENSITY |
|
| RGB |
|
| HSV |
|
| RGB_V |
|
| RGB_HSV |
|
Definition at line 44 of file SoQtColorEditor.h.
Constructor & Destructor Documentation
| SoQtColorEditor::SoQtColorEditor |
( |
QWidget * |
parent = NULL, |
|
|
const char * |
name = NULL, |
|
|
SbBool |
embed = TRUE | |
|
) |
| | |
| SoQtColorEditor::~SoQtColorEditor |
( |
void |
|
) |
|
Member Function Documentation
| void SoQtColorEditor::addColorChangedCallback |
( |
SoQtColorEditorCB * |
cb, |
|
|
void * |
closure = NULL | |
|
) |
| | |
| void SoQtColorEditor::attach |
( |
SoMFUInt32 * |
color, |
|
|
int |
idx = 0, |
|
|
SoBase * |
node = NULL | |
|
) |
| | |
| void SoQtColorEditor::attach |
( |
SoMFColor * |
color, |
|
|
int |
idx = 0, |
|
|
SoBase * |
node = NULL | |
|
) |
| | |
| void SoQtColorEditor::attach |
( |
SoSFColor * |
color, |
|
|
SoBase * |
node = NULL | |
|
) |
| | |
| void SoQtColorEditor::detach |
( |
void |
|
) |
|
| const SbColor& SoQtColorEditor::getColor |
( |
void |
|
) |
const |
| Sliders SoQtColorEditor::getCurrentSliders |
( |
void |
|
) |
const |
| virtual const char* SoQtColorEditor::getDefaultIconTitle |
( |
void |
|
) |
const [protected, virtual] |
| virtual const char* SoQtColorEditor::getDefaultTitle |
( |
void |
|
) |
const [protected, virtual] |
| virtual const char* SoQtColorEditor::getDefaultWidgetName |
( |
void |
|
) |
const [protected, virtual] |
| SbBool SoQtColorEditor::isAttached |
( |
void |
|
) |
const |
| SbBool SoQtColorEditor::isWYSIWYG |
( |
void |
|
) |
const |
| void SoQtColorEditor::removeColorChangedCallback |
( |
SoQtColorEditorCB * |
cb, |
|
|
void * |
closure = NULL | |
|
) |
| | |
| void SoQtColorEditor::setColor |
( |
const SbColor & |
color |
) |
|
| void SoQtColorEditor::setCurrentSliders |
( |
Sliders |
which |
) |
|
| void SoQtColorEditor::setWYSIWYG |
( |
SbBool |
enable |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/ros/diamondback/stacks/graspit_simulator/graspit/include/Inventor/Qt/editors/SoQtColorEditor.h