Lines Matching refs:CCPApplet
68 IMPLEMENT_DYNAMIC(CCPApplet, CCmdTarget);
75 CCPApplet::CCPApplet(UINT resourceId, UINT descId, CRuntimeClass * uiClass) in CCPApplet() function in CCPApplet
94 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()
256 CCPApplet * applet; in OnInit()
260 …applet = new CCPApplet( IDR_APPLET, IDS_APPLET_DESCRIPTION, RUNTIME_CLASS( CConfigPropertySheet ) … in OnInit()
322 CCPApplet * applet = m_applets.GetAt( pos ); in OnCplMsg()