X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..c00fed0ef4d70c9b45d9b8405f636d30eadb7ea6:/docs/latex/wx/point.tex diff --git a/docs/latex/wx/point.tex b/docs/latex/wx/point.tex index 06fdd5a9a4..1d6f9042a5 100644 --- a/docs/latex/wx/point.tex +++ b/docs/latex/wx/point.tex @@ -19,7 +19,7 @@ None \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxPoint::wxPoint} +\membersection{wxPoint::wxPoint}\label{wxpointctor} \func{}{wxPoint}{\void} @@ -27,15 +27,28 @@ None 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. +