Searched refs:get_size (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | dock-behavior.h | 49 void get_size(int& width, int& height);
|
H A D | floating-behavior.h | 49 void get_size(int& width, int &height);
|
H A D | behavior.h | 58 virtual void get_size(int &width, int &height) =0;
|
H A D | dialog.cpp | 140 inline void Dialog::get_size(int &width, int &height) { _behavior->get_size(width, height); } function in class:Inkscape::UI::Dialog::Dialog 186 get_size(w, h);
|
H A D | dialog.h | 88 virtual void get_size(int &width, int &height);
|
H A D | dock-behavior.cpp | 134 DockBehavior::get_size(int &width, int &height) function in class:Inkscape::UI::Dialog::Behavior::DockBehavior 136 _dock_item.get_size(width, height);
|
H A D | floating-behavior.cpp | 166 inline void FloatingBehavior::get_size(int &width, int &height) { _d->get_size(width, height); } function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
|
/inkscape/src/ui/widget/ |
H A D | dock-item.h | 73 void get_size(int& width, int& height);
|
H A D | dock-item.cpp | 137 DockItem::get_size(int& width, int& height) function in class:Inkscape::UI::Widget::DockItem 140 getWindow()->get_size(width, height);
|
/inkscape/src/widgets/ |
H A D | desktop-widget.cpp | 1380 window->get_size (w, h);
|
Completed in 28 milliseconds