From 9daeed6f45eb90e1bd1b5b30da5762d5dd1d10df Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Mon, 5 May 2008 19:47:58 +0000 Subject: [PATCH] operator << (wxString, wxPoint) --- include/common.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/common.h b/include/common.h index 1f0ea9f122..bf0769c42f 100644 --- a/include/common.h +++ b/include/common.h @@ -356,6 +356,17 @@ class WinEDA_DrawPanel; /* COMMON.CPP */ +/** + * Operator << overload + * outputs a point to the argument string in a format resembling + * "@ (x,y) + * @param aString Where to put the text describing the point value + * @param aPoint The point to output. + * @return wxString& - the input string + */ +wxString& operator << ( wxString& aString, const wxPoint& aPoint ); + + /** * Function ProcessExecute * runs a child process.