qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ccPlaneEditDlg Class Reference

Dialog to create (or edit the parameters) of a plane. More...

#include <ccPlaneEditDlg.h>

Inheritance diagram for ccPlaneEditDlg:
Inheritance graph
[legend]
Collaboration diagram for ccPlaneEditDlg:
Collaboration graph
[legend]

Public Member Functions

 ccPlaneEditDlg (ccPickingHub *pickingHub, QWidget *parent)
 Default constructor.
 
virtual ~ccPlaneEditDlg ()
 Destructor.
 
void initWithPlane (ccPlane *plane)
 Links this dialog with an existing plane.
 
void updatePlane (ccPlane *plane)
 Updates a plane with the current parameters.
 
virtual void onItemPicked (const PickedItem &pi)
 Inherited from ccPickingListener.
 
void pickPointAsCenter (bool)
 
void onDipDirChanged (double)
 
void onDipDirModified (bool)
 
void onNormalChanged (double)
 

Protected Member Functions

void saveParamsAndAccept ()
 

Protected Attributes

ccGLWindow * m_pickingWin
 Picking window (if any)
 
ccPlane * m_associatedPlane
 Associated plane (if any)
 
ccPickingHub * m_pickingHub
 Picking hub.
 

Detailed Description

Dialog to create (or edit the parameters) of a plane.


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