X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..669b0c0a0b5a3d529104256f678d985105a8a276:/docs/latex/wx/point.tex?ds=sidebyside diff --git a/docs/latex/wx/point.tex b/docs/latex/wx/point.tex index 9446ebb6fa..1d6f9042a5 100644 --- a/docs/latex/wx/point.tex +++ b/docs/latex/wx/point.tex @@ -5,9 +5,13 @@ It simply contains integer {\it x} and {\it y} members. See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version. -\wxheading{Derivation} +\wxheading{Derived from} -\helpref{wxObject}{wxobject} +None + +\wxheading{Include files} + + \wxheading{See also} @@ -15,7 +19,7 @@ See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxPoint::wxPoint} +\membersection{wxPoint::wxPoint}\label{wxpointctor} \func{}{wxPoint}{\void} @@ -23,15 +27,28 @@ See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version. Create a point. -\membersection{wxPoint::x} +\membersection{wxPoint::x}\label{wxpointx} \member{int}{x} x member. -\membersection{wxPoint::y} +\membersection{wxPoint::y}\label{wxpointy} \member{int}{ y} y member. +\membersection{wxPoint::operator $==$}\label{wxpointequal} + +\func{bool}{operator $==$}{\param{const wxPoint\& }{pt}} + +Equality operator: returns \true if two points are the same. + + +\membersection{wxPoint::operator $!=$}\label{wxpointnotequal} + +\func{bool}{operator $!=$}{\param{const wxPoint\& }{pt}} + +Inequality operator: returns \true if two points are different. +