#include <albaGUILutWidget.h>
albaGUILutWidget : Helper class for albaLutEditor
- See also
- albaLutEditor
Definition at line 28 of file albaGUILutWidget.h.
◆ albaGUILutWidget()
albaGUILutWidget::albaGUILutWidget |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = -1 , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxSize(300, 290) , |
|
|
long |
style = wxTAB_TRAVERSAL |
|
) |
| |
◆ SetListener()
virtual void albaGUILutWidget::SetListener |
( |
albaObserver * |
Listener | ) |
|
|
inlinevirtual |
◆ OnEvent()
process the events sent by subjects
Implements albaObserver.
◆ SetSelectionColor()
void albaGUILutWidget::SetSelectionColor |
( |
albaColor |
col | ) |
|
◆ GetSelectionColor()
albaColor albaGUILutWidget::GetSelectionColor |
( |
| ) |
|
◆ ShadeSelectionInRGB()
void albaGUILutWidget::ShadeSelectionInRGB |
( |
| ) |
|
◆ ShadeSelectionInHSV()
void albaGUILutWidget::ShadeSelectionInHSV |
( |
| ) |
|
◆ GetSelection()
void albaGUILutWidget::GetSelection |
( |
int * |
min, |
|
|
int * |
max, |
|
|
int * |
num = NULL |
|
) |
| |
◆ SetNumEntry()
void albaGUILutWidget::SetNumEntry |
( |
int |
num | ) |
|
◆ SetLut()
void albaGUILutWidget::SetLut |
( |
vtkLookupTable * |
lut | ) |
|
◆ InitBitmaps()
void albaGUILutWidget::InitBitmaps |
( |
| ) |
|
|
protected |
◆ DrawEntries()
void albaGUILutWidget::DrawEntries |
( |
| ) |
|
|
protected |
◆ DrawEntry()
void albaGUILutWidget::DrawEntry |
( |
int |
idx | ) |
|
|
protected |
◆ DrawSelection()
void albaGUILutWidget::DrawSelection |
( |
| ) |
|
|
protected |
◆ OnEraseBackground()
void albaGUILutWidget::OnEraseBackground |
( |
wxEraseEvent & |
event | ) |
|
|
inlineprotected |
◆ OnPaint()
void albaGUILutWidget::OnPaint |
( |
wxPaintEvent & |
event | ) |
|
|
protected |
◆ MouseToIndex()
int albaGUILutWidget::MouseToIndex |
( |
wxMouseEvent & |
event | ) |
|
|
protected |
◆ OnLeftMouseButtonDown()
void albaGUILutWidget::OnLeftMouseButtonDown |
( |
wxMouseEvent & |
event | ) |
|
|
protected |
◆ OnLeftMouseButtonUp()
void albaGUILutWidget::OnLeftMouseButtonUp |
( |
wxMouseEvent & |
event | ) |
|
|
protected |
◆ OnMouseMotion()
void albaGUILutWidget::OnMouseMotion |
( |
wxMouseEvent & |
event | ) |
|
|
protected |
◆ m_LutEntry
◆ m_Listener
◆ m_Lut
vtkLookupTable* albaGUILutWidget::m_Lut |
|
protected |
◆ m_Dragging
bool albaGUILutWidget::m_Dragging |
|
protected |
◆ m_DragBeginIdx
int albaGUILutWidget::m_DragBeginIdx |
|
protected |
◆ m_SelectionRowMin
int albaGUILutWidget::m_SelectionRowMin |
|
protected |
◆ m_SelectionColMin
int albaGUILutWidget::m_SelectionColMin |
|
protected |
◆ m_SelectionRowMax
int albaGUILutWidget::m_SelectionRowMax |
|
protected |
◆ m_SelectionColMax
int albaGUILutWidget::m_SelectionColMax |
|
protected |
◆ m_Bmp
wxBitmap albaGUILutWidget::m_Bmp |
|
protected |
◆ m_Bmp2
wxBitmap albaGUILutWidget::m_Bmp2 |
|
protected |
◆ m_BmpPosition
wxPoint albaGUILutWidget::m_BmpPosition |
|
protected |
◆ m_BmpSize
wxSize albaGUILutWidget::m_BmpSize |
|
protected |
◆ m_NumEntry
int albaGUILutWidget::m_NumEntry |
|
protected |
◆ m_EntryW
int albaGUILutWidget::m_EntryW |
|
protected |
◆ m_EntryH
int albaGUILutWidget::m_EntryH |
|
protected |
◆ m_EntryM
int albaGUILutWidget::m_EntryM |
|
protected |
◆ m_EntryPerRow
int albaGUILutWidget::m_EntryPerRow |
|
protected |
The documentation for this class was generated from the following file: