/*
* Authors:
* Ted Gould <ted@gould.cx>
*
* Copyright (C) 2007 Authors
*
* Released under GNU GPL v2+, read the file 'COPYING' for more information
*/
#include <desktop.h>
#include <helper/action-context.h>
#include <selection.h>
#include <verbs.h>
#include <inkscape.h>
#include <document.h>
#include "main-cmdlineact.h"
namespace Inkscape {
}
return;
}
CmdLineAction::~CmdLineAction () {
}
}
void
//printf("Doing: %s\n", _arg);
if (_isVerb) {
return;
}
} else {
return;
}
}
return;
}
bool
}
return hasActions;
}
bool
// We're going to assume one desktop per document, because no one
// should have had time to make more at this point.
//Inkscape::UI::View::View * view = dynamic_cast<Inkscape::UI::View::View *>(desktop);
}
return false;
}
} // Inkscape
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :