#include <albaGUILutSwatch.h>
albaGUILutSwatch : widget representing a LUT, usually used to call the LutEditor.
- See also
- albaGUILutEditor
Definition at line 28 of file albaGUILutSwatch.h.
◆ albaGUILutSwatch()
| albaGUILutSwatch::albaGUILutSwatch |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = -1, |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxSize(100, 50), |
|
|
long |
style = wxTAB_TRAVERSAL |
|
) |
| |
◆ SetLut()
| void albaGUILutSwatch::SetLut |
( |
vtkLookupTable * |
lut | ) |
|
◆ SetEditable()
| void albaGUILutSwatch::SetEditable |
( |
bool |
b | ) |
|
-if b=true LeftMouseButtonDown will pop-up the LutEditor -the user is notified anyway -default = false
◆ Enable()
| virtual bool albaGUILutSwatch::Enable |
( |
bool |
enable = true | ) |
|
|
virtual |
◆ SetListener()
| virtual void albaGUILutSwatch::SetListener |
( |
albaObserver * |
Listener | ) |
|
|
inlinevirtual |
◆ OnEraseBackground()
| void albaGUILutSwatch::OnEraseBackground |
( |
wxEraseEvent & |
event | ) |
|
|
inlineprotected |
◆ OnPaint()
| void albaGUILutSwatch::OnPaint |
( |
wxPaintEvent & |
event | ) |
|
|
protected |
◆ Update()
| void albaGUILutSwatch::Update |
( |
| ) |
|
|
protected |
◆ OnLeftMouseButtonDown()
| void albaGUILutSwatch::OnLeftMouseButtonDown |
( |
wxMouseEvent & |
event | ) |
|
|
protected |
◆ OnLeftMouseButtonUp()
| void albaGUILutSwatch::OnLeftMouseButtonUp |
( |
wxMouseEvent & |
event | ) |
|
|
protected |
◆ OnMouseMotion()
| void albaGUILutSwatch::OnMouseMotion |
( |
wxMouseEvent & |
event | ) |
|
|
protected |
◆ m_Listener
◆ m_Bmp
| wxBitmap albaGUILutSwatch::m_Bmp |
|
protected |
◆ m_Lut
| vtkLookupTable* albaGUILutSwatch::m_Lut |
|
protected |
◆ m_MouseInWindow
| bool albaGUILutSwatch::m_MouseInWindow |
|
protected |
◆ m_Tip
| wxString albaGUILutSwatch::m_Tip |
|
protected |
◆ m_MouseX
| int albaGUILutSwatch::m_MouseX |
|
protected |
◆ m_UpdateTime
| unsigned long albaGUILutSwatch::m_UpdateTime |
|
protected |
◆ m_Editable
| bool albaGUILutSwatch::m_Editable |
|
protected |
◆ m_Font
| wxFont albaGUILutSwatch::m_Font |
|
protected |
◆ m_oldW
| int albaGUILutSwatch::m_oldW |
|
protected |
◆ m_oldH
| int albaGUILutSwatch::m_oldH |
|
protected |
◆ m_Enabled
| bool albaGUILutSwatch::m_Enabled |
|
protected |
The documentation for this class was generated from the following file: