summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
authorleo2005-07-31 21:18:53 +0000
committerleo2005-07-31 21:18:53 +0000
commitbd6ddd4917e5ae8410496d9f36adb7dd2f6484f6 (patch)
treecd4ad882eab35a21df18e2bf1d0be33fde7520cc /common/project.h
parentca12e5a39a6121325602b0094ebf63895103502a (diff)
Added region selection.
git-svn-id: http://svn.leocad.org/trunk@417 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/project.h b/common/project.h
index 3ef90b0..1492b40 100644
--- a/common/project.h
+++ b/common/project.h
@@ -148,6 +148,7 @@ protected:
void RemovePiece(Piece* pPiece);
bool RemoveSelectedObjects();
void FindObjectFromPoint(int x, int y, LC_CLICKLINE* pLine);
+ void FindObjectsInBox(float x1, float y1, float x2, float y2, PtrArray<Object>& Objects);
void SelectAndFocusNone(bool bFocusOnly);
bool GetSelectionCenter(Point3& Center) const;
void CalculateStep();