#include <SelectionCollectionItem.h>
Inheritance diagram for Impala::Application::VideoExcel::SelectionCollectionItem:


Public Types | |
| typedef OglGui::Window | Window |
| typedef OglGui::StaticText | StaticText |
| typedef OglGui::MenuTopPane | MenuTopPane |
| typedef OglGui::Menu | Menu |
Public Member Functions | |
| SelectionCollectionItem (Window *parent, int id, unsigned long bgColor) | |
| void | SetItemName (String text) |
| void | SetItemCounts (int total, int visible) |
| virtual void | MouseFunc (int msg, int but, int state, int x, int y) |
| This function is called by the event handling system everytime the user has moved or clicked the mouse. | |
| void | SetListener (SelectionCollectionListener *target) |
| void | SetHighlighted (bool highLight) |
| virtual void | OnMenuItem (Menu *src, int menuIdx, String itemName, int itemIdx, void *userData) |
Private Member Functions | |
| void | Init (int id, unsigned long bgColor) |
Private Attributes | |
| int | mId |
| unsigned long | mBgcolor |
| StaticText * | mItemText |
| StaticText * | mItemCount |
| StaticText * | mItemVisCount |
| Menu * | mContextMenu |
| SelectionCollectionListener * | mListener |
| ILOG_VAR_DEC | |
Definition at line 12 of file SelectionCollectionItem.h.
1.5.1