#include <OptionsBase.h>
|
| static SDF::Obj | GetArray (SDF::Obj dict, const char *key) |
| static void | PutNumber (SDF::Obj dict, const char *key, double num) |
| static void | PutBool (SDF::Obj dict, const char *key, bool val) |
| static void | PutText (SDF::Obj dict, const char *key, const UString &text) |
| static void | PutRect (SDF::Obj dict, const char *key, const Rect &rect) |
| static void | PushBackNumber (SDF::Obj dict, const char *key, double num) |
| static void | PushBackBool (SDF::Obj dict, const char *key, bool val) |
| static void | PushBackText (SDF::Obj dict, const char *key, const UString &text) |
| static void | PushBackRect (SDF::Obj dict, const char *key, const Rect &rect) |
| static Rect | RectFromArray (SDF::Obj nums) |
| static void | InsertRectCollection (SDF::Obj dict, const char *key, const RectCollection &rects, int index) |
| static Rect | RectFromArray (void *) |
| static double | ColorPtToNumber (const ColorPt &cp) |
| static ColorPt | ColorPtFromNumber (double dnum) |
Definition at line 12 of file OptionsBase.h.
◆ OptionsBase()
| pdftron::PDF::OptionsBase::OptionsBase |
( |
| ) |
|
|
inline |
◆ ColorPtFromNumber()
| ColorPt pdftron::PDF::OptionsBase::ColorPtFromNumber |
( |
double | dnum | ) |
|
|
inlinestatic |
◆ ColorPtToNumber()
| double pdftron::PDF::OptionsBase::ColorPtToNumber |
( |
const ColorPt & | cp | ) |
|
|
inlinestatic |
◆ GetArray()
| SDF::Obj pdftron::PDF::OptionsBase::GetArray |
( |
SDF::Obj | dict, |
|
|
const char * | key ) |
|
inlinestatic |
◆ InsertRectCollection()
| void pdftron::PDF::OptionsBase::InsertRectCollection |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
const RectCollection & | rects, |
|
|
int | index ) |
|
inlinestatic |
◆ PushBackBool()
| void pdftron::PDF::OptionsBase::PushBackBool |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
bool | val ) |
|
inlinestatic |
◆ PushBackNumber()
| void pdftron::PDF::OptionsBase::PushBackNumber |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
double | num ) |
|
inlinestatic |
◆ PushBackRect()
| void pdftron::PDF::OptionsBase::PushBackRect |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
const Rect & | rect ) |
|
inlinestatic |
◆ PushBackText()
| void pdftron::PDF::OptionsBase::PushBackText |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
const UString & | text ) |
|
inlinestatic |
◆ PutBool()
| void pdftron::PDF::OptionsBase::PutBool |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
bool | val ) |
|
inlinestatic |
◆ PutNumber()
| void pdftron::PDF::OptionsBase::PutNumber |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
double | num ) |
|
inlinestatic |
◆ PutRect()
| void pdftron::PDF::OptionsBase::PutRect |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
const Rect & | rect ) |
|
inlinestatic |
◆ PutText()
| void pdftron::PDF::OptionsBase::PutText |
( |
SDF::Obj | dict, |
|
|
const char * | key, |
|
|
const UString & | text ) |
|
inlinestatic |
◆ RectFromArray() [1/2]
| Rect pdftron::PDF::OptionsBase::RectFromArray |
( |
SDF::Obj | nums | ) |
|
|
inlinestatic |
◆ RectFromArray() [2/2]
| Rect pdftron::PDF::OptionsBase::RectFromArray |
( |
void * | | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: