addItem(const std::string &label, bool bSelected=false) | CheckListbox | |
addItems(const std::list< std::pair< std::string, bool > > &items) | CheckListbox | |
alternateSelection(int i) | CheckListbox | [private] |
CheckListbox(const RECT &r, HWND hFather) | CheckListbox | |
createId() | CheckListbox | [private, static] |
deselectAll() | CheckListbox | |
dispatchFatherProc(HWND hWnd, UINT uMsg, WPARAM wP, LPARAM lP) | CheckListbox | [private, static] |
dispatchListProc(HWND hWnd, UINT uMsg, WPARAM wP, LPARAM lP) | CheckListbox | [private, static] |
fatherProc(UINT uMsg, WPARAM wP, LPARAM lP) | CheckListbox | [private] |
getFocused() const | CheckListbox | |
getId() const | CheckListbox | |
getItem(int i) const | CheckListbox | [private] |
getSelected() const | CheckListbox | |
getUnselected() const | CheckListbox | |
listProc(UINT uMsg, WPARAM wP, LPARAM lP) | CheckListbox | [private] |
m_boxes | CheckListbox | [private, static] |
m_hFather | CheckListbox | [private] |
m_hWnd | CheckListbox | [private] |
m_id | CheckListbox | [private] |
m_lock | CheckListbox | [private, static] |
m_origListProc | CheckListbox | [private, static] |
m_origProcs | CheckListbox | [private, static] |
m_selected | CheckListbox | [private] |
m_subclassing | CheckListbox | [private, static] |
removeItem(const std::string &label) | CheckListbox | |
removeItems() | CheckListbox | |
selectAll() | CheckListbox | |
setSelected(const std::string &nm, bool bSelected) | CheckListbox | |
~CheckListbox() | CheckListbox | |