marble/src
ControlView Class Reference
#include <ControlView.h>

Detailed Description
Definition at line 31 of file ControlView.h.
Public Slots | |
| void | setSideBarShown (bool) |
| void | setNavigationTabShown (bool) |
| void | setLegendTabShown (bool) |
| void | setMapViewTabShown (bool) |
| void | setCurrentLocationTabShown (bool) |
| void | setFileViewTabShown (bool) |
Public Member Functions | |
| ControlView (QWidget *=0) | |
| virtual | ~ControlView () |
| MarbleWidget * | marbleWidget () const |
| MarbleControlBox * | marbleControl () const |
| void | zoomIn () |
| void | zoomOut () |
| void | moveLeft () |
| void | moveRight () |
| void | moveUp () |
| void | moveDown () |
| bool | sideBarShown () const |
| void | addPlaceMarkFile (QString filename) |
| QPixmap | mapScreenShot () |
Constructor & Destructor Documentation
| ControlView::ControlView | ( | QWidget * | parent = 0 |
) |
Definition at line 21 of file ControlView.cpp.
| virtual ControlView::~ControlView | ( | ) | [inline, virtual] |
Definition at line 37 of file ControlView.h.
Member Function Documentation
| MarbleWidget* ControlView::marbleWidget | ( | ) | const [inline] |
Definition at line 39 of file ControlView.h.
| MarbleControlBox* ControlView::marbleControl | ( | ) | const [inline] |
Definition at line 40 of file ControlView.h.
| void ControlView::zoomIn | ( | ) |
Definition at line 51 of file ControlView.cpp.
| void ControlView::zoomOut | ( | ) |
Definition at line 56 of file ControlView.cpp.
| void ControlView::moveLeft | ( | ) |
Definition at line 61 of file ControlView.cpp.
| void ControlView::moveRight | ( | ) |
Definition at line 66 of file ControlView.cpp.
| void ControlView::moveUp | ( | ) |
Definition at line 71 of file ControlView.cpp.
| void ControlView::moveDown | ( | ) |
Definition at line 76 of file ControlView.cpp.
| bool ControlView::sideBarShown | ( | ) | const [inline] |
Definition at line 49 of file ControlView.h.
| void ControlView::addPlaceMarkFile | ( | QString | filename | ) | [inline] |
Definition at line 51 of file ControlView.h.
| QPixmap ControlView::mapScreenShot | ( | ) | [inline] |
Definition at line 53 of file ControlView.h.
| void ControlView::setSideBarShown | ( | bool | show | ) | [slot] |
Definition at line 81 of file ControlView.cpp.
| void ControlView::setNavigationTabShown | ( | bool | show | ) | [slot] |
Definition at line 86 of file ControlView.cpp.
| void ControlView::setLegendTabShown | ( | bool | show | ) | [slot] |
Definition at line 91 of file ControlView.cpp.
| void ControlView::setMapViewTabShown | ( | bool | show | ) | [slot] |
Definition at line 96 of file ControlView.cpp.
| void ControlView::setCurrentLocationTabShown | ( | bool | show | ) | [slot] |
Definition at line 101 of file ControlView.cpp.
| void ControlView::setFileViewTabShown | ( | bool | show | ) | [slot] |
Definition at line 106 of file ControlView.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference