Searched refs:SelectionDescriber (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dselection-describer.h2 * Inkscape::SelectionDescriber - shows messages describing selection
24 class SelectionDescriber : public sigc::trackable { class in namespace:Inkscape
26 SelectionDescriber(Inkscape::Selection *selection, MessageStack *stack, char *when_selected, char *when_nothing);
27 ~SelectionDescriber();
H A Dselection-describer.cpp2 * Inkscape::SelectionDescriber - shows messages describing selection
97 SelectionDescriber::SelectionDescriber(Inkscape::Selection *selection, MessageStack *stack, char *when_selected, char *when_nothing) function in class:Inkscape::SelectionDescriber
104 sigc::mem_fun(*this, &SelectionDescriber::_updateMessageFromSelection)));
107 sigc::mem_fun(*this, &SelectionDescriber::_selectionModified)));
111 SelectionDescriber::~SelectionDescriber()
119 void SelectionDescriber::_selectionModified(Inkscape::Selection *selection, guint /*flags*/)
124 void SelectionDescriber::_updateMessageFromSelection(Inkscape::Selection *selection) {
/inkscape/src/ui/tools/
H A Dselect-tool.h25 class SelectionDescriber;
52 Inkscape::SelectionDescriber *_describer;
H A Dselect-tool.cpp153 this->_describer = new Inkscape::SelectionDescriber(

Completed in 18 milliseconds