Searched refs:CCommands (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/src/VisVim/
H A DCommands.h9 class CCommands : class in inherits:CComDualImpl,CComObjectRoot,CComCoClass
14 public CComCoClass < CCommands,
21 CCommands ();
22 ~CCommands ();
30 BEGIN_COM_MAP (CCommands)
34 DECLARE_NOT_AGGREGATABLE (CCommands)
69 CCommands *m_pCommands;
123 typedef CComObject < CCommands > CCommandsObj;
H A DCommands.cpp35 // CCommands
37 CCommands::CCommands() function in class:CCommands
45 CCommands::~CCommands()
55 void CCommands::SetApplicationObject(IApplication * pApplication)
109 void CCommands::UnadviseFromEvents()
142 HRESULT CCommands::XApplicationEvents::BeforeBuildStart()
148 HRESULT CCommands::XApplicationEvents::BuildFinish(long nNumErrors, long nNumWarnings)
154 HRESULT CCommands
[all...]

Completed in 111 milliseconds