Searched refs:_arg (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dmain-cmdlineact.cpp27 CmdLineAction::CmdLineAction (bool isVerb, gchar const * arg) : _isVerb(isVerb), _arg(NULL) {
29 _arg = g_strdup(arg);
38 if (_arg != NULL) {
39 g_free(_arg);
45 //printf("Doing: %s\n", _arg);
47 Inkscape::Verb * verb = Inkscape::Verb::getbyid(_arg);
49 printf(_("Unable to find verb ID '%s' specified on the command line.\n"), _arg);
58 SPObject * obj = doc->getObjectById(_arg);
60 printf(_("Unable to find node ID: '%s'\n"), _arg);
H A Dmain-cmdlineact.h24 char * _arg; member in class:Inkscape::CmdLineAction

Completed in 33 milliseconds