#include <SupportedImageFormatsBitField.h>
Inherits openjaus::model::fields::BitField.
§ SupportedImageFormatsBitField()
openjaus::environment::SupportedImageFormatsBitField::SupportedImageFormatsBitField |
( |
| ) |
|
§ ~SupportedImageFormatsBitField()
openjaus::environment::SupportedImageFormatsBitField::~SupportedImageFormatsBitField |
( |
| ) |
|
§ copy()
§ from()
int openjaus::environment::SupportedImageFormatsBitField::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getBMP()
bool openjaus::environment::SupportedImageFormatsBitField::getBMP |
( |
void |
| ) |
const |
§ getCR2_Canon_RAW()
bool openjaus::environment::SupportedImageFormatsBitField::getCR2_Canon_RAW |
( |
void |
| ) |
const |
§ getDNG_Adobe_RAW()
bool openjaus::environment::SupportedImageFormatsBitField::getDNG_Adobe_RAW |
( |
void |
| ) |
const |
§ getGIF()
bool openjaus::environment::SupportedImageFormatsBitField::getGIF |
( |
void |
| ) |
const |
§ getIntegerValue()
uint16_t openjaus::environment::SupportedImageFormatsBitField::getIntegerValue |
( |
void |
| ) |
const |
§ getJPEG()
bool openjaus::environment::SupportedImageFormatsBitField::getJPEG |
( |
void |
| ) |
const |
§ getNEF_Nikon_RAW()
bool openjaus::environment::SupportedImageFormatsBitField::getNEF_Nikon_RAW |
( |
void |
| ) |
const |
§ getPGM()
bool openjaus::environment::SupportedImageFormatsBitField::getPGM |
( |
void |
| ) |
const |
§ getPNG()
bool openjaus::environment::SupportedImageFormatsBitField::getPNG |
( |
void |
| ) |
const |
§ getPNM()
bool openjaus::environment::SupportedImageFormatsBitField::getPNM |
( |
void |
| ) |
const |
§ getPPM()
bool openjaus::environment::SupportedImageFormatsBitField::getPPM |
( |
void |
| ) |
const |
§ getTIFF()
bool openjaus::environment::SupportedImageFormatsBitField::getTIFF |
( |
void |
| ) |
const |
§ length()
int openjaus::environment::SupportedImageFormatsBitField::length |
( |
| ) |
|
|
virtual |
§ setBMP()
bool openjaus::environment::SupportedImageFormatsBitField::setBMP |
( |
bool |
value | ) |
|
§ setCR2_Canon_RAW()
bool openjaus::environment::SupportedImageFormatsBitField::setCR2_Canon_RAW |
( |
bool |
value | ) |
|
§ setDNG_Adobe_RAW()
bool openjaus::environment::SupportedImageFormatsBitField::setDNG_Adobe_RAW |
( |
bool |
value | ) |
|
§ setGIF()
bool openjaus::environment::SupportedImageFormatsBitField::setGIF |
( |
bool |
value | ) |
|
§ setIntegerValue()
void openjaus::environment::SupportedImageFormatsBitField::setIntegerValue |
( |
uint16_t |
value | ) |
|
§ setJPEG()
bool openjaus::environment::SupportedImageFormatsBitField::setJPEG |
( |
bool |
value | ) |
|
§ setNEF_Nikon_RAW()
bool openjaus::environment::SupportedImageFormatsBitField::setNEF_Nikon_RAW |
( |
bool |
value | ) |
|
§ setPGM()
bool openjaus::environment::SupportedImageFormatsBitField::setPGM |
( |
bool |
value | ) |
|
§ setPNG()
bool openjaus::environment::SupportedImageFormatsBitField::setPNG |
( |
bool |
value | ) |
|
§ setPNM()
bool openjaus::environment::SupportedImageFormatsBitField::setPNM |
( |
bool |
value | ) |
|
§ setPPM()
bool openjaus::environment::SupportedImageFormatsBitField::setPPM |
( |
bool |
value | ) |
|
§ setTIFF()
bool openjaus::environment::SupportedImageFormatsBitField::setTIFF |
( |
bool |
value | ) |
|
§ to()
int openjaus::environment::SupportedImageFormatsBitField::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::environment::SupportedImageFormatsBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ bMP
bool openjaus::environment::SupportedImageFormatsBitField::bMP |
|
protected |
§ BMP_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::BMP_BIT_MASK = 0x1 |
|
staticprotected |
§ BMP_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::BMP_START_BIT = 3 |
|
staticprotected |
§ cR2_Canon_RAW
bool openjaus::environment::SupportedImageFormatsBitField::cR2_Canon_RAW |
|
protected |
§ CR2_CANON_RAW_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::CR2_CANON_RAW_BIT_MASK = 0x1 |
|
staticprotected |
§ CR2_CANON_RAW_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::CR2_CANON_RAW_START_BIT = 9 |
|
staticprotected |
§ dNG_Adobe_RAW
bool openjaus::environment::SupportedImageFormatsBitField::dNG_Adobe_RAW |
|
protected |
§ DNG_ADOBE_RAW_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::DNG_ADOBE_RAW_BIT_MASK = 0x1 |
|
staticprotected |
§ DNG_ADOBE_RAW_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::DNG_ADOBE_RAW_START_BIT = 10 |
|
staticprotected |
§ gIF
bool openjaus::environment::SupportedImageFormatsBitField::gIF |
|
protected |
§ GIF_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::GIF_BIT_MASK = 0x1 |
|
staticprotected |
§ GIF_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::GIF_START_BIT = 1 |
|
staticprotected |
§ jPEG
bool openjaus::environment::SupportedImageFormatsBitField::jPEG |
|
protected |
§ JPEG_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::JPEG_BIT_MASK = 0x1 |
|
staticprotected |
§ JPEG_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::JPEG_START_BIT = 0 |
|
staticprotected |
§ nEF_Nikon_RAW
bool openjaus::environment::SupportedImageFormatsBitField::nEF_Nikon_RAW |
|
protected |
§ NEF_NIKON_RAW_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::NEF_NIKON_RAW_BIT_MASK = 0x1 |
|
staticprotected |
§ NEF_NIKON_RAW_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::NEF_NIKON_RAW_START_BIT = 8 |
|
staticprotected |
§ pGM
bool openjaus::environment::SupportedImageFormatsBitField::pGM |
|
protected |
§ PGM_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::PGM_BIT_MASK = 0x1 |
|
staticprotected |
§ PGM_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::PGM_START_BIT = 6 |
|
staticprotected |
§ pNG
bool openjaus::environment::SupportedImageFormatsBitField::pNG |
|
protected |
§ PNG_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::PNG_BIT_MASK = 0x1 |
|
staticprotected |
§ PNG_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::PNG_START_BIT = 2 |
|
staticprotected |
§ pNM
bool openjaus::environment::SupportedImageFormatsBitField::pNM |
|
protected |
§ PNM_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::PNM_BIT_MASK = 0x1 |
|
staticprotected |
§ PNM_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::PNM_START_BIT = 7 |
|
staticprotected |
§ pPM
bool openjaus::environment::SupportedImageFormatsBitField::pPM |
|
protected |
§ PPM_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::PPM_BIT_MASK = 0x1 |
|
staticprotected |
§ PPM_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::PPM_START_BIT = 5 |
|
staticprotected |
§ tIFF
bool openjaus::environment::SupportedImageFormatsBitField::tIFF |
|
protected |
§ TIFF_BIT_MASK
const long openjaus::environment::SupportedImageFormatsBitField::TIFF_BIT_MASK = 0x1 |
|
staticprotected |
§ TIFF_START_BIT
const long openjaus::environment::SupportedImageFormatsBitField::TIFF_START_BIT = 4 |
|
staticprotected |
The documentation for this class was generated from the following files: