![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ccMapDlg.h>


Public Member Functions | |
| ccMapDlg (QWidget *parent=0) | |
| Default constructor. More... | |
Public Member Functions inherited from ccOverlayDialog | |
| ccOverlayDialog (QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::FramelessWindowHint|Qt::Tool) | |
| Default constructor. More... | |
| ~ccOverlayDialog () override | |
| Destructor. More... | |
| virtual bool | linkWith (QWidget *win) |
| Links the overlay dialog with a MDI window. More... | |
| virtual bool | start () |
| Starts process. More... | |
| virtual void | stop (bool accepted) |
| Stops process/dialog. More... | |
| void | reject () override |
| void | addOverridenShortcut (Qt::Key key) |
| bool | started () const |
| Returns whether the tool is currently started or not. More... | |
Public Attributes | |
| QMenu * | m_createObject_menu |
| QAction * | m_create_geoObject |
| QAction * | m_create_geoObjectSS |
Additional Inherited Members | |
Signals inherited from ccOverlayDialog | |
| void | processFinished (bool accepted) |
| Signal emitted when process is finished. More... | |
| void | shortcutTriggered (int key) |
| Signal emitted when an overridden key shortcut is pressed. More... | |
| void | shown () |
| Signal emitted when a 'show' event is detected. More... | |
Protected Slots inherited from ccOverlayDialog | |
| virtual void | onLinkedWindowDeletion (QObject *object=nullptr) |
| Slot called when the linked window is deleted (calls 'onClose') More... | |
Protected Member Functions inherited from ccOverlayDialog | |
| bool | eventFilter (QObject *obj, QEvent *e) override |
Protected Attributes inherited from ccOverlayDialog | |
| QWidget * | m_associatedWin |
| Associated (MDI) window. More... | |
| bool | m_processing |
| Running/processing state. More... | |
| QList< int > | m_overriddenKeys |
| Overridden keys. More... | |
Definition at line 23 of file ccMapDlg.h.
|
explicit |
Default constructor.
Definition at line 24 of file ccMapDlg.cpp.
References m_create_geoObject, m_create_geoObjectSS, and m_createObject_menu.
| QAction* ccMapDlg::m_create_geoObject |
Definition at line 34 of file ccMapDlg.h.
Referenced by ccMapDlg(), and ccCompass::doAction().
| QAction* ccMapDlg::m_create_geoObjectSS |
Definition at line 35 of file ccMapDlg.h.
Referenced by ccMapDlg(), and ccCompass::doAction().
| QMenu* ccMapDlg::m_createObject_menu |
Definition at line 31 of file ccMapDlg.h.
Referenced by ccMapDlg().