Searched refs:CCPApplet (Results 1 – 2 of 2) sorted by relevance
68 IMPLEMENT_DYNAMIC(CCPApplet, CCmdTarget);75 CCPApplet::CCPApplet(UINT resourceId, UINT descId, CRuntimeClass * uiClass) in CCPApplet() function in CCPApplet94 CCPApplet::~CCPApplet() in ~CCPApplet()104 CCPApplet::OnStartParms(CWnd * pParentWnd, LPCTSTR extra) in OnStartParms()122 CCPApplet::OnRun(CWnd* pParentWnd) in OnRun()164 CCPApplet::OnInquire(CPLINFO* pInfo) in OnInquire()180 CCPApplet::OnNewInquire(NEWCPLINFO* pInfo) in OnNewInquire()193 CCPApplet::OnSelect() in OnSelect()204 CCPApplet::OnStop() in OnStop()241 CCPApp::AddApplet( CCPApplet * applet ) in AddApplet()[all …]
27 class CCPApplet : public CCmdTarget31 CCPApplet( UINT nResourceID, UINT nDescriptionID, CRuntimeClass* pUIClass );33 virtual ~CCPApplet();52 DECLARE_DYNAMIC(CCPApplet);67 void AddApplet( CCPApplet* pApplet );71 CList<CCPApplet*, CCPApplet*&> m_applets;