|
ai::Entry::Impl Class Reference
List of all members.
Constructor & Destructor Documentation
ai::Entry::Impl::Impl |
( |
AIEntryRef |
entryRef |
) |
[inline, explicit] |
ai::Entry::Impl::Impl |
( |
const Impl & |
other |
) |
[inline, explicit] |
ai::Entry::Impl::Impl |
( |
bool |
boolVal |
) |
[inline, explicit] |
ai::Entry::Impl::Impl |
( |
ai::int32 |
intVal |
) |
[inline, explicit] |
ai::Entry::Impl::Impl |
( |
AIReal |
realVal |
) |
[inline, explicit] |
ai::Entry::Impl::Impl |
( |
const AIRealPoint & |
point |
) |
[inline] |
ai::Entry::Impl::Impl |
( |
const AIRealMatrix & |
matrix |
) |
[inline] |
ai::Entry::Impl::Impl |
( |
const std::string & |
strVal |
) |
[inline] |
ai::Entry::Impl::Impl |
( |
const BinaryType & |
value |
) |
[inline] |
ai::Entry::Impl::Impl |
( |
const Array & |
value |
) |
[inline] |
ai::Entry::Impl::Impl |
( |
const Dictionary & |
value |
) |
[inline] |
ai::Entry::Impl::Impl |
( |
const AIFillStyle & |
value |
) |
[inline] |
Member Function Documentation
std::unique_ptr<AIFillStyle> ai::Entry::Impl::AIFillStyleVal |
( |
|
) |
const [inline] |
std::unique_ptr<AIStrokeStyle> ai::Entry::Impl::AIStrokeStyleVal |
( |
|
) |
const [inline] |
Array ai::Entry::Impl::ArrayVal |
( |
|
) |
const [inline] |
AIArtHandle ai::Entry::Impl::ArtHandleVal |
( |
|
) |
const [inline] |
void ai::Entry::Impl::BinaryVal |
( |
void * |
value, |
|
|
size_t & |
size | |
|
) |
| | const [inline] |
BinaryType ai::Entry::Impl::BinaryVal |
( |
|
) |
const [inline] |
bool ai::Entry::Impl::BoolVal |
( |
|
) |
const [inline] |
static std::unique_ptr<Impl> ai::Entry::Impl::CreateImplConsumeRef |
( |
AIEntryRef |
entry |
) |
[inline, static] |
Dictionary ai::Entry::Impl::DictionaryVal |
( |
|
) |
const [inline] |
bool ai::Entry::Impl::equal |
( |
const Impl & |
other |
) |
const [inline] |
static std::unique_ptr<Impl> ai::Entry::Impl::FromArtStyle |
( |
AIArtStyleHandle |
artStyle |
) |
[inline, static] |
static std::unique_ptr<Impl> ai::Entry::Impl::FromBinary |
( |
void * |
data, |
|
|
size_t |
size | |
|
) |
| | [inline, static] |
static std::unique_ptr<Impl> ai::Entry::Impl::FromBrushPattern |
( |
AIPatternHandle |
pattern |
) |
[inline, static] |
static std::unique_ptr<Impl> ai::Entry::Impl::FromGradient |
( |
AIGradientHandle |
gradient |
) |
[inline, static] |
static std::unique_ptr<Impl> ai::Entry::Impl::FromPattern |
( |
AIPatternHandle |
pattern |
) |
[inline, static] |
static std::unique_ptr<Impl> ai::Entry::Impl::FromPluginObject |
( |
AIObjectHandle |
obj |
) |
[inline, static] |
static std::unique_ptr<Impl> ai::Entry::Impl::FromSymbolPattern |
( |
AIPatternHandle |
obj |
) |
[inline, static] |
AIEntryRef ai::Entry::Impl::get |
( |
|
) |
const [inline] |
AIEntryType ai::Entry::Impl::GetType |
( |
|
) |
const [inline] |
ai::int32 ai::Entry::Impl::IntVal |
( |
|
) |
const [inline] |
AIRealPoint ai::Entry::Impl::PointVal |
( |
|
) |
const [inline] |
AIReal ai::Entry::Impl::RealVal |
( |
|
) |
const [inline] |
std::string ai::Entry::Impl::StringVal |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file:
|