casa
$Rev:20696$
|
Displays properties of an image for manipulating such as color and display type. More...
#include <ImageView.qo.h>
Displays properties of an image for manipulating such as color and display type.
Definition at line 43 of file ImageView.qo.h.
enum casa::ImageView::DisplayType [private] |
Definition at line 86 of file ImageView.qo.h.
casa::ImageView::ImageView | ( | QtDisplayData * | data, |
QWidget * | parent = 0 |
||
) |
casa::ImageView::ImageView | ( | const ImageView & | other | ) | [private] |
void casa::ImageView::displayColorsChanged | ( | ImageView * | dd | ) | [signal] |
void casa::ImageView::displayTypeChanged | ( | ImageView * | dd | ) | [signal] |
void casa::ImageView::displayTypeChanged | ( | ) | [private, slot] |
QColor casa::ImageView::getButtonColor | ( | ) | const [private] |
QtDisplayData* casa::ImageView::getData | ( | ) | const |
DisplayType casa::ImageView::getDataDisplayType | ( | ) | const [private] |
QString casa::ImageView::getDataDisplayTypeName | ( | ) | const |
QColor casa::ImageView::getDisplayedColor | ( | ) | const |
QString casa::ImageView::getName | ( | ) | const |
void casa::ImageView::imageSelected | ( | ImageView * | ) | [signal] |
void casa::ImageView::imageSelectionChanged | ( | bool | selected | ) | [private, slot] |
void casa::ImageView::initDisplayType | ( | ) | [private] |
bool casa::ImageView::isImageSelected | ( | ) | const |
void casa::ImageView::makeDrag | ( | ) |
void casa::ImageView::maximizeDisplay | ( | ) | [private] |
void casa::ImageView::minimizeDisplay | ( | ) | [private] |
virtual void casa::ImageView::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
void casa::ImageView::openCloseDisplay | ( | ) | [private, slot] |
void casa::ImageView::setBackgroundColor | ( | QColor | color | ) | [private] |
void casa::ImageView::setButtonColor | ( | QColor | color | ) | [private] |
void casa::ImageView::setDisplayedColor | ( | QColor | imageColor | ) |
void casa::ImageView::setImageColorsEnabled | ( | bool | enabled | ) |
void casa::ImageView::setImageSelected | ( | bool | selected | ) |
void casa::ImageView::showColorDialog | ( | ) | [private, slot] |
QButtonGroup* casa::ImageView::displayGroup [private] |
Definition at line 95 of file ImageView.qo.h.
QtDisplayData* casa::ImageView::imageData [private] |
Definition at line 94 of file ImageView.qo.h.
bool casa::ImageView::minimized [private] |
Definition at line 90 of file ImageView.qo.h.
QColor casa::ImageView::normalColor [private] |
Definition at line 92 of file ImageView.qo.h.
bool casa::ImageView::selected [private] |
Definition at line 89 of file ImageView.qo.h.
QColor casa::ImageView::selectedColor [private] |
Definition at line 91 of file ImageView.qo.h.
Ui::ImageViewClass casa::ImageView::ui [private] |
Definition at line 96 of file ImageView.qo.h.