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
ccOrderChoiceDlg Class Reference

Dialog to assign roles to two entities (e.g. compared/reference) More...

#include <ccOrderChoiceDlg.h>

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

Public Member Functions

 ccOrderChoiceDlg (ccHObject *firstEntity, QString firstRole, ccHObject *secondEntity, QString secondRole, ccMainAppInterface *app=0)
 Default constructor.
 
virtual ~ccOrderChoiceDlg ()
 Destructor.
 
ccHObject * getFirstEntity ()
 Returns the first entity (new order)
 
ccHObject * getSecondEntity ()
 Returns the second entity (new order)
 

Protected Member Functions

void swap ()
 Swaps the entities.
 
void setColorsAndLabels ()
 Sets the right colors to the entities and updates the dialog.
 

Protected Attributes

Ui_RoleChoiceDialog * m_gui
 
ccMainAppInterface * m_app
 
ccHObject * m_firstEnt
 
ccHObject * m_secondEnt
 
bool m_useInputOrder
 

Detailed Description

Dialog to assign roles to two entities (e.g. compared/reference)


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