A custom class for creating an view area widget. More...
#include <aiviewerarea.hpp>
Signals | |
| void | zoneZooming (int startx, int starty, int endx, int endy) |
| signal sent within zone zomming is actived | |
| void | enabledChilds (bool e) |
| enable and desable child's | |
Public Member Functions | |
| AiViewerArea (QWidget *parent=0) | |
| contructor with optional parent | |
| ~AiViewerArea () | |
| destructor | |
| AiView * | view () |
| get a current view | |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *event) |
Private Attributes | |
| AiView * | m_view |
| current view | |
A custom class for creating an view area widget.
Definition at line 59 of file aiviewerarea.hpp.
1.6.1