![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXImageView.h>
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 FXbool | 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:
FX::FXImageView::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 | |||
) |
Construct a scroll window.
virtual FX::FXImageView::~FXImageView | ( | ) | [virtual] |
Destroy.
virtual void FX::FXImageView::create | ( | ) | [virtual] |
virtual void FX::FXImageView::detach | ( | ) | [virtual] |
virtual void FX::FXImageView::layout | ( | ) | [virtual] |
virtual FXbool FX::FXImageView::canFocus | ( | ) | const [virtual] |
virtual FXint FX::FXImageView::getContentWidth | ( | ) | [virtual] |
virtual FXint FX::FXImageView::getContentHeight | ( | ) | [virtual] |
void FX::FXImageView::setImage | ( | FXImage * | img | ) |
Change image.
FXImage* FX::FXImageView::getImage | ( | ) | const [inline] |
Return image.
void FX::FXImageView::setAlignment | ( | FXuint | mode | ) |
Set the current alignment.
FXuint FX::FXImageView::getAlignment | ( | ) | const |
Get the current alignment.
virtual void FX::FXImageView::save | ( | FXStream & | store | ) | const [virtual] |
virtual void FX::FXImageView::load | ( | FXStream & | store | ) | [virtual] |
![]() |