/** Base class for all functions */ class FuPoor
{ protected:
ScDrawView* pView;
ScTabViewShell& rViewShell;
VclPtr<vcl::Window> pWindow;
SdrModel& rDrDoc;
Timer aDragTimer; // for Drag&Drop
DECL_LINK( DragTimerHdl, Timer *, void );
DECL_LINK( DragHdl, void *, void ); bool bIsInDragMode;
Point aMDPos; // Position of MouseButtonDown
// member to hold state of the mouse buttons for creation // of own MouseEvents (like in ScrollHdl) private:
sal_uInt16 mnCode; bool mbSelectionHasChanged; public:
FuPoor(ScTabViewShell& rViewSh, vcl::Window* pWin, ScDrawView* pView,
SdrModel& rDoc, const SfxRequest& rReq); virtual ~FuPoor();
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.