![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXDrawable.h>
Inheritance diagram for FX::FXDrawable:
Public Methods | |
FXint | getWidth () const |
Width of drawable. | |
FXint | getHeight () const |
Height of drawable. | |
FXVisual * | getVisual () const |
Get the visual. | |
void | setVisual (FXVisual *vis) |
Change visual. | |
virtual void | resize (FXint w, FXint h) |
Resize drawable to the specified width and height. | |
virtual void | save (FXStream &store) const |
Save object to stream. | |
virtual void | load (FXStream &store) |
Load object from stream. | |
virtual | ~FXDrawable () |
Cleanup. | |
Friends | |
class | FXDC |
class | FXDCWindow |