Searched defs:present (Results 1 - 13 of 13) sorted by relevance

/inkscape/src/ui/dialog/
H A Dpanel-dialog.h46 virtual void present() = 0;
88 inline virtual void present();
112 inline virtual void present();
182 void PanelDialog<B>::present() function in class:Inkscape::UI::Dialog::PanelDialog
184 _panel.present();
190 Dialog::present();
223 void PanelDialog<Behavior::FloatingBehavior>::present() function in class:Inkscape::UI::Dialog::PanelDialog
225 Dialog::present();
226 _panel.present();
H A Ddock-behavior.cpp97 DockBehavior::present() function in class:Inkscape::UI::Dialog::Behavior::DockBehavior
101 _dock_item.present();
217 present();
H A Dfloating-behavior.cpp149 inline void FloatingBehavior::present() { _d->present(); } function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
H A Ddialog.cpp132 inline void Dialog::present() { _behavior->present(); } function in class:Inkscape::UI::Dialog::Dialog
301 // make sure the canvas window is present before giving it focus
304 toplevel_window->present();
H A Dglyphs.cpp757 std::vector<gunichar> present; local
762 present.push_back(ch);
769 for (std::vector<gunichar>::iterator it = present.begin(); it != present.end(); ++it)
H A Dxml-tree.cpp273 // hide() doesn't seem to work in the constructor, so moved this to present()
285 void XmlTree::present() function in class:Inkscape::UI::Dialog::XmlTree
292 UI::Widget::Panel::present();
/inkscape/src/util/
H A Dege-tags.cpp109 bool present = false; local
111 for ( std::vector<Tag>::iterator it = tags.begin(); (it != tags.end()) && !present; ++it ) {
113 present = true;
126 if (!present) {
131 return present;
/inkscape/src/libgdl/
H A Dgdl-dock-object.h120 void (* present) (GdlDockObject *object, member in struct:_GdlDockObjectClass
/inkscape/src/ui/widget/
H A Ddock-item.cpp276 DockItem::present() function in class:Inkscape::UI::Widget::DockItem
290 // always grab focus, even if we're already present
303 // make sure the window we're in is present
306 window->present();
H A Dpanel.cpp360 void Panel::present() function in class:Inkscape::UI::Widget::Panel
/inkscape/src/widgets/
H A Ddesktop-widget.h137 virtual void present() function in struct:SPDesktopWidget::WidgetStub
H A Dicon.cpp470 std::string present; local
475 present = contents;
481 bool cacheValid = (present == wanted);
/inkscape/src/
H A Dgradient-drag.cpp2476 // check if already present in list. (e.g. when both RG_MID1 and RG_MID2 were selected)
2477 bool present = false; local
2480 present = true;
2484 if (!present)
2506 // check if already present in list. (e.g. when both R1 and R2 were selected)
2507 bool present = false; local
2510 present = true;
2514 if (!present)

Completed in 46 milliseconds