ReactOS 0.4.16-dev-477-g6ada597
|
Public Member Functions | |
CLBarItemBase () | |
virtual | ~CLBarItemBase () |
HRESULT | ShowInternal (BOOL bShow, BOOL bUpdate) |
void | InitNuiInfo (REFIID clsidService, REFGUID guidItem, DWORD dwStyle, DWORD ulSort, LPCWSTR Source) |
HRESULT | GetInfo (TF_LANGBARITEMINFO *pInfo) |
HRESULT | GetStatus (DWORD *pdwStatus) |
HRESULT | Show (BOOL fShow) |
HRESULT | GetTooltipString (BSTR *pbstrToolTip) |
HRESULT | AdviseSink (REFIID riid, IUnknown *punk, DWORD *pdwCookie) |
HRESULT | UnadviseSink (DWORD dwCookie) |
Protected Attributes | |
DWORD | m_dwItemStatus |
TF_LANGBARITEMINFO | m_NewUIInfo |
WCHAR | m_szToolTipText [256] |
LONG | m_cRefs |
ITfLangBarItemSink * | m_pLangBarItemSink |
CLBarItemBase::CLBarItemBase | ( | ) |
|
virtual |
Definition at line 3474 of file msutb.cpp.
Referenced by CLBarItemButtonBase::AdviseSink().
HRESULT CLBarItemBase::GetInfo | ( | TF_LANGBARITEMINFO * | pInfo | ) |
Definition at line 3535 of file msutb.cpp.
Referenced by CLBarItemButtonBase::GetInfo().
Definition at line 3541 of file msutb.cpp.
Referenced by CLBarItemButtonBase::GetStatus().
Definition at line 3552 of file msutb.cpp.
Referenced by CLBarItemButtonBase::GetTooltipString().
void CLBarItemBase::InitNuiInfo | ( | REFIID | clsidService, |
REFGUID | guidItem, | ||
DWORD | dwStyle, | ||
DWORD | ulSort, | ||
LPCWSTR | Source | ||
) |
Definition at line 3502 of file msutb.cpp.
Referenced by CLBarInatItem::CLBarInatItem().
Definition at line 3517 of file msutb.cpp.
Referenced by CLBarInatItem::CLBarInatItem(), and Show().
Definition at line 3488 of file msutb.cpp.
Referenced by CLBarItemButtonBase::UnadviseSink().
|
protected |
Definition at line 1210 of file msutb.cpp.
Referenced by CLBarItemBase().
|
protected |
Definition at line 1207 of file msutb.cpp.
Referenced by CLBarItemBase(), GetStatus(), and ShowInternal().
|
protected |
Definition at line 1208 of file msutb.cpp.
Referenced by GetInfo(), CLBarItemButtonBase::GetText(), and InitNuiInfo().
|
protected |
Definition at line 1211 of file msutb.cpp.
Referenced by AdviseSink(), CLBarItemBase(), ShowInternal(), UnadviseSink(), and ~CLBarItemBase().
|
protected |
Definition at line 1209 of file msutb.cpp.
Referenced by CLBarInatItem::CLBarInatItem(), CLBarItemBase(), and GetTooltipString().