Definition in file align-and-distribute.cpp.
#include <gtkmm/spinbutton.h>
#include "desktop-handles.h"
#include "unclump.h"
#include "document.h"
#include "enums.h"
#include "graphlayout.h"
#include "inkscape.h"
#include "macros.h"
#include "preferences.h"
#include "removeoverlap.h"
#include "selection.h"
#include "sp-flowtext.h"
#include "sp-item-transform.h"
#include "sp-text.h"
#include "text-editing.h"
#include "tools-switch.h"
#include "ui/icon-names.h"
#include "ui/tool/node-tool.h"
#include "ui/tool/multi-path-manipulator.h"
#include "util/glib-list-iterators.h"
#include "verbs.h"
#include "widgets/icon.h"
#include "align-and-distribute.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
namespace | Inkscape::UI |
namespace | Inkscape::UI::Dialog |
Classes | |
class | Inkscape::UI::Dialog::Action |
class | Inkscape::UI::Dialog::ActionAlign |
struct | Inkscape::UI::Dialog::ActionAlign::Coeffs |
class | Inkscape::UI::Dialog::ActionBaseline |
class | Inkscape::UI::Dialog::ActionDistribute |
class | Inkscape::UI::Dialog::ActionGraphLayout |
class | Inkscape::UI::Dialog::ActionNode |
class | Inkscape::UI::Dialog::ActionRandomize |
class | Inkscape::UI::Dialog::ActionRemoveOverlaps |
class | Inkscape::UI::Dialog::ActionUnclump |
struct | Inkscape::UI::Dialog::Baselines |
Functions | |
void | Inkscape::UI::Dialog::on_selection_changed (Inkscape::Application *, Inkscape::Selection *, AlignAndDistribute *daad) |
void | Inkscape::UI::Dialog::on_tool_changed (Inkscape::Application *, SPEventContext *, AlignAndDistribute *daad) |
bool | Inkscape::UI::Dialog::operator< (const Baselines &a, const Baselines &b) |
bool | Inkscape::UI::Dialog::operator< (const BBoxSort &a, const BBoxSort &b) |