control-manager.h revision 8ab2991a47c99fe39f45014a19f10be449839948
/*
* Inkscape::ControlManager - Coordinates creation and styling of nodes, handles, etc.
*
* Author:
* Jon A. Cruz <jon@joncruz.org>
*
* Copyright 2012 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_INKSCAPE_CONTROL_MANAGER_H
#define SEEN_INKSCAPE_CONTROL_MANAGER_H
#include <memory>
#include "display/sp-canvas-item.h"
struct SPCanvasItem;
struct SPCanvasGroup;
{
static ControlManager &getManager();
~ControlManager();
};
} // namespace Inkscape
#endif // SEEN_INKSCAPE_CONTROL_MANAGER_H
/*
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:fileencoding=utf-8:textwidth=99 :