Commit 9daeed6f authored by dickelbeck's avatar dickelbeck

operator << (wxString, wxPoint)

parent a881ede8
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment