#include <Params.h>
Inherited by cinder::params::InterfaceGl::Options< T >.
Base class for chainable options.
- See also
- Options<T>.
cinder::params::InterfaceGl::OptionsBase::OptionsBase |
( |
const std::string & |
name, |
|
|
void * |
targetVoidPtr, |
|
|
InterfaceGl * |
parent |
|
) |
| |
|
protected |
const std::string& cinder::params::InterfaceGl::OptionsBase::getName |
( |
| ) |
const |
void* cinder::params::InterfaceGl::OptionsBase::getVoidPtr |
( |
| ) |
const |
const std::string& cinder::params::InterfaceGl::OptionsBase::getKeyIncr |
( |
| ) |
const |
const std::string& cinder::params::InterfaceGl::OptionsBase::getKeyDecr |
( |
| ) |
const |
void cinder::params::InterfaceGl::OptionsBase::setVisible |
( |
bool |
visible = true | ) |
|
void cinder::params::InterfaceGl::OptionsBase::setMin |
( |
float |
minVal | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setMax |
( |
float |
maxVal | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setStep |
( |
float |
maxVal | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setPrecision |
( |
int |
precVal | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setKeyIncr |
( |
const std::string & |
keyIncr | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setKeyDecr |
( |
const std::string & |
keyDecr | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setKey |
( |
const std::string & |
key | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setGroup |
( |
const std::string & |
group | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::setOptionsStr |
( |
const std::string & |
optionsStr | ) |
|
|
protected |
void cinder::params::InterfaceGl::OptionsBase::reAddOptions |
( |
| ) |
|
|
protected |
std::string cinder::params::InterfaceGl::OptionsBase::mName |
|
protected |
std::string cinder::params::InterfaceGl::OptionsBase::mKeyIncr |
|
protected |
std::string cinder::params::InterfaceGl::OptionsBase::mKeyDecr |
|
protected |
std::string cinder::params::InterfaceGl::OptionsBase::mKey |
|
protected |
std::string cinder::params::InterfaceGl::OptionsBase::mGroup |
|
protected |
std::string cinder::params::InterfaceGl::OptionsBase::mOptionsStr |
|
protected |
void* cinder::params::InterfaceGl::OptionsBase::mVoidPtr |
|
protected |
float cinder::params::InterfaceGl::OptionsBase::mMin |
|
protected |
float cinder::params::InterfaceGl::OptionsBase::mMax |
|
protected |
float cinder::params::InterfaceGl::OptionsBase::mStep |
|
protected |
int cinder::params::InterfaceGl::OptionsBase::mPrecision |
|
protected |
bool cinder::params::InterfaceGl::OptionsBase::mMinSet |
|
protected |
bool cinder::params::InterfaceGl::OptionsBase::mMaxSet |
|
protected |
bool cinder::params::InterfaceGl::OptionsBase::mStepSet |
|
protected |
bool cinder::params::InterfaceGl::OptionsBase::mPrecisionSet |
|
protected |
InterfaceGl* cinder::params::InterfaceGl::OptionsBase::mParent |
|
protected |
The documentation for this class was generated from the following files: