mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
bazaar: CtrlProp, CtrlFinder, CtrlMover, CtrlPos: cleanup and get rid of Visiting interface
git-svn-id: svn://ultimatepp.org/upp/trunk@3752 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
34e87c8269
commit
1814c7ac74
18 changed files with 149 additions and 210 deletions
|
|
@ -7,7 +7,6 @@ using namespace Upp;
|
|||
#include <RectCtrl/RectCtrl.h>
|
||||
#include <LogPosCtrl/LogPosCtrl.h>
|
||||
#include <CtrlFinder/CtrlFinder.h>
|
||||
#include <Gen/Gen.h>
|
||||
|
||||
//for some helpers
|
||||
#include <CtrlMover/CtrlMover.h>
|
||||
|
|
@ -25,8 +24,6 @@ public:
|
|||
|
||||
CtrlPos();
|
||||
|
||||
virtual void Clear();
|
||||
|
||||
virtual void Paint(Draw& w);
|
||||
virtual void LeftDown(Point p, dword keyflags);
|
||||
virtual void MouseMove(Point p, dword keyflags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue