Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXBitmapView.h>
Inheritance diagram for FX::FXBitmapView:
Public Member Functions | |
FXBitmapView (FXComposite *p, FXBitmap *bmp=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 | setBitmap (FXBitmap *bmp) |
FXBitmap * | getBitmap () const |
void | setOnColor (FXColor clr) |
FXColor | getOnColor () const |
void | setOffColor (FXColor clr) |
FXColor | getOffColor () const |
void | setAlignment (FXuint mode) |
FXuint | getAlignment () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXBitmapView () |
Thus, a single bitmap image can be displayed inside multiple bitmap view widgets.
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 immediately.
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 on color.
|
|
Get on color.
|
|
Set off color.
|
|
Get off color.
|
|
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 |