Implements the SoMetaInformationMap using a QVariantMap as underlying storage.
More...
#include <SoMetaInformationMapQt.h>
|
void | clear () |
| clear previous render state
|
|
const QVariantMap & | getValues () |
| get the current render state
|
|
|
void | set (const char *key, float value) override |
|
void | set (const char *key, double value) override |
|
void | set (const char *key, int value) override |
|
void | set (const char *key, const std::string &value) override |
|
void | set (const char *key, const SbString &value) override |
|
void | set (const char *key, const SbVec2f &value) override |
|
void | set (const char *key, const SbVec3f &value) override |
|
void | set (const char *key, const SbVec4f &value) override |
|
void | set (const char *key, const SbMatrix &value) override |
|
void | set (const char *key, const char *data, size_t size) override |
|
| SoMetaInformationMap () |
|
virtual | ~SoMetaInformationMap () |
|
Implements the SoMetaInformationMap using a QVariantMap as underlying storage.
Definition at line 23 of file SoMetaInformationMapQt.h.
◆ clear()
void SoMetaInformationMapQt::clear |
( |
| ) |
|
clear previous render state
◆ getValues()
const QVariantMap & SoMetaInformationMapQt::getValues |
( |
| ) |
|
get the current render state
◆ set() [1/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
const char * | data, |
|
|
size_t | size ) |
|
overridevirtual |
◆ set() [2/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
const SbMatrix & | value ) |
|
overridevirtual |
◆ set() [3/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
const SbString & | value ) |
|
overridevirtual |
◆ set() [4/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
const SbVec2f & | value ) |
|
overridevirtual |
◆ set() [5/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
const SbVec3f & | value ) |
|
overridevirtual |
◆ set() [6/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
const SbVec4f & | value ) |
|
overridevirtual |
◆ set() [7/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
const std::string & | value ) |
|
overridevirtual |
◆ set() [8/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
double | value ) |
|
overridevirtual |
◆ set() [9/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
float | value ) |
|
overridevirtual |
◆ set() [10/10]
void SoMetaInformationMapQt::set |
( |
const char * | key, |
|
|
int | value ) |
|
overridevirtual |
The documentation for this class was generated from the following file: