#include <albaGUIDictionaryWidget.h>
class name : albaGUIDictionaryWidget Widget that handle a dictionary object.
Definition at line 41 of file albaGUIDictionaryWidget.h.
◆ albaGUIDictionaryWidget()
albaGUIDictionaryWidget::albaGUIDictionaryWidget |
( |
wxWindow * |
parent, |
|
|
int |
id |
|
) |
| |
◆ ~albaGUIDictionaryWidget()
albaGUIDictionaryWidget::~albaGUIDictionaryWidget |
( |
| ) |
|
◆ SetListener()
void albaGUIDictionaryWidget::SetListener |
( |
albaObserver * |
Listener | ) |
|
|
inline |
◆ OnEvent()
Answer to the messages coming from interface.
Implements albaObserver.
◆ SetCloud()
void albaGUIDictionaryWidget::SetCloud |
( |
albaVME * |
vme | ) |
|
◆ AddItem()
void albaGUIDictionaryWidget::AddItem |
( |
wxString |
item | ) |
|
◆ RemoveItem() [1/2]
int albaGUIDictionaryWidget::RemoveItem |
( |
long |
itemId | ) |
|
◆ RemoveItem() [2/2]
int albaGUIDictionaryWidget::RemoveItem |
( |
albaString |
itemName | ) |
|
◆ GetItemIndex()
int albaGUIDictionaryWidget::GetItemIndex |
( |
albaString |
itemName | ) |
|
◆ GetItemByIndex()
albaString albaGUIDictionaryWidget::GetItemByIndex |
( |
int |
index | ) |
|
◆ UpdateItem()
◆ SelectItem()
int albaGUIDictionaryWidget::SelectItem |
( |
albaString |
itemName, |
|
|
bool |
select = true |
|
) |
| |
◆ DeselectItem()
int albaGUIDictionaryWidget::DeselectItem |
( |
albaString |
itemName | ) |
|
◆ GetSize()
int albaGUIDictionaryWidget::GetSize |
( |
| ) |
|
|
inline |
◆ SetTitle()
void albaGUIDictionaryWidget::SetTitle |
( |
wxString |
title | ) |
|
|
inline |
◆ ChooseItem()
wxString albaGUIDictionaryWidget::ChooseItem |
( |
| ) |
|
◆ LoadDictionary() [1/2]
void albaGUIDictionaryWidget::LoadDictionary |
( |
| ) |
|
Load dictionary opening file dialog.
◆ LoadDictionary() [2/2]
void albaGUIDictionaryWidget::LoadDictionary |
( |
wxString |
file | ) |
|
Load dictionary from file.
◆ InitDictionary()
void albaGUIDictionaryWidget::InitDictionary |
( |
std::vector< wxString > * |
strVect | ) |
|
◆ GetWidget()
wxWindow * albaGUIDictionaryWidget::GetWidget |
( |
| ) |
|
|
inline |
◆ GetDictionaryFileName()
const char * albaGUIDictionaryWidget::GetDictionaryFileName |
( |
| ) |
|
|
inline |
◆ ValidateAllItem()
void albaGUIDictionaryWidget::ValidateAllItem |
( |
bool |
valid = true | ) |
|
|
protected |
Set the icon of all the items present into the cloud to red or gray according to valid.
◆ m_Listener
◆ m_File
wxString albaGUIDictionaryWidget::m_File |
|
protected |
◆ m_Items
std::vector<albaString> albaGUIDictionaryWidget::m_Items |
|
protected |
◆ m_Selections
std::vector<bool> albaGUIDictionaryWidget::m_Selections |
|
protected |
◆ m_List
◆ m_Vme
albaVME* albaGUIDictionaryWidget::m_Vme |
|
protected |
The documentation for this class was generated from the following file: