#include <Aspect_PixMap.hxx>
Inheritance diagram for Aspect_PixMap:
Public Member Functions | |
virtual Standard_EXPORT void | Destroy ()=0 |
Destroy the pixmap . | |
virtual Standard_EXPORT Standard_Boolean | Dump (const Standard_CString aFilename, const Standard_Real aGammaValue=1.0) const =0 |
Creates the image file <afilename> from this pixmap with an optional gamma correction value according to the graphic system and returns TRUE if the dump occurs normaly. Warning: only XWD, GIF, BMP formats are supported according to the file extension . | |
virtual Standard_EXPORT Aspect_Handle | PixmapID () const =0 |
Returns the ID of the just created pixmap . | |
Standard_EXPORT void | Size (Standard_Integer &aWidth, Standard_Integer &anHeight) const |
Returns the allocated pixmap's size in PIXEL . | |
Standard_EXPORT Standard_Integer | Depth () const |
Returns the allocated pixmap's depth (planes number) . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | Aspect_PixMap (const Standard_Integer aWidth, const Standard_Integer anHeight, const Standard_Integer aDepth) |
Initializes the datas of a pixmap with a pixel size <aWidth,<anheight> and depth. . | |
Protected Attributes | |
Standard_Integer | myWidth |
Standard_Integer | myHeight |
Standard_Integer | myDepth |
|
|
|
|
|
Implemented in WNT_PixMap, and Xw_PixMap. |
|
Implemented in WNT_PixMap, and Xw_PixMap. |
|
Reimplemented in WNT_PixMap, and Xw_PixMap. |
|
Implemented in WNT_PixMap, and Xw_PixMap. |
|
|
|
|
|
|
|
|