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


Public Slots | |
| void | pickPoint (bool) |
| void | updateValues () |
Public Member Functions | |
| HSVDialog (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 | |
| ccPickingHub * | m_pickingHub |
| Picking hub. More... | |
Definition at line 38 of file HSVDialog.h.
|
explicit |
Definition at line 25 of file HSVDialog.cpp.
References ecvColor::blue(), ecvColor::green(), m_pickingHub, pickPoint(), ecvColor::red(), ccPickingHub::removeListener(), and updateValues().
|
virtual |
Inherited from ccPickingListener.
Implements ccPickingListener.
Definition at line 87 of file HSVDialog.cpp.
References ecvColor::RgbTpl< Type >::b, ecvColor::blue(), ccPickingListener::PickedItem::entity, ecvColor::RgbTpl< Type >::g, ccGenericPointCloud::getPointColor(), ecvColor::green(), ccObject::isKindOf(), ccPickingListener::PickedItem::itemIndex, CV_TYPES::POINT_CLOUD, CVLog::Print(), ecvColor::RgbTpl< Type >::r, and ecvColor::red().
|
slot |
Definition at line 63 of file HSVDialog.cpp.
References ccPickingHub::addListener(), CVLog::Error(), m_pickingHub, and ccPickingHub::removeListener().
Referenced by HSVDialog().
|
slot |
Definition at line 117 of file HSVDialog.cpp.
References ecvColor::blue(), ecvColor::green(), Hsv::h, ecvColor::red(), Hsv::s, and Hsv::v.
Referenced by HSVDialog().
|
protected |