Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

DragDrop_Application Class Reference

DragDrop_Application. More...

List of all members.

Public Member Functions

Constructor / Destructor
 DragDrop_Application ()
 Constructor.
virtual ~DragDrop_Application () throw ()
 Destructor.

Protected Member Functions

AboutBox
virtual CPLAT::CP_String GetAboutBoxDescription () const
Commands
virtual void HandleOpenApplication ()

Private Types

typedef CPLAT::CP_Application<
CPLAT::CP_DocumentPolicy_None,
CPLAT::CP_PrintPolicy_None,
CPLAT::CP_UndoPolicy_None > 
inherited

Private Member Functions

Windows
void HandleSourceWindow (CPLAT::OSStatus &inOutStatus, CPLAT::CP_CommandNo &inCommandNo)


Detailed Description

Application class for the CP_Scrolling demo.


Member Typedef Documentation

typedef CPLAT::CP_Application<CPLAT::CP_DocumentPolicy_None, CPLAT::CP_PrintPolicy_None, CPLAT::CP_UndoPolicy_None> DragDrop_Application::inherited [private]
 


Constructor & Destructor Documentation

DragDrop_Application::DragDrop_Application  ) 
 

Constructor.

Exceptions:
none 

DragDrop_Application::~DragDrop_Application  )  throw () [virtual]
 

Destructor.

Exceptions:
none 


Member Function Documentation

CPLAT::CP_String DragDrop_Application::GetAboutBoxDescription  )  const [protected, virtual]
 

Return the string that describes the purpose of the application in the AboutBox.

Exceptions:
none 
Returns:
CP_String const The description, displayed in the about box.

void DragDrop_Application::HandleOpenApplication  )  [protected, virtual]
 

Called when the application is starting up. We take this opportunity to create our initial window and views. In this demo, we create a single window to display the results of dropping items onto it.

Exceptions:
none 
Returns:
void

void DragDrop_Application::HandleSourceWindow CPLAT::OSStatus &  inOutStatus,
CPLAT::CP_CommandNo inCommandNo
[private]
 

Creates the drag source window to show how to handle drag source handling when drag and dropping from 1 CPLAT object to another.

Parameters:
inOutStatus Not used.
inCommandNo Not used.
Exceptions:
none 
Returns:
void


The documentation for this class was generated from the following files:
Generated on Tue Sep 20 20:23:46 2005 for CPLAT_MacOS by  doxygen 1.4.0