Searched defs:SelectionDescriber (Results 1 - 2 of 2) 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) {

Completed in 14 milliseconds