operator << (wxString, wxPoint)

This commit is contained in:
dickelbeck 2008-05-05 19:47:58 +00:00
parent a881ede8fb
commit 9daeed6f45
1 changed files with 11 additions and 0 deletions

View File

@ -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.