class SourceContext; // RIGHT MOUSE BUTTON drag and drop not supported currently. // ALT modifier is considered to effect a user selection of effects class DragSource: public cppu::BaseMutex, public WeakComponentImplHelper<XDragSource, XInitialization, XServiceInfo>, public IDropSource
// The mouse button that set off the drag and drop operation short m_MouseButton;
// First starting a new drag and drop thread if // the last one has finished void StartDragImpl( const DragGestureEvent& trigger,
sal_Int8 sourceActions,
sal_Int32 cursor,
sal_Int32 image, const Reference<XTransferable >& trans, const Reference<XDragSourceListener >& listener);
public: LONG m_RunningDndOperationCount;
public: // only valid for one dnd operation // the thread ID of the thread which created the window
DWORD m_threadIdWindow; // The context notifies the XDragSourceListener s
Reference<XDragSourceContext> m_currentContext;
// the wrapper for the Transferable ( startDrag)
IDataObjectPtr m_spDataObject;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.