Searched defs:construct (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/widgets/ |
H A D | sp-widget.h | 50 void (* construct) (SPWidget *spw); member in struct:SPWidgetClass
|
/inkscape/src/inkgc/ |
H A D | gc-alloc.h | 54 void construct(pointer p, const_reference value) { function in class:Inkscape::GC::Alloc
|
/inkscape/src/ui/widget/ |
H A D | registered-widget.h | 67 RegisteredWidget() : W() { construct(); } 69 explicit RegisteredWidget( A& a ): W( a ) { construct(); } 71 RegisteredWidget( A& a, B& b ): W( a, b ) { construct(); } 73 RegisteredWidget( A& a, B& b, C* c ): W( a, b, c ) { construct(); } 75 RegisteredWidget( A& a, B& b, C& c ): W( a, b, c ) { construct(); } 77 RegisteredWidget( A& a, B& b, C c, D d ): W( a, b, c, d ) { construct(); } 79 RegisteredWidget( A& a, B& b, C c, D& d, E& e, F* f): W( a, b, c, d, e, f) { construct(); } 130 void construct() { function in class:Inkscape::UI::Widget::RegisteredWidget
|
Completed in 27 milliseconds