CFx SDK Documentation
2020SP3
|
#include <FxUIImageView.h>
Protected Member Functions | |
virtual void | paintEvent (CFxUIPaintEvent *e) |
Protected Member Functions inherited from CFxUIObject | |
CFxUIObject * | sender () |
Additional Inherited Members | |
Public Types inherited from CFxUIBaseView | |
enum | TextAlignment { AlignLeft = 0x0001, AlignRight = 0x0002, AlignHCenter = 0x0004, AlignJustify = 0x0008, AlignTop = 0x0020, AlignBottom = 0x0040, AlignVCenter = 0x0080, AlignBaseline = 0x0100, AlignCenter = AlignVCenter | AlignHCenter } |
enum | FocusPolicyType { eNoFocus = 0, eTabFocus = 0x1, eClickFocus = 0x2, eStrongFocus = eTabFocus | eClickFocus | 0x8, eWheelFocus = eStrongFocus | 0x4, eKeyboardOnSetfocus = 0x10 } |
enum | UIWidthSizePolicy { eXS = 0, eS, eM, eL, eXL } |
Static Public Member Functions inherited from CFxUIBaseView | |
static void | setTabOrder (CFxUIObject *first, CFxUIObject *second) |
Protected Attributes inherited from CFxUIObject | |
CFxUIObjectImpl * | m_pImpl |
CFxUIObjectData * | m_pData |
Class CFxUIImageView provides a command button.
Definition at line 26 of file FxUIImageView.h.
CFxUIImageView::CFxUIImageView | ( | ) |
Constructor
CFxUIImageView::~CFxUIImageView | ( | ) |
Destructor
CFxUIPainter* CFxUIImageView::GetPainter | ( | ) |
Returns the painter device.
|
protectedvirtual |
This event handler can be reimplemented in a subclass to receive view resize events which are passed in the event parameter.
When resizeEvent() is called, the view already has its new geometry.
e | Pointer to the resize event. |
Reimplemented from CFxUIBaseView.
const CFxUIPixmap* CFxUIImageView::pixmap | ( | ) | const |
Returns the pixmap
void CFxUIImageView::setPixmap | ( | const CFxUIPixmap & | pixmap | ) |
Sets the pixmap provided in input.
pixmap. |