Home
last modified time | relevance | path

Searched refs:wxDivisionShape (Results 1 – 25 of 25) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Dcomposit.h16 class wxDivisionShape; variable
85 virtual wxDivisionShape *OnCreateDivision();
129 DECLARE_DYNAMIC_CLASS(wxDivisionShape)
132 wxDivisionShape();
133 ~wxDivisionShape();
200 inline wxDivisionShape *GetLeftSide() const in GetLeftSide()
204 inline wxDivisionShape *GetTopSide() const in GetTopSide()
269 wxDivisionShape *m_leftSide;
270 wxDivisionShape *m_rightSide;
271 wxDivisionShape *m_topSide;
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h16 class WXDLLIMPEXP_OGL wxDivisionShape; variable
86 virtual wxDivisionShape *OnCreateDivision();
93 bool ContainsDivision(wxDivisionShape *division);
122 class WXDLLIMPEXP_OGL wxDivisionShape: public wxCompositeShape
124 DECLARE_DYNAMIC_CLASS(wxDivisionShape)
127 wxDivisionShape();
128 ~wxDivisionShape();
210 wxDivisionShape* m_leftSide;
211 wxDivisionShape* m_rightSide;
212 wxDivisionShape* m_topSide;
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h16 class WXDLLIMPEXP_OGL wxDivisionShape; variable
86 virtual wxDivisionShape *OnCreateDivision();
93 bool ContainsDivision(wxDivisionShape *division);
122 class WXDLLIMPEXP_OGL wxDivisionShape: public wxCompositeShape
124 DECLARE_DYNAMIC_CLASS(wxDivisionShape)
127 wxDivisionShape();
128 ~wxDivisionShape();
210 wxDivisionShape* m_leftSide;
211 wxDivisionShape* m_rightSide;
212 wxDivisionShape* m_topSide;
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h16 class WXDLLIMPEXP_OGL wxDivisionShape; variable
86 virtual wxDivisionShape *OnCreateDivision();
93 bool ContainsDivision(wxDivisionShape *division);
122 class WXDLLIMPEXP_OGL wxDivisionShape: public wxCompositeShape
124 DECLARE_DYNAMIC_CLASS(wxDivisionShape)
127 wxDivisionShape();
128 ~wxDivisionShape();
210 wxDivisionShape* m_leftSide;
211 wxDivisionShape* m_rightSide;
212 wxDivisionShape* m_topSide;
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h16 class WXDLLIMPEXP_OGL wxDivisionShape; variable
86 virtual wxDivisionShape *OnCreateDivision();
93 bool ContainsDivision(wxDivisionShape *division);
122 class WXDLLIMPEXP_OGL wxDivisionShape: public wxCompositeShape
124 DECLARE_DYNAMIC_CLASS(wxDivisionShape)
127 wxDivisionShape();
128 ~wxDivisionShape();
210 wxDivisionShape* m_leftSide;
211 wxDivisionShape* m_rightSide;
212 wxDivisionShape* m_topSide;
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dcomposit.cpp211 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in OnRightClick()
395 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in Copy()
782 wxDivisionShape::wxDivisionShape() in IMPLEMENT_DYNAMIC_CLASS()
801 wxDivisionShape::~wxDivisionShape() in ~wxDivisionShape()
939 wxDivisionShape &divisionCopy = (wxDivisionShape &) copy; in Copy()
1055 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1106 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1384 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnBeginDragLeft()
1397 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnEndDragLeft()
1489 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in ResizeAdjoining()
[all …]
H A Dogldiag.cpp450 wxDivisionShape *child = (wxDivisionShape *)childExpr->GetClientData(); in ReadContainerGeometry()
467 wxDivisionShape *leftSide = (wxDivisionShape *)leftExpr->GetClientData(); in ReadContainerGeometry()
476 wxDivisionShape *topSide = (wxDivisionShape *)topExpr->GetClientData(); in ReadContainerGeometry()
485 wxDivisionShape *rightSide = (wxDivisionShape *)rightExpr->GetClientData(); in ReadContainerGeometry()
494 wxDivisionShape *bottomSide = (wxDivisionShape *)bottomExpr->GetClientData(); in ReadContainerGeometry()
H A Dcanvas.cpp476 …if (object->IsShown() && (object->IsKindOf(CLASSINFO(wxDivisionShape)) || !object->IsKindOf(CLASSI… in FindShape()
485 …if (!nearest_object || !(object->IsKindOf(CLASSINFO(wxDivisionShape)) || WhollyContains(object, ne… in FindShape()
H A Dbasic.cpp685 if (GetParent()->IsKindOf(CLASSINFO(wxDivisionShape))) in GetTopAncestor()
2452 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in DeleteControlPoints()
2483 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnDrawControlPoints()
2503 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
2517 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp237 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in OnRightClick()
421 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in Copy()
808 wxDivisionShape::wxDivisionShape() in IMPLEMENT_DYNAMIC_CLASS()
827 wxDivisionShape::~wxDivisionShape() in ~wxDivisionShape()
964 wxDivisionShape& divisionCopy = (wxDivisionShape&) copy; in Copy()
1080 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1131 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1402 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnBeginDragLeft()
1418 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnEndDragLeft()
1508 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in ResizeAdjoining()
[all …]
H A Dogldiag.cpp456 wxDivisionShape *child = (wxDivisionShape *)childExpr->GetClientData(); in ReadContainerGeometry()
473 wxDivisionShape *leftSide = (wxDivisionShape *)leftExpr->GetClientData(); in ReadContainerGeometry()
482 wxDivisionShape *topSide = (wxDivisionShape *)topExpr->GetClientData(); in ReadContainerGeometry()
491 wxDivisionShape *rightSide = (wxDivisionShape *)rightExpr->GetClientData(); in ReadContainerGeometry()
500 wxDivisionShape *bottomSide = (wxDivisionShape *)bottomExpr->GetClientData(); in ReadContainerGeometry()
H A Dcanvas.cpp437 …if (object->IsShown() && (object->IsKindOf(CLASSINFO(wxDivisionShape)) || !object->IsKindOf(CLASSI… in FindShape()
446 …if (!nearest_object || !(object->IsKindOf(CLASSINFO(wxDivisionShape)) || WhollyContains(object, ne… in FindShape()
H A Dbasic.cpp703 if (GetParent()->IsKindOf(CLASSINFO(wxDivisionShape))) in GetTopAncestor()
2512 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in DeleteControlPoints()
2543 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnDrawControlPoints()
2564 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnEraseControlPoints()
2584 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
2600 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp237 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in OnRightClick()
421 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in Copy()
808 wxDivisionShape::wxDivisionShape() in IMPLEMENT_DYNAMIC_CLASS()
827 wxDivisionShape::~wxDivisionShape() in ~wxDivisionShape()
964 wxDivisionShape& divisionCopy = (wxDivisionShape&) copy; in Copy()
1080 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1131 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1402 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnBeginDragLeft()
1418 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnEndDragLeft()
1508 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in ResizeAdjoining()
[all …]
H A Dogldiag.cpp456 wxDivisionShape *child = (wxDivisionShape *)childExpr->GetClientData(); in ReadContainerGeometry()
473 wxDivisionShape *leftSide = (wxDivisionShape *)leftExpr->GetClientData(); in ReadContainerGeometry()
482 wxDivisionShape *topSide = (wxDivisionShape *)topExpr->GetClientData(); in ReadContainerGeometry()
491 wxDivisionShape *rightSide = (wxDivisionShape *)rightExpr->GetClientData(); in ReadContainerGeometry()
500 wxDivisionShape *bottomSide = (wxDivisionShape *)bottomExpr->GetClientData(); in ReadContainerGeometry()
H A Dcanvas.cpp437 …if (object->IsShown() && (object->IsKindOf(CLASSINFO(wxDivisionShape)) || !object->IsKindOf(CLASSI… in FindShape()
446 …if (!nearest_object || !(object->IsKindOf(CLASSINFO(wxDivisionShape)) || WhollyContains(object, ne… in FindShape()
H A Dbasic.cpp703 if (GetParent()->IsKindOf(CLASSINFO(wxDivisionShape))) in GetTopAncestor()
2512 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in DeleteControlPoints()
2543 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnDrawControlPoints()
2564 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnEraseControlPoints()
2584 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
2600 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp237 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in OnRightClick()
421 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in Copy()
808 wxDivisionShape::wxDivisionShape() in IMPLEMENT_DYNAMIC_CLASS()
827 wxDivisionShape::~wxDivisionShape() in ~wxDivisionShape()
964 wxDivisionShape& divisionCopy = (wxDivisionShape&) copy; in Copy()
1080 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1131 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1402 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnBeginDragLeft()
1418 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnEndDragLeft()
1508 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in ResizeAdjoining()
[all …]
H A Dogldiag.cpp456 wxDivisionShape *child = (wxDivisionShape *)childExpr->GetClientData(); in ReadContainerGeometry()
473 wxDivisionShape *leftSide = (wxDivisionShape *)leftExpr->GetClientData(); in ReadContainerGeometry()
482 wxDivisionShape *topSide = (wxDivisionShape *)topExpr->GetClientData(); in ReadContainerGeometry()
491 wxDivisionShape *rightSide = (wxDivisionShape *)rightExpr->GetClientData(); in ReadContainerGeometry()
500 wxDivisionShape *bottomSide = (wxDivisionShape *)bottomExpr->GetClientData(); in ReadContainerGeometry()
H A Dcanvas.cpp437 …if (object->IsShown() && (object->IsKindOf(CLASSINFO(wxDivisionShape)) || !object->IsKindOf(CLASSI… in FindShape()
446 …if (!nearest_object || !(object->IsKindOf(CLASSINFO(wxDivisionShape)) || WhollyContains(object, ne… in FindShape()
H A Dbasic.cpp703 if (GetParent()->IsKindOf(CLASSINFO(wxDivisionShape))) in GetTopAncestor()
2512 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in DeleteControlPoints()
2543 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnDrawControlPoints()
2564 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnEraseControlPoints()
2584 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
2600 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp237 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in OnRightClick()
421 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in Copy()
808 wxDivisionShape::wxDivisionShape() in IMPLEMENT_DYNAMIC_CLASS()
827 wxDivisionShape::~wxDivisionShape() in ~wxDivisionShape()
964 wxDivisionShape& divisionCopy = (wxDivisionShape&) copy; in Copy()
1080 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1131 wxDivisionShape *obj = (wxDivisionShape *)node->GetData(); in Divide()
1402 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnBeginDragLeft()
1418 wxDivisionShape *division = (wxDivisionShape *)m_shape; in OnEndDragLeft()
1508 wxDivisionShape *division = (wxDivisionShape *)node->GetData(); in ResizeAdjoining()
[all …]
H A Dogldiag.cpp456 wxDivisionShape *child = (wxDivisionShape *)childExpr->GetClientData(); in ReadContainerGeometry()
473 wxDivisionShape *leftSide = (wxDivisionShape *)leftExpr->GetClientData(); in ReadContainerGeometry()
482 wxDivisionShape *topSide = (wxDivisionShape *)topExpr->GetClientData(); in ReadContainerGeometry()
491 wxDivisionShape *rightSide = (wxDivisionShape *)rightExpr->GetClientData(); in ReadContainerGeometry()
500 wxDivisionShape *bottomSide = (wxDivisionShape *)bottomExpr->GetClientData(); in ReadContainerGeometry()
H A Dcanvas.cpp437 …if (object->IsShown() && (object->IsKindOf(CLASSINFO(wxDivisionShape)) || !object->IsKindOf(CLASSI… in FindShape()
446 …if (!nearest_object || !(object->IsKindOf(CLASSINFO(wxDivisionShape)) || WhollyContains(object, ne… in FindShape()
H A Dbasic.cpp703 if (GetParent()->IsKindOf(CLASSINFO(wxDivisionShape))) in GetTopAncestor()
2512 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in DeleteControlPoints()
2543 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnDrawControlPoints()
2564 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in OnEraseControlPoints()
2584 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()
2600 if (!IsKindOf(CLASSINFO(wxDivisionShape))) in Select()