/inkscape/src/display/ |
H A D | canvas-temporary-item-list.h | 24 * Provides a class that can contain active TemporaryItem[s] on a desktop. 28 TemporaryItemList(SPDesktop *desktop); 35 SPDesktop *desktop; /** Desktop we are on. */ member in class:Inkscape::Display::TemporaryItemList
|
H A D | canvas-temporary-item-list.cpp | 2 * Provides a class that can contain active TemporaryItem's on a desktop 19 TemporaryItemList::TemporaryItemList(SPDesktop *desktop) argument 20 : desktop(desktop)
|
H A D | snap-indicator.cpp | 16 #include "desktop.h" 31 SnapIndicator::SnapIndicator(SPDesktop * desktop) argument 37 _desktop(desktop)
|
/inkscape/src/ |
H A D | satisfied-guide-cns.cpp | 2 #include "desktop.h" 8 void satisfied_guide_cns(SPDesktop const &desktop, argument 12 SPNamedView const &nv = *desktop.getNamedView();
|
H A D | sp-item-update-cns.cpp | 11 void sp_item_update_cns(SPItem &item, SPDesktop const &desktop) argument 17 satisfied_guide_cns(desktop, snappoints, found_cns);
|
H A D | knotholder.h | 47 KnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderReleasedFunc relhandler); 72 SPDesktop *desktop; member in class:KnotHolder
|
H A D | main-cmdlineact.cpp | 11 #include <desktop.h> 86 // We're going to assume one desktop per document, because no one 90 SPDesktop * desktop = *i; local 91 //Inkscape::UI::View::View * view = dynamic_cast<Inkscape::UI::View::View *>(desktop); 92 doList(ActionContext(desktop));
|
H A D | knot-holder-entity.h | 45 desktop(NULL), 54 virtual void create(SPDesktop *desktop, SPItem *item, KnotHolder *parent, 75 SPDesktop *desktop; member in class:KnotHolderEntity
|
H A D | context-fns.cpp | 4 #include "desktop.h" 22 * \param desktop Desktop. 27 bool Inkscape::have_viable_layer(SPDesktop *desktop, MessageContext *message) argument 29 SPItem const *layer = SP_ITEM(desktop->currentLayer()); 31 if ( !layer || desktop->itemIsHidden(layer) ) { 51 * \param desktop Desktop. 56 bool Inkscape::have_viable_layer(SPDesktop *desktop, MessageStack *message) argument 58 SPItem const *layer = SP_ITEM(desktop->currentLayer()); 60 if ( !layer || desktop->itemIsHidden(layer) ) { 76 Geom::Rect Inkscape::snap_rectangular_box(SPDesktop const *desktop, SPIte argument 217 setup_for_drag_start(SPDesktop *desktop, Inkscape::UI::Tools::ToolBase* ec, GdkEvent *ev) argument [all...] |
H A D | rubberband.cpp | 14 #include "desktop.h" 138 Inkscape::Rubberband *Inkscape::Rubberband::get(SPDesktop *desktop) argument 141 _instance = new Inkscape::Rubberband(desktop);
|
H A D | selcue.cpp | 16 #include "desktop.h" 40 Inkscape::SelCue::SelCue(SPDesktop *desktop) argument 41 : _desktop(desktop),
|
/inkscape/src/helper/ |
H A D | action-context.cpp | 12 #include "desktop.h" 37 SPDesktop *desktop = static_cast<SPDesktop *>(view); local 38 if (desktop) { 39 _selection = desktop->selection;
|
H A D | stock-items.cpp | 32 #include "desktop.h" 198 SPDesktop *desktop = SP_ACTIVE_DESKTOP; local 199 SPDocument *doc = desktop->getDocument(); 268 SPDesktop *desktop = SP_ACTIVE_DESKTOP; local 269 SPDocument *doc = desktop->getDocument();
|
/inkscape/src/ui/dialog/ |
H A D | desktop-tracker.h | 33 void setBase(SPDesktop *desktop); 39 static void activateDesktopCB(SPDesktop *desktop, DesktopTracker *self ); 43 void setDesktop(SPDesktop *desktop); 46 SPDesktop *desktop; member in class:Inkscape::UI::Dialog::DesktopTracker
|
H A D | object-attributes.h | 26 #include "ui/dialog/desktop-tracker.h" 76 * Stores the current desktop. 78 SPDesktop *desktop; member in class:Inkscape::UI::Dialog::ObjectAttributes 81 * Auxiliary widget to keep track of desktop changes for the floating dialog. 86 * Link to callback function for a change in desktop (window). 102 * Callback function invoked by the desktop tracker in case of a modification of the selected object. 107 * Can be invoked for setting the desktop. Currently not used. 109 // void setDesktop(SPDesktop *desktop); 112 * Is invoked by the desktop tracker when the desktop change [all...] |
H A D | calligraphic-profile-rename.cpp | 26 #include "desktop.h" 123 void CalligraphicProfileRename::show(SPDesktop *desktop, const Glib::ustring profile_name) argument 142 desktop->setWindowTransient (dial.gobj());
|
H A D | template-widget.cpp | 22 #include "desktop.h" 69 SPDesktop *desktop = SP_ACTIVE_DESKTOP; local 78 if (desktop) 79 desktop->clearWaitingCursor();
|
H A D | livepatheffect-add.cpp | 19 #include "desktop.h" 144 void LivePathEffectAdd::show(SPDesktop *desktop) argument 149 desktop->setWindowTransient (dial.gobj());
|
H A D | panel-dialog.h | 28 #include "desktop.h" 37 * PanelDialog handles signals emitted when a desktop changes, either changing to a 38 * different desktop or a new document. 53 inline virtual void _propagateDocumentReplaced(SPDesktop* desktop, SPDocument *document); 123 void PanelDialogBase::_propagateDocumentReplaced(SPDesktop *desktop, SPDocument *document) argument 125 _panel.signalDocumentReplaced().emit(desktop, document); 128 void PanelDialogBase::_propagateDesktopActivated(SPDesktop *desktop) argument 131 desktop->connectDocumentReplaced(sigc::mem_fun(*this, &PanelDialogBase::_propagateDocumentReplaced)); 132 _panel.signalActivateDesktop().emit(desktop); 135 void PanelDialogBase::_propagateDesktopDeactivated(SPDesktop *desktop) argument 154 SPDesktop *desktop = SP_ACTIVE_DESKTOP; local 203 SPDesktop *desktop = SP_ACTIVE_DESKTOP; local [all...] |
H A D | desktop-tracker.cpp | 8 #include "widgets/desktop-widget.h" 11 #include "desktop-tracker.h" 14 #include "desktop.h" 22 desktop(0), 51 if (dtw && dtw->desktop) { 52 setBase(dtw->desktop); // may also set desktop 70 void DesktopTracker::setBase(SPDesktop *desktop) argument 72 if (this->base != desktop) { 73 base = desktop; 96 activateDesktopCB(SPDesktop *desktop, DesktopTracker *self ) argument 132 setDesktop(SPDesktop *desktop) argument [all...] |
/inkscape/src/ui/ |
H A D | shape-editor.h | 26 ShapeEditor(SPDesktop *desktop); 50 SPDesktop *desktop; member in class:Inkscape::UI::ShapeEditor
|
/inkscape/src/live_effects/parameter/ |
H A D | originalpath.cpp | 26 #include "desktop.h" 122 SPDesktop *desktop = SP_ACTIVE_DESKTOP; local 124 if (desktop == NULL || original == NULL) { 127 Inkscape::Selection *selection = desktop->getSelection();
|
/inkscape/src/ui/widget/ |
H A D | layer-selector.h | 41 LayerSelector(SPDesktop *desktop = NULL); 44 SPDesktop *desktop() { return _desktop; } function in class:Inkscape::Widgets::LayerSelector 45 void setDesktop(SPDesktop *desktop);
|
/inkscape/src/widgets/ |
H A D | stroke-marker-selector.h | 19 #include "desktop.h" 38 void setDesktop(SPDesktop *desktop); 59 SPDesktop *desktop; member in class:MarkerComboBox
|
/inkscape/src/extension/internal/ |
H A D | bluredge.cpp | 16 #include "desktop.h" 51 \param desktop What should be edited. 54 BlurEdge::effect (Inkscape::Extension::Effect *module, Inkscape::UI::View::View *desktop, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/) argument 56 Inkscape::Selection * selection = static_cast<SPDesktop *>(desktop)->selection; 73 Inkscape::XML::Document *xml_doc = desktop->doc()->getReprDoc(); 93 sp_selected_path_to_curves(selection, static_cast<SPDesktop *>(desktop)); 99 sp_action_perform(Inkscape::Verb::get(SP_VERB_SELECTION_INSET)->get_action(Inkscape::ActionContext(desktop)), NULL); 102 sp_action_perform(Inkscape::Verb::get(SP_VERB_SELECTION_OFFSET)->get_action(Inkscape::ActionContext(desktop)), NULL);
|