Choreonoid
1.5
|
#include <ImageView.h>
Public Member Functions | |
ImageView () | |
~ImageView () | |
void | setPixmap (const QPixmap &pixmap) |
void | setImage (const Image &image) |
void | setImage (const QImage &image) |
void | setScalingEnabled (bool on) |
bool | isScalingEnabled () const |
![]() | |
View () | |
virtual | ~View () |
ViewClass * | viewClass () const |
void | setName (const std::string &name) |
std::string | name () const |
ViewArea * | viewArea () const |
bool | isActive () const |
void | bringToFront () |
SignalProxy< void()> | sigActivated () |
SignalProxy< void()> | sigDeactivated () |
SignalProxy< void()> | sigResized () |
SignalProxy< void()> | sigRemoved () |
void | setDefaultLayoutArea (LayoutArea area) |
LayoutArea | defaultLayoutArea () const |
void | setLayout (QLayout *layout) |
QPoint | viewAreaPos () const |
virtual QWidget * | indicatorOnInfoBar () |
void | enableFontSizeZoomKeys (bool on) |
virtual bool | storeState (Archive &archive) |
virtual bool | restoreState (const Archive &archive) |
Static Public Member Functions | |
static void | initializeClass (ExtensionManager *ext) |
![]() | |
static View * | lastFocusView () |
static SignalProxy< void(View *)> | sigFocusChanged () |
Additional Inherited Members | |
![]() | |
enum | LayoutArea { LEFT = 0, LEFT_TOP = 0, LEFT_BOTTOM = 1, CENTER = 2, RIGHT = 3, BOTTOM = 4, NUM_AREAS } |
![]() | |
void | zoomFontSize (int zoom) |
virtual void | onActivated () |
virtual void | onDeactivated () |
virtual void | onAttachedMenuRequest (MenuManager &menuManager) |
virtual void | keyPressEvent (QKeyEvent *event) |
virtual void | resizeEvent (QResizeEvent *event) |
ImageView::ImageView | ( | ) |
ImageView::~ImageView | ( | ) |
|
static |
bool ImageView::isScalingEnabled | ( | ) | const |
void ImageView::setImage | ( | const Image & | image | ) |
void ImageView::setImage | ( | const QImage & | image | ) |
void ImageView::setPixmap | ( | const QPixmap & | pixmap | ) |
void ImageView::setScalingEnabled | ( | bool | on | ) |