#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.
pdftron::PDF::OptionsBase::OptionsBase |
( |
| ) |
|
|
inline |
static ColorPt pdftron::PDF::OptionsBase::ColorPtFromNumber |
( |
double |
dnum | ) |
|
|
inlinestatic |
static double pdftron::PDF::OptionsBase::ColorPtToNumber |
( |
const ColorPt & |
cp | ) |
|
|
inlinestatic |
static SDF::Obj pdftron::PDF::OptionsBase::GetArray |
( |
SDF::Obj |
dict, |
|
|
const char * |
key |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::InsertRectCollection |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
const RectCollection & |
rects, |
|
|
int |
index |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PushBackBool |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
bool |
val |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PushBackNumber |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
double |
num |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PushBackRect |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
const Rect & |
rect |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PushBackText |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
const UString & |
text |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PutBool |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
bool |
val |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PutNumber |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
double |
num |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PutRect |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
const Rect & |
rect |
|
) |
| |
|
inlinestatic |
static void pdftron::PDF::OptionsBase::PutText |
( |
SDF::Obj |
dict, |
|
|
const char * |
key, |
|
|
const UString & |
text |
|
) |
| |
|
inlinestatic |
static Rect pdftron::PDF::OptionsBase::RectFromArray |
( |
SDF::Obj |
nums | ) |
|
|
inlinestatic |
static Rect pdftron::PDF::OptionsBase::RectFromArray |
( |
void * |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: