Public Member Functions | |
CDropTarget (CGrid &grid, const CDropPosition &dropPosition, COleDropTarget &dropTarget, COleDataObject *data, DWORD dwKeyState, CPoint point) | |
Constructor. | |
CGrid & | GetGrid () const |
Gets the grid where data should be dropped. | |
const CDropPosition & | GetDropPosition () const |
Gets a drop position inside of the grid. | |
COleDropTarget & | GetDropTarget () const |
MFC object that provides communication mechanism between the window and OLE libraries. | |
COleDataObject * | GetData () const |
Gets a clipboard content. | |
DWORD | GetdwKeyState () const |
Contains the state of the modifier keys. | |
CPoint | GetPoint () const |
Gets the current location of the cursor in the client's coordinates. |
CDropTarget | ( | CGrid & | grid, | |
const CDropPosition & | dropPosition, | |||
COleDropTarget & | dropTarget, | |||
COleDataObject * | data, | |||
DWORD | dwKeyState, | |||
CPoint | point | |||
) |
Constructor.
[in] | grid | Reference to the grid |
[in] | dropPosition | Indicates the location in CGrid where the data should be dropped |
[in] | dropTarget | MFC object that provides communication mechanism between the window and OLE libraries |
[in] | data | A clipboard content |
[in] | dwKeyState | Contains the state of the modifier keys. This is a combination of any number of the following: MK_CONTROL, MK_SHIFT, MK_ALT, MK_LBUTTON, MK_MBUTTON, and MK_RBUTTON. |
[in] | point | The current location of the cursor in the client's coordinates |
CGrid & GetGrid | ( | ) | const |
Gets the grid where data should be dropped.
const CDropPosition & GetDropPosition | ( | ) | const |
Gets a drop position inside of the grid.
COleDropTarget & GetDropTarget | ( | ) | const |
MFC object that provides communication mechanism between the window and OLE libraries.
COleDataObject * GetData | ( | ) | const |
Gets a clipboard content.
DWORD GetdwKeyState | ( | ) | const |
Contains the state of the modifier keys.
CPoint GetPoint | ( | ) | const |
Gets the current location of the cursor in the client's coordinates.
Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |