Lines Matching refs:applet
241 CCPApp::AddApplet( CCPApplet * applet ) in AddApplet() argument
243 check( applet ); in AddApplet()
245 m_applets.AddTail( applet ); in AddApplet()
256 CCPApplet * applet; in OnInit() local
260 …applet = new CCPApplet( IDR_APPLET, IDS_APPLET_DESCRIPTION, RUNTIME_CLASS( CConfigPropertySheet ) … in OnInit()
264 applet = NULL; in OnInit()
267 require_action( applet, exit, kNoMemoryErr ); in OnInit()
269 AddApplet( applet ); in OnInit()
322 CCPApplet * applet = m_applets.GetAt( pos ); in OnCplMsg() local
323 check( applet ); in OnCplMsg()
330 lResult = applet->OnInquire(pInfo); in OnCplMsg()
337 lResult = applet->OnNewInquire(pInfo); in OnCplMsg()
345 lResult = applet->OnStartParms(pParentWnd, lpszExtra); in OnCplMsg()
352 lResult = applet->OnRun(pParentWnd); in OnCplMsg()
358 lResult = applet->OnSelect(); in OnCplMsg()
364 lResult = applet->OnStop(); in OnCplMsg()