Protected Member Functions | |
| virtual void | draw () |
| virtual void | draw () |
| virtual void | drawBackground () |
| void | drawSpiral (bool thumb) |
| void | drawThumbnail () |
| virtual QString | helpString () const |
| virtual QString | helpString () const |
| virtual void | init () |
| virtual void | init () |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | keyPressEvent (QKeyEvent *e) |
| void | loadImage () |
| virtual void | postDraw () |
Private Attributes | |
| bool | background_ |
| float | ratio |
| bool | thumbnail_ |
| float | u_max |
| float | v_max |
Definition at line 27 of file background_image.cpp.
| virtual void Viewer::draw | ( | ) | [protected, virtual] |
| void Viewer::draw | ( | ) | [protected, virtual] |
Definition at line 72 of file background_image.cpp.
| void Viewer::drawBackground | ( | ) | [protected, virtual] |
Definition at line 98 of file background_image.cpp.
| void Viewer::drawSpiral | ( | bool | thumb | ) | [protected] |
Definition at line 47 of file thumbnail.cpp.
| void Viewer::drawThumbnail | ( | ) | [protected] |
Definition at line 81 of file thumbnail.cpp.
| virtual QString Viewer::helpString | ( | ) | const [protected, virtual] |
| QString Viewer::helpString | ( | ) | const [protected, virtual] |
Definition at line 182 of file background_image.cpp.
| virtual void Viewer::init | ( | ) | [protected, virtual] |
| void Viewer::init | ( | ) | [protected, virtual] |
Definition at line 48 of file background_image.cpp.
| virtual void Viewer::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
| void Viewer::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 167 of file background_image.cpp.
| void Viewer::loadImage | ( | ) | [protected] |
Definition at line 127 of file background_image.cpp.
| void Viewer::postDraw | ( | ) | [protected, virtual] |
Definition at line 115 of file thumbnail.cpp.
bool Viewer::background_ [private] |
Definition at line 41 of file background_image.cpp.
float Viewer::ratio [private] |
Definition at line 39 of file background_image.cpp.
bool Viewer::thumbnail_ [private] |
Definition at line 32 of file thumbnail.cpp.
float Viewer::u_max [private] |
Definition at line 39 of file background_image.cpp.
float Viewer::v_max [private] |
Definition at line 39 of file background_image.cpp.