OpenStructure
|
#include <info_panel.hh>
Inherits QWidget.
Public Slots | |
void | SetSelection (const Extent &e) |
void | ClearSelection () |
Public Member Functions | |
InfoPanel (QWidget *parent) | |
void | SetImageInfo (const ConstData &data) |
void | SetMousePoint (const geom::Vec2 &point, Real val) |
void | SetClickPoint (const geom::Vec2 &point, Real val) |
void | SetMousePoint (const geom::Vec2 &point, Complex val) |
void | SetClickPoint (const geom::Vec2 &point, Complex val) |
void | ClearClickPosition () |
Definition at line 47 of file info_panel.hh.
InfoPanel | ( | QWidget * | parent | ) |
void ClearClickPosition | ( | ) |
|
slot |
void SetClickPoint | ( | const geom::Vec2 & | point, |
Complex | val | ||
) |
void SetClickPoint | ( | const geom::Vec2 & | point, |
Real | val | ||
) |
void SetImageInfo | ( | const ConstData & | data | ) |
void SetMousePoint | ( | const geom::Vec2 & | point, |
Complex | val | ||
) |
void SetMousePoint | ( | const geom::Vec2 & | point, |
Real | val | ||
) |
|
slot |