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


Public Slots | |
| void | pickPoint_first (bool) |
| void | pickPoint_second (bool) |
Public Member Functions | |
| RgbDialog (ccPickingHub *pickingHub, QWidget *parent=nullptr) | |
| virtual void | onItemPicked (const PickedItem &pi) |
| Inherited from ccPickingListener. More... | |
Public Member Functions inherited from ccPickingListener | |
| virtual | ~ccPickingListener ()=default |
Protected Attributes | |
| QWidget * | m_pickingWin |
| Picking window (if any) More... | |
| ccPickingHub * | m_pickingHub |
| Picking hub. More... | |
Definition at line 37 of file RgbDialog.h.
|
explicit |
Definition at line 20 of file RgbDialog.cpp.
References pickPoint_first(), and pickPoint_second().
|
virtual |
Inherited from ccPickingListener.
Implements ccPickingListener.
Definition at line 92 of file RgbDialog.cpp.
References ccPickingHub::activeWindow(), ecvColor::RgbTpl< Type >::b, ccPickingListener::PickedItem::entity, ecvColor::RgbTpl< Type >::g, ccGenericPointCloud::getPointColor(), ccDrawableObject::hasColors(), ccObject::isKindOf(), ccPickingListener::PickedItem::itemIndex, m_pickingHub, m_pickingWin, CV_TYPES::POINT_CLOUD, CVLog::Print(), and ecvColor::RgbTpl< Type >::r.
|
slot |
Definition at line 48 of file RgbDialog.cpp.
References ccPickingHub::addListener(), CVLog::Error(), m_pickingHub, and ccPickingHub::removeListener().
Referenced by RgbDialog().
|
slot |
Definition at line 70 of file RgbDialog.cpp.
References ccPickingHub::addListener(), CVLog::Error(), m_pickingHub, and ccPickingHub::removeListener().
Referenced by RgbDialog().
|
protected |
Picking hub.
Definition at line 56 of file RgbDialog.h.
Referenced by onItemPicked(), pickPoint_first(), and pickPoint_second().
|
protected |