#include <Xw_PixMap.hxx>
Inheritance diagram for Xw_PixMap:
Public Member Functions | |
Standard_EXPORT | Xw_PixMap (const Handle(Aspect_Window)&aWindow, const Standard_Integer aWidth, const Standard_Integer anHeight, const Standard_Integer aDepth=0) |
Warning! When <adepth> is NULL , the pixmap is created with the SAME depth than the window <awindow> . | |
virtual Standard_EXPORT void | Destroy () |
Destroies the Pixmap Trigger: Raises if Pixmap is not defined properly . | |
virtual Standard_EXPORT Standard_Boolean | Dump (const Standard_CString aFilename, const Standard_Real aGammaValue=1.0) const |
Dumps the Pixmap to an XWD,GIF or BMP file with an optional gamma correction value according to the graphic system . | |
virtual Standard_EXPORT Aspect_Handle | PixmapID () const |
Returns the ID of the just created pixmap . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Attributes | |
Aspect_Handle | myPixmap |
Private Member Functions | |
Standard_EXPORT Standard_Integer | PreferedDepth (const Handle(Aspect_Window)&aWindow, const Standard_Integer aDepth) const |
Private Attributes | |
Handle_Xw_Window | myWindow |
|
|
|
Implements Aspect_PixMap. |
|
Implements Aspect_PixMap. |
|
Reimplemented from Aspect_PixMap. |
|
Implements Aspect_PixMap. |
|
|
|
|
|
|