ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccMapDlg Class Reference

#include <ccMapDlg.h>

Inheritance diagram for ccMapDlg:
Collaboration diagram for ccMapDlg:

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...
 

Detailed Description

Definition at line 23 of file ccMapDlg.h.

Constructor & Destructor Documentation

◆ ccMapDlg()

ccMapDlg::ccMapDlg ( QWidget *  parent = 0)
explicit

Default constructor.

Definition at line 24 of file ccMapDlg.cpp.

References m_create_geoObject, m_create_geoObjectSS, and m_createObject_menu.

Member Data Documentation

◆ m_create_geoObject

QAction* ccMapDlg::m_create_geoObject

Definition at line 34 of file ccMapDlg.h.

Referenced by ccMapDlg(), and ccCompass::doAction().

◆ m_create_geoObjectSS

QAction* ccMapDlg::m_create_geoObjectSS

Definition at line 35 of file ccMapDlg.h.

Referenced by ccMapDlg(), and ccCompass::doAction().

◆ m_createObject_menu

QMenu* ccMapDlg::m_createObject_menu

Definition at line 31 of file ccMapDlg.h.

Referenced by ccMapDlg().


The documentation for this class was generated from the following files: