Public Member Functions | |
CP_S_DragTarget () | |
CP_S_DragTarget (CP_M_DragTarget *inDropTarget, CP_Window *inOSWindow) | |
CP_S_DragTarget (const CP_S_DragTarget &inDragTarget) | |
CP_S_DragTarget & | operator= (const CP_S_DragTarget &inDragTarget) |
bool | operator== (const CP_S_DragTarget &inDragTarget) const |
bool | operator!= (const CP_S_DragTarget &inDragTarget) const |
Public Attributes | |
CP_M_DragTarget * | fDropTarget |
CP_Window * | fWindow |
|
Connstructor.
|
|
Connstructor.
|
|
Copy connstructor.
|
|
Assignment operator. This assigns the values to this object from the passed in drag target structure.
|
|
Equality operator. Returns true if the passed in drag target structure represents the same object as this one.
|
|
Inequality operator. Returns true if the passed in drag target structure does not represent the same object as this one.
|
|
|
|
|