Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXImageFrame.h>
Inheritance diagram for FX::FXImageFrame:
Public Member Functions | |
FXImageFrame (FXComposite *p, FXImage *img, FXuint opts=FRAME_SUNKEN|FRAME_THICK, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=0, FXint pr=0, FXint pt=0, FXint pb=0) | |
virtual void | create () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setImage (FXImage *img) |
FXImage * | getImage () const |
void | setJustify (FXuint mode) |
FXuint | getJustify () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXImageFrame () |
|
Construct image frame and pass it an image.
|
|
Destroy the widget, but do not destroy the image.
|
|
Create window.
Reimplemented from FX::FXWindow. |
|
Get default width.
Reimplemented from FX::FXFrame. |
|
Get default height.
Reimplemented from FX::FXFrame. |
|
Change the image being displayed.
|
|
Return the current image.
|
|
Set the current justification mode.
|
|
Get the current justification mode.
|
|
Save to stream.
Reimplemented from FX::FXFrame. |
|
Load from stream.
Reimplemented from FX::FXFrame. |
Copyright © 1997-2005 Jeroen van der Zijp |