Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXImageView.h>
Inheritance diagram for FX::FXImageView:
Public Member Functions | |
FXImageView (FXComposite *p, FXImage *img=NULL, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
virtual void | create () |
virtual void | detach () |
virtual void | layout () |
virtual bool | canFocus () const |
virtual FXint | getContentWidth () |
virtual FXint | getContentHeight () |
void | setImage (FXImage *img) |
FXImage * | getImage () const |
void | setAlignment (FXuint mode) |
FXuint | getAlignment () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXImageView () |
See also:
|
Construct a scroll window.
|
|
Destroy.
|
|
Create server-side resources.
Reimplemented from FX::FXComposite. |
|
Detach server-side resources.
Reimplemented from FX::FXComposite. |
|
Perform layout.
Reimplemented from FX::FXScrollArea. |
|
Image view widget can receive focus.
Reimplemented from FX::FXWindow. |
|
Return the width of the contents.
Reimplemented from FX::FXScrollArea. |
|
Return the height of the contents.
Reimplemented from FX::FXScrollArea. |
|
Change image.
|
|
Return image.
|
|
Set the current alignment.
|
|
Get the current alignment.
|
|
Save list to a stream.
Reimplemented from FX::FXWindow. |
|
Load list from a stream.
Reimplemented from FX::FXWindow. |
Copyright © 1997-2005 Jeroen van der Zijp |