Home
last modified time | relevance | path

Searched defs:SelectionRectangle (Results 1 – 11 of 11) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DSelectMgr_RectangularFrustum.hxx38 struct SelectionRectangle struct in SelectMgr_RectangularFrustum
40 SelectionRectangle() in SelectionRectangle() argument
44 const gp_Pnt2d& MousePos() const { return myMinPnt; } in MousePos()
45 void SetMousePos (const gp_Pnt2d& thePos) { myMinPnt = thePos; myMaxPnt = thePos; } in SetMousePos()
47 const gp_Pnt2d& MinPnt() const { return myMinPnt; } in MinPnt()
48 void SetMinPnt (const gp_Pnt2d& theMinPnt) { myMinPnt = theMinPnt; } in SetMinPnt()
50 const gp_Pnt2d& MaxPnt() const { return myMaxPnt; } in MaxPnt()
51 void SetMaxPnt (const gp_Pnt2d& theMaxPnt) { myMaxPnt = theMaxPnt; } in SetMaxPnt()
55 gp_Pnt2d myMinPnt;
56 gp_Pnt2d myMaxPnt;
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_RectangularFrustum.hxx38 struct SelectionRectangle struct in SelectMgr_RectangularFrustum
40 SelectionRectangle() in SelectionRectangle() argument
44 const gp_Pnt2d& MousePos() const { return myMinPnt; } in MousePos()
45 void SetMousePos (const gp_Pnt2d& thePos) { myMinPnt = thePos; myMaxPnt = thePos; } in SetMousePos()
47 const gp_Pnt2d& MinPnt() const { return myMinPnt; } in MinPnt()
48 void SetMinPnt (const gp_Pnt2d& theMinPnt) { myMinPnt = theMinPnt; } in SetMinPnt()
50 const gp_Pnt2d& MaxPnt() const { return myMaxPnt; } in MaxPnt()
51 void SetMaxPnt (const gp_Pnt2d& theMaxPnt) { myMaxPnt = theMaxPnt; } in SetMaxPnt()
55 gp_Pnt2d myMinPnt;
56 gp_Pnt2d myMaxPnt;
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/
H A DSelectionBox.h5 struct SelectionRectangle { struct
10 typedef Callback1<SelectionRectangle> RectangleCallback; argument
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dabstractworldtool.h31 class SelectionRectangle; variable
H A Dselectionrectangle.cpp32 SelectionRectangle::SelectionRectangle(QGraphicsItem *parent) in SelectionRectangle() function in SelectionRectangle
H A Deditpolygontool.h35 class SelectionRectangle; variable
H A Dobjectselectiontool.h40 class SelectionRectangle; variable
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/sources/ui/components/
H A DSelectionRectangle.cpp5 SelectionRectangle::SelectionRectangle(Widget *group, ColorPalette &palette) in SelectionRectangle() function in SelectionRectangle
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dselectionrectangle.cpp35 SelectionRectangle::SelectionRectangle(LayerItem *layerItem) in SelectionRectangle() function in QmlDesigner::SelectionRectangle
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/general/
H A DGUIPalette.h122 static const char* const SelectionRectangle; variable
H A DGUIPalette.cpp274 const char* const GUIPalette::SelectionRectangle = "selectionrectangle"; member in Rosegarden::GUIPalette