mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Clicking Nodes\Links brings them up in viewer (#1344)
* Clicking Nodes\Links brings them up in viewer * Removed duplicated feature, kept spin box and single click node event. Removed unrelated border option crashing. --------- Co-authored-by: Chuck Ellison <charles.c.ellison@erdc.dren.mil> Co-authored-by: matlabbe <matlabbe@gmail.com>
This commit is contained in:
@@ -52,6 +52,7 @@ class QGraphicsView;
|
||||
class QLabel;
|
||||
class QToolButton;
|
||||
class QDialog;
|
||||
class QSpinBox;
|
||||
|
||||
namespace rtabmap
|
||||
{
|
||||
@@ -161,7 +162,7 @@ private:
|
||||
|
||||
void updateIds();
|
||||
void update(int value,
|
||||
QLabel * labelIndex,
|
||||
QSpinBox * spinBoxIndex,
|
||||
QLabel * labelParents,
|
||||
QLabel * labelChildren,
|
||||
QLabel * weight,
|
||||
|
||||
@@ -175,7 +175,7 @@ public Q_SLOTS:
|
||||
protected:
|
||||
virtual void wheelEvent ( QWheelEvent * event );
|
||||
virtual void mouseMoveEvent(QMouseEvent * event);
|
||||
virtual void mouseDoubleClickEvent(QMouseEvent * event);
|
||||
virtual void mousePressEvent(QMouseEvent * event);
|
||||
virtual void contextMenuEvent(QContextMenuEvent * event);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user