|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| BOOL | IsStartedIntentionally (REFCLSID rclsid) |
| LANGBARITEMSTATE * | AddItem (REFCLSID rclsid) |
| void | Clear () |
| BOOL | SetDemoteLevel (REFCLSID rclsid, DWORD dwDemoteLevel) |
| LANGBARITEMSTATE * | FindItem (REFCLSID rclsid) |
| LANGBARITEMSTATE * | GetItemStateFromTimerId (UINT_PTR nTimerID) |
| void | Load () |
| void | SaveItem (CicRegKey *pRegKey, const LANGBARITEMSTATE *pState) |
| void | StartDemotingTimer (REFCLSID rclsid, BOOL bIntentional) |
| UINT_PTR | FindDemotingTimerId () |
Public Member Functions inherited from CicArray< LANGBARITEMSTATE > | |
| CicArray () | |
| LANGBARITEMSTATE * | data () const |
| size_t | size () const |
| bool | empty () const |
| void | clear () |
| LANGBARITEMSTATE & | operator[] (size_t iItem) |
| const LANGBARITEMSTATE & | operator[] (size_t iItem) const |
| LANGBARITEMSTATE * | Append (size_t cGrow) |
| BOOL | Add (const LANGBARITEMSTATE &item) |
| ptrdiff_t | Find (const LANGBARITEMSTATE &item) const |
| BOOL | Insert (size_t iItem, size_t cGrow) |
| void | Remove (size_t iItem, size_t cRemove=1) |
Additional Inherited Members | |
Protected Member Functions inherited from CicArrayBase | |
| CicArrayBase (size_t cbItem) | |
| virtual | ~CicArrayBase () |
| BOOL | Insert (size_t iItem, size_t cGrow) |
| LPVOID | Append (size_t cGrow) |
| void | Remove (size_t iItem, size_t cRemove=1) |
Protected Attributes inherited from CicArrayBase | |
| LPBYTE | m_pb |
| size_t | m_cItems |
| size_t | m_cbItem |
| size_t | m_cCapacity |
| LANGBARITEMSTATE * CLangBarItemList::AddItem | ( | REFCLSID | rclsid | ) |
Definition at line 3926 of file msutb.cpp.
| void CLangBarItemList::Clear | ( | ) |
Definition at line 3942 of file msutb.cpp.
Referenced by CTipbarWnd::ClearLBItemList().
| UINT_PTR CLangBarItemList::FindDemotingTimerId | ( | ) |
Definition at line 4113 of file msutb.cpp.
Referenced by StartDemotingTimer().
| LANGBARITEMSTATE * CLangBarItemList::FindItem | ( | REFCLSID | rclsid | ) |
Definition at line 3976 of file msutb.cpp.
Referenced by AddItem(), and IsStartedIntentionally().
| LANGBARITEMSTATE * CLangBarItemList::GetItemStateFromTimerId | ( | UINT_PTR | nTimerID | ) |
| void CLangBarItemList::Load | ( | ) |
Definition at line 3998 of file msutb.cpp.
| void CLangBarItemList::SaveItem | ( | CicRegKey * | pRegKey, |
| const LANGBARITEMSTATE * | pState | ||
| ) |
Definition at line 4034 of file msutb.cpp.
Referenced by SetDemoteLevel().
Definition at line 3953 of file msutb.cpp.
Definition at line 4072 of file msutb.cpp.