ALBA
|
#include <wx/laywin.h>
#include <wx/image.h>
#include <wx/imaglist.h>
#include <wx/listctrl.h>
#include <wx/hash.h>
#include "albaEvent.h"
#include "albaObserver.h"
#include "albaGUINamedPanel.h"
Go to the source code of this file.
Classes | |
class | albaGUIListCtrl |
Enumerations | |
enum | ITEM_ICONS { ITEM_ERROR = -1 , ITEM_YELLOW = 0 , ITEM_GRAY , ITEM_RED , ITEM_BLUE , ITEM_ERROR =-1 , ITEM_YELLOW =0 , ITEM_GRAY , ITEM_RED , ITEM_BLUE } |
enum ITEM_ICONS |
possible values for icon
Enumerator | |
---|---|
ITEM_ERROR | |
ITEM_YELLOW | |
ITEM_GRAY | |
ITEM_RED | |
ITEM_BLUE | |
ITEM_ERROR | |
ITEM_YELLOW | |
ITEM_GRAY | |
ITEM_RED | |
ITEM_BLUE |
Definition at line 34 of file albaGUIListCtrl.h.