This is the Dtk_Preview class. More...
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) |
static Dtk_PreviewPtr | Create (const Dtk_Preview &s) |
static Dtk_Preview * | DtkDynamicCast (Dtk_Object *s) |
Protected Types | |
enum | { _typeID = DTK_TYPE_OBJECT } |
Protected Member Functions | |
void | _copy (const Dtk_Object &s) |
void | _Copy (const Dtk_Preview &s) |
void | _init () |
void | _Init () |
void | _reset () |
void | _Reset () |
Dtk_Preview () | |
Dtk_Preview (const char *inStream, const Dtk_Int32 inSizeStream) | |
virtual | ~Dtk_Preview () |
Protected Attributes | |
Dtk_Handle * | _Private |
unsigned long | count_ |
Friends | |
class | Dtk_SmartPtr< Dtk_Preview > |
This is the Dtk_Preview class.
A Dtk_Preview contains Stream representing picture data This class lets you use Dtk_Preview.
|
protected |
|
protected |
|
protectedvirtual |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protected |
|
static |
|
static |
|
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 | ) |
|
friend |
|
protected |
|
protectedinherited |