This is the Dtk_Preview class. More...
Inheritance diagram for Dtk_Preview:Public Member Functions | |
| int | DtkDynamicType (const int &inId) |
| virtual void | dump (FILE *file=stdout) |
| virtual Dtk_Size_t | GetSize () const |
| char * | GetStream () |
| Dtk_Int32 | GetStreamSize () |
| preview_type_detk | GetType () |
| void | SetType (preview_type_detk inPreviewType) |
Static Public Member Functions | |
| static Dtk_PreviewPtr | Create (const char *inStream, const Dtk_Int32 inSizeStream) |
| Calls full featured constructor to allocate a new object. More... | |
| static Dtk_PreviewPtr | Create (const Dtk_Preview &in) |
| Calls copy constructor to allocate a new object. More... | |
| static Dtk_Preview * | DtkDynamicCast (Dtk_Object *s) |
Protected Types | |
| enum | { _typeID = DTK_TYPE_OBJECT } |
Protected Member Functions | |
| void | _Copy (const Dtk_Preview &s) |
| void | _Init () |
| void | _Reset () |
| Dtk_Preview () | |
| Dtk_Preview (const char *inStream, const Dtk_Int32 inSizeStream) | |
| virtual | ~Dtk_Preview () |
Protected Attributes | |
| Dtk_Handle * | _Private |
| unsigned long | count_ |
This is the Dtk_Preview class.
A Dtk_Preview contains Stream representing picture data This class lets you use Dtk_Preview.
|
protected |
|
protected |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
static |
Calls full featured constructor to allocate a new object.
|
static |
Calls copy constructor to allocate a new object.
| in | Object to copy from. |
|
static |
|
virtual |
Implements Dtk_Object.
|
virtualinherited |
|
virtualinherited |
Reimplemented in Dtk_Shell, Dtk_Body, Dtk_Lump, Dtk_Volume, Dtk_Face, Dtk_Loop, Dtk_Coedge, Dtk_Edge, Dtk_Vertex, Dtk_mesh_face, Dtk_mesh, Dtk_TransformedSurface, Dtk_FilletSurface, Dtk_OffsetSurface, Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_ConicalSurface, Dtk_CylindricalSurface, Dtk_RuledSurface, Dtk_LinearExtrusionSurface, Dtk_StandardRevolutionSurface, Dtk_RevolutionSurface, Dtk_PlaneSurface, Dtk_NurbsSurface, Dtk_Surface, Dtk_Hyperbola, Dtk_Parabola, Dtk_Ellipse, Dtk_Conic, Dtk_Line, Dtk_Polyline, Dtk_NurbsCurve, Dtk_Curve, Dtk_Point, Dtk_Entity, and Dtk_Info.
| char* Dtk_Preview::GetStream | ( | ) |
| Dtk_Int32 Dtk_Preview::GetStreamSize | ( | ) |
| preview_type_detk Dtk_Preview::GetType | ( | ) |
| void Dtk_Preview::SetType | ( | preview_type_detk | inPreviewType | ) |
|
protected |
|
protectedinherited |