summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d90df4b)
raw | patch | inline | side by side (parent: d90df4b)
| author | johanengelen <johanengelen@users.sourceforge.net> | |
| Sun, 2 Mar 2008 13:56:14 +0000 (13:56 +0000) | ||
| committer | johanengelen <johanengelen@users.sourceforge.net> | |
| Sun, 2 Mar 2008 13:56:14 +0000 (13:56 +0000) |
| src/extension/paramnotebook.cpp | patch | blob | history |
index 7862edeb16aad49d4250a4f9ccafca2edec4dcd1..c80731adceab450d4e8f499ce28efde8a7cb0b34 100644 (file)
@@ -304,14 +304,6 @@ ParamNotebook::set (const int in, SPDocument * /*doc*/, Inkscape::XML::Node * /*
/**
\brief A function to get the currentpage and the parameters in a string form
\return A string with the 'value' and all the parameters on all pages as command line arguments
-
- This is really a hack. The function is called by Extension::paramString() to build
- the commandline string like: '--param1name=\"param1value\" --param2name=\"param2value\" ...'
- Extension::paramString expects this function to return '\"param1value\"'; but instead,
- this function returns: '\"param1value\" --page1param1name=\"page1param1value\" ...'
-
- \TODO Do this better. For example, make Parameter::paramString() that returns '--name=\"value\"'
- instead of just returning '\"value\"'.
*/
void
ParamNotebook::string (std::list <std::string> &list)