Home
last modified time | relevance | path

Searched refs:RefPtr (Results 1 – 25 of 6708) sorted by relevance

12345678910>>...269

/dports/devel/libsigc++30/libsigc++-3.0.7/tests/
H A Dtest_bind_refptr.cc61 class RefPtr class
68 inline RefPtr();
80 inline RefPtr(const RefPtr<T_CppObject>& src);
87 inline explicit RefPtr(const RefPtr<T_CastFrom>& src);
207 inline RefPtr<T_CppObject>::RefPtr() : pCppObject_(nullptr) in RefPtr() function in Glib::RefPtr
212 inline RefPtr<T_CppObject>::~RefPtr() in ~RefPtr()
224 inline RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CppObject>& src) : pCppObject_(src.pCppObject_) in RefPtr() function in Glib::RefPtr
235 inline RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CastFrom>& src) in RefPtr() function in Glib::RefPtr
247 RefPtr<T_CppObject>::swap(RefPtr<T_CppObject>& other) in swap()
290 RefPtr<T_CppObject>::operator=(const RefPtr<T_CastFrom>& src) in operator =()
[all …]
/dports/devel/libsigc++20/libsigc++-2.10.4/tests/
H A Dtest_bind_refptr.cc83 inline RefPtr(const RefPtr<T_CppObject>& src);
90 inline RefPtr(const RefPtr<T_CastFrom>& src);
209 RefPtr<T_CppObject>::RefPtr() in RefPtr() function in Glib::RefPtr
215 RefPtr<T_CppObject>::~RefPtr() in ~RefPtr()
228 RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CppObject>& src) in RefPtr() function in Glib::RefPtr
242 RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CastFrom>& src) in RefPtr() function in Glib::RefPtr
262 RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(const RefPtr<T_CppObject>& src) in operator =()
296 RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(const RefPtr<T_CastFrom>& src) in operator =()
339 RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_dynamic(const RefPtr<T_CastFrom>& src) in cast_dynamic()
352 RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_static(const RefPtr<T_CastFrom>& src) in cast_static()
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Drefptr.h51 class RefPtr
104 inline RefPtr(const RefPtr& src) noexcept;
108 inline RefPtr(RefPtr&& src) noexcept;
113 inline RefPtr(RefPtr<T_CastFrom>&& src) noexcept;
130 inline RefPtr& operator=(const RefPtr& src) noexcept;
133 inline RefPtr& operator=(RefPtr&& src) noexcept;
270 inline RefPtr<T_CppObject>::~RefPtr() noexcept in ~RefPtr()
282 inline RefPtr<T_CppObject>::RefPtr(const RefPtr& src) noexcept : pCppObject_(src.pCppObject_) in RefPtr() function
289 inline RefPtr<T_CppObject>::RefPtr(RefPtr&& src) noexcept : pCppObject_(src.pCppObject_) in RefPtr() function
305 inline RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CastFrom>& src) noexcept : in RefPtr() function
[all …]
/dports/graphics/cairomm/cairomm-1.12.2/cairomm/
H A Drefptr.h78 inline RefPtr(RefPtr&& src) noexcept;
83 inline RefPtr(RefPtr<T_CastFrom>&& src) noexcept;
116 inline RefPtr& operator=(RefPtr&& src) noexcept;
208 RefPtr<T_CppObject>::RefPtr() noexcept in RefPtr() function
215 RefPtr<T_CppObject>::~RefPtr() noexcept in ~RefPtr()
267 RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CppObject>& src) noexcept in RefPtr() function
277 RefPtr<T_CppObject>::RefPtr(RefPtr&& src) noexcept in RefPtr() function
289 RefPtr<T_CppObject>::RefPtr(RefPtr<T_CastFrom>&& src) noexcept in RefPtr() function
304 RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CastFrom>& src) noexcept in RefPtr() function
363 RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr&& src) noexcept
[all …]
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dtlsdatabase.h432RefPtr<TlsCertificate> lookup_certificate_issuer(const Glib::RefPtr<const TlsCertificate>& certifi…
438 …Glib::RefPtr<TlsCertificate> lookup_certificate_issuer(const Glib::RefPtr<const TlsCertificate>& c…
463RefPtr<const TlsCertificate> lookup_certificate_issuer(const Glib::RefPtr<const TlsCertificate>& c…
508 …Glib::RefPtr<TlsCertificate> lookup_certificate_issuer_finish(const Glib::RefPtr<AsyncResult>& res…
527RefPtr<TlsCertificate> > lookup_certificates_issued_by(const Glib::RefPtr<Glib::ByteArray>& issuer…
604 …std::vector< Glib::RefPtr<TlsCertificate> > lookup_certificates_issued_by_finish(const Glib::RefPt…
732 …Glib::RefPtr<TlsCertificate> lookup_certificate_for_handle_finish(const Glib::RefPtr<AsyncResult>&…
754 …virtual Glib::RefPtr<TlsCertificate> lookup_certificate_for_handle_finish_vfunc(const Glib::RefPtr
758RefPtr<TlsCertificate> lookup_certificate_issuer_vfunc(const Glib::RefPtr<TlsCertificate>& certifi…
763 …virtual Glib::RefPtr<TlsCertificate> lookup_certificate_issuer_finish_vfunc(const Glib::RefPtr<Asy…
[all …]
H A Dfile.h839 Glib::RefPtr<FileInputStream> read(const Glib::RefPtr<Cancellable>& cancellable);
873 Glib::RefPtr<FileInputStream> read_finish(const Glib::RefPtr<AsyncResult>& res);
1133 Glib::RefPtr<FileOutputStream> append_to_finish(const Glib::RefPtr<AsyncResult>& res);
1171 Glib::RefPtr<FileOutputStream> create_file_finish(const Glib::RefPtr<AsyncResult>& res);
1254 Glib::RefPtr<FileOutputStream> replace_finish(const Glib::RefPtr<AsyncResult>& res);
1340 Glib::RefPtr<FileIOStream> open_readwrite_finish(const Glib::RefPtr<AsyncResult>& res);
1589 Glib::RefPtr<FileInfo> query_info_finish(const Glib::RefPtr<AsyncResult>& res);
1657 Glib::RefPtr<Mount> find_enclosing_mount(const Glib::RefPtr<Cancellable>& cancellable);
1743 Glib::RefPtr<Mount> find_enclosing_mount_finish(const Glib::RefPtr<AsyncResult>& res);
1890 Glib::RefPtr<File> set_display_name_finish(const Glib::RefPtr<AsyncResult>& res);
[all …]
H A Dsocketlistener.h159 …bool add_socket(const Glib::RefPtr<Socket>& socket, const Glib::RefPtr<Glib::Object>& source_objec…
373 Glib::RefPtr<Socket> accept_socket(Glib::RefPtr<Glib::Object>& source_object, const Glib::RefPtr<Ca…
398 Glib::RefPtr<Socket> accept_socket(Glib::RefPtr<Glib::Object>& source_object);
423 Glib::RefPtr<Socket> accept_socket(const Glib::RefPtr<Cancellable>& cancellable);
492 …Glib::RefPtr<Socket> accept_socket_finish(const Glib::RefPtr<AsyncResult>& result, Glib::RefPtr<Gl…
504 Glib::RefPtr<Socket> accept_socket_finish(const Glib::RefPtr<AsyncResult>& result);
526 …Glib::RefPtr<SocketConnection> accept(Glib::RefPtr<Object>& source_object, const Glib::RefPtr<Canc…
548 Glib::RefPtr<SocketConnection> accept(Glib::RefPtr<Object>& source_object);
570 Glib::RefPtr<SocketConnection> accept(const Glib::RefPtr<Cancellable>& cancellable);
636 …Glib::RefPtr<SocketConnection> accept_finish(const Glib::RefPtr<AsyncResult>& result, Glib::RefPtr
[all …]
/dports/devel/glibmm/glibmm-2.64.2/tools/m4/
H A Dconvert_gio.m461 _CONVERSION(`GAction*',`Glib::RefPtr<Action>',`Glib::wrap($3)')
68 _CONVERSION(`GAppInfo*',`Glib::RefPtr<AppInfo>',`Glib::wrap($3)')
155 _CONVERSION(`GDrive*',`Glib::RefPtr<Drive>',`Glib::wrap($3)')
159 _CONVERSION(`Glib::RefPtr<File>',`GFile*',__CONVERT_REFPTR_TO_P)
162 _CONVERSION(`GFile*',`Glib::RefPtr<File>',`Glib::wrap($3)')
200 _CONVERSION(`GIcon*',`Glib::RefPtr<Icon>',`Glib::wrap($3)')
242 _CONVERSION(`GMount*',`Glib::RefPtr<Mount>',`Glib::wrap($3)')
266 _CONVERSION(`GProxy*',`Glib::RefPtr<Proxy>',`Glib::wrap($3)')
289 _CONVERSION(`GSocket*',`Glib::RefPtr<Socket>',`Glib::wrap($3)')
339 _CONVERSION(`GVolume*',`Glib::RefPtr<Volume>',`Glib::wrap($3)')
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DRefPtr.h44 ALWAYS_INLINE RefPtr(const RefPtr& o) : m_ptr(o.m_ptr) { refIfNotNull(m_ptr); } in RefPtr() function
74 RefPtr& operator=(const RefPtr&);
81 template<typename U> RefPtr& operator=(const RefPtr<U>&);
85 void swap(RefPtr&);
110 template<typename T> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<T>& o)
120 …template<typename T> template<typename U> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<U>& …
130 template<typename T> inline RefPtr<T>& RefPtr<T>::operator=(T* optr)
139 template<typename T> inline RefPtr<T>& RefPtr<T>::operator=(const PassRefPtr<T>& o)
171 template<class T> inline void RefPtr<T>::swap(RefPtr<T>& o) in swap()
176 template<class T> inline void swap(RefPtr<T>& a, RefPtr<T>& b) in swap()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DRefPtr.h42 RefPtr() : m_ptr(0) { } in RefPtr() function
44 RefPtr(const RefPtr& o) : m_ptr(o.m_ptr) { if (T* ptr = m_ptr) ptr->ref(); } in RefPtr() function
82 RefPtr& operator=(const RefPtr&);
86 template <typename U> RefPtr& operator=(const RefPtr<U>&);
90 void swap(RefPtr&);
108 template <typename T> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<T>& o)
120 …template <typename T> template <typename U> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<U>…
132 template <typename T> inline RefPtr<T>& RefPtr<T>::operator=(T* optr)
179 template <class T> inline void RefPtr<T>::swap(RefPtr<T>& o) in swap()
184 template <class T> inline void swap(RefPtr<T>& a, RefPtr<T>& b) in swap()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DRefPtr.h42 RefPtr() : m_ptr(0) { } in RefPtr() function
44 RefPtr(const RefPtr& o) : m_ptr(o.m_ptr) { if (T* ptr = m_ptr) ptr->ref(); } in RefPtr() function
82 RefPtr& operator=(const RefPtr&);
86 template <typename U> RefPtr& operator=(const RefPtr<U>&);
90 void swap(RefPtr&);
108 template <typename T> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<T>& o)
120 …template <typename T> template <typename U> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<U>…
132 template <typename T> inline RefPtr<T>& RefPtr<T>::operator=(T* optr)
179 template <class T> inline void RefPtr<T>::swap(RefPtr<T>& o) in swap()
184 template <class T> inline void swap(RefPtr<T>& a, RefPtr<T>& b) in swap()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DRefPtr.h42 RefPtr() : m_ptr(0) { } in RefPtr() function
44 RefPtr(const RefPtr& o) : m_ptr(o.m_ptr) { if (T* ptr = m_ptr) ptr->ref(); } in RefPtr() function
82 RefPtr& operator=(const RefPtr&);
86 template <typename U> RefPtr& operator=(const RefPtr<U>&);
90 void swap(RefPtr&);
108 template <typename T> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<T>& o)
120 …template <typename T> template <typename U> inline RefPtr<T>& RefPtr<T>::operator=(const RefPtr<U>…
132 template <typename T> inline RefPtr<T>& RefPtr<T>::operator=(T* optr)
179 template <class T> inline void RefPtr<T>::swap(RefPtr<T>& o) in swap()
184 template <class T> inline void swap(RefPtr<T>& a, RefPtr<T>& b) in swap()
[all …]
/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/
H A DRefPtr.h47 RefPtr(const RefPtr &o) : m_ptr(o.m_ptr) in RefPtr() function
66 ~RefPtr() in ~RefPtr()
73 template <typename U> RefPtr(const RefPtr<U> &o) : m_ptr(o.get()) in RefPtr() function
119 RefPtr &operator=(const RefPtr &);
122 template <typename U> RefPtr &operator=(const RefPtr<U> &);
141 template <typename T> inline RefPtr<T> &RefPtr<T>::operator=(const RefPtr<T> &o)
155 template <typename T> template <typename U> inline RefPtr<T> &RefPtr<T>::operator=(const RefPtr<U> …
169 template <typename T> inline RefPtr<T> &RefPtr<T>::operator=(T *optr)
202 template <class T> inline void RefPtr<T>::swap(RefPtr<T> &o) in swap()
207 template <class T> inline void swap(RefPtr<T> &a, RefPtr<T> &b) in swap()
[all …]
/dports/editors/gobby/gobby-0.4.13/inc/
H A Dheader.hpp57 typedef Glib::RefPtr<Gtk::Action> action_type;
102 typedef Glib::RefPtr<Gtk::RadioAction> Action;
119 Glib::RefPtr<Gtk::AccelGroup> get_accel_group();
126 const Glib::RefPtr<Gtk::ActionGroup> group_app;
128 const Glib::RefPtr<Gtk::ActionGroup> group_edit;
133 const Glib::RefPtr<Gtk::Action> action_app;
141 const Glib::RefPtr<Gtk::Action> action_session;
149 const Glib::RefPtr<Gtk::Action> action_edit;
158 const Glib::RefPtr<Gtk::Action> action_user;
162 const Glib::RefPtr<Gtk::Action> action_window;
[all …]
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dtlsdatabase.hg63RefPtr<TlsCertificate>& chain, const Glib::ustring& purpose, const Glib::RefPtr<const SocketConnec…
67RefPtr<TlsCertificate> lookup_certificate_issuer(const Glib::RefPtr<const TlsCertificate>& certifi…
68RefPtr<const TlsCertificate> lookup_certificate_issuer(const Glib::RefPtr<const TlsCertificate>& c…
73 #m4 _CONVERSION(`GList*',`std::vector< Glib::RefPtr<TlsCertificate> >',`Glib::ListHandler< Glib::Re…
74RefPtr<TlsCertificate> > lookup_certificates_issued_by(const Glib::RefPtr<Glib::ByteArray>& issuer…
77RefPtr<const TlsCertificate> > lookup_certificates_issued_by(const Glib::RefPtr<Glib::ByteArray>& …
94RefPtr<TlsCertificate>& chain, const Glib::ustring& purpose, const Glib::RefPtr<const SocketConnec…
110 …_WRAP_VFUNC(Glib::RefPtr<TlsCertificate> lookup_certificate_for_handle_finish(const Glib::RefPtr<A…
112RefPtr<TlsCertificate> lookup_certificate_issuer(const Glib::RefPtr<TlsCertificate>& certificate, …
114 …_WRAP_VFUNC(Glib::RefPtr<TlsCertificate> lookup_certificate_issuer_finish(const Glib::RefPtr<Async…
[all …]
/dports/graphics/goocanvasmm2/goocanvasmm-1.90.9/goocanvas/goocanvasmm/
H A Ditem.h159 Glib::RefPtr<ItemModel> get_model();
164 Glib::RefPtr<const ItemModel> get_model() const;
175 Glib::RefPtr<Item> get_parent();
180 Glib::RefPtr<const Item> get_parent() const;
218 Glib::RefPtr<Item> get_child(int child_num);
231 int find_child(const Glib::RefPtr<Item>& child);
239 void add_child(const Glib::RefPtr<Item>& child);
280 void raise(const Glib::RefPtr<Item>& above);
291 void lower(const Glib::RefPtr<Item>& below);
519 Glib::RefPtr<Style> get_style();
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/
H A DrefPtr_tpl.h42 INLINE RefPtr< Val >::RefPtr(const RefPtr< Val >& from) : in RefPtr() function
44 GUM_CONS_CPY(RefPtr); in RefPtr()
53 INLINE RefPtr< Val >::RefPtr(const RefPtr< DownVal >& from) : in RefPtr() function
79 INLINE RefPtr< Val >& RefPtr< Val >::operator=(const RefPtr< Val >& from) {
104 INLINE RefPtr< Val >& RefPtr< Val >::operator=(Val* from) {
144 INLINE RefPtr< Val >& RefPtr< Val >::operator=(const RefPtr< DownVal >& from) {
145 GUM_OP_CPY(RefPtr)
165 INLINE RefPtr< Val >::~RefPtr() { in ~RefPtr()
173 INLINE bool RefPtr< Val >::operator==(const RefPtr< Val >& from) const {
180 INLINE bool RefPtr< Val >::operator!=(const RefPtr< Val >& from) const {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/tests/
H A DTestKungFuDeathGrip.cpp13 class RefPtr { class
15 RefPtr();
16 MOZ_IMPLICIT RefPtr(T* aIn);
19 RefPtr(const RefPtr<T>& aOther) = default;
20 RefPtr& operator=(const RefPtr<T>&) = default;
24 RefPtr(RefPtr<T>&&);
25 RefPtr& operator=(RefPtr<T>&&);
27 void swap(RefPtr<T>& aOther);
29 ~RefPtr();
95 RefPtr<Type> kfdg; in g()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/tests/
H A DTestKungFuDeathGrip.cpp13 class RefPtr { class
15 RefPtr();
16 MOZ_IMPLICIT RefPtr(T* aIn);
19 RefPtr(const RefPtr<T>& aOther) = default;
20 RefPtr& operator=(const RefPtr<T>&) = default;
24 RefPtr(RefPtr<T>&&);
25 RefPtr& operator=(RefPtr<T>&&);
27 void swap(RefPtr<T>& aOther);
29 ~RefPtr();
95 RefPtr<Type> kfdg; in g()
[all …]
/dports/www/firefox/firefox-99.0/build/clang-plugin/tests/
H A DTestKungFuDeathGrip.cpp13 class RefPtr { class
15 RefPtr();
16 MOZ_IMPLICIT RefPtr(T* aIn);
19 RefPtr(const RefPtr<T>& aOther) = default;
20 RefPtr& operator=(const RefPtr<T>&) = default;
24 RefPtr(RefPtr<T>&&);
25 RefPtr& operator=(RefPtr<T>&&);
27 void swap(RefPtr<T>& aOther);
29 ~RefPtr();
95 RefPtr<Type> kfdg; in g()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/tests/
H A DTestKungFuDeathGrip.cpp13 class RefPtr { class
15 RefPtr();
16 MOZ_IMPLICIT RefPtr(T* aIn);
19 RefPtr(const RefPtr<T>& aOther) = default;
20 RefPtr& operator=(const RefPtr<T>&) = default;
24 RefPtr(RefPtr<T>&&);
25 RefPtr& operator=(RefPtr<T>&&);
27 void swap(RefPtr<T>& aOther);
29 ~RefPtr();
95 RefPtr<Type> kfdg; in g()
[all …]
/dports/graphics/cluttermm/cluttermm-1.17.3/codegen/m4/
H A Dconvert_clutter.m44 _CONVERSION(`const Glib::RefPtr<Action>&',`ClutterAction*',__CONVERT_REFPTR_TO_P)
7 _CONVERSION(`ClutterAction*',`Glib::RefPtr<Action>',`Glib::wrap($3)')
8 _CONVERSION(`ClutterAction*',`Glib::RefPtr<const Action>',`Glib::wrap($3)')
14 _CONVERSION(`ClutterActor*',`const Glib::RefPtr<Actor>',`Glib::wrap($3)')
15 _CONVERSION(`ClutterActor*',`Glib::RefPtr<Actor>',`Glib::wrap($3)')
16 _CONVERSION(`ClutterActor*',`Glib::RefPtr<const Actor>',`Glib::wrap($3)')
22 _CONVERSION(`ClutterAlpha*',`Glib::RefPtr<Alpha>',`Glib::wrap($3)')
38 _CONVERSION(`ClutterBackend*',`Glib::RefPtr<Backend>',`Glib::wrap($3)')
64 _CONVERSION(`ClutterEffect*',`Glib::RefPtr<Effect>',`Glib::wrap($3)')
113 _CONVERSION(`ClutterPath*',`Glib::RefPtr<Path>',`Glib::wrap($3)')
[all …]
/dports/x11-toolkits/gtkglextmm/gtkglextmm-1.2.0/tools/m4/
H A Dconvert_gdkglext.m42 _CONVERSION(`GdkColormap*',`Glib::RefPtr<const Gdk::Colormap>', `Glib::wrap($3)')
3 _CONVERSION(`GdkVisual*',`Glib::RefPtr<const Gdk::Visual>', `Glib::wrap($3)')
6 _CONVERSION(`const Glib::RefPtr<Config>&',`GdkGLConfig*',__CONVERT_CONST_REFPTR_TO_P)
7 _CONVERSION(`const Glib::RefPtr<const Config>&',`GdkGLConfig*',__CONVERT_CONST_REFPTR_TO_P)
11 _CONVERSION(`const Glib::RefPtr<Context>&',`GdkGLContext*',__CONVERT_CONST_REFPTR_TO_P)
16 _CONVERSION(`const Glib::RefPtr<Drawable>&',`GdkGLDrawable*',__CONVERT_CONST_REFPTR_TO_P)
21 _CONVERSION(`const Glib::RefPtr<Pixmap>&',`GdkGLPixmap*',__CONVERT_CONST_REFPTR_TO_P)
26 _CONVERSION(`const Glib::RefPtr<Window>&',`GdkGLWindow*',__CONVERT_CONST_REFPTR_TO_P)
32 _CONVERSION(`GdkGLConfig*',`Glib::RefPtr<Config>', `Glib::wrap((GdkGLConfig*)($3))')
47 _CONVERSION(`GdkGLPixmap*',`Glib::RefPtr<Pixmap>', `Glib::wrap((GdkGLPixmap*)($3))')
[all …]
/dports/databases/libgdamm5/libgdamm-4.99.11/tools/m4/
H A Dconvert_libgdamm.m418 _CONVERSION(`GdaDataModel*',`Glib::RefPtr<DataModel>',`Glib::wrap($3)')
24 _CONVERSION(`GdaStatement*',`Glib::RefPtr<Statement>',`Glib::wrap($3)')
28 _CONVERSION(`GdaSet*',`Glib::RefPtr<Set>',`Glib::wrap($3)')
29 _CONVERSION(`GdaSet*',`Glib::RefPtr<const Set>',`Glib::wrap($3)')
30 _CONVERSION(`GdaHolder*',`Glib::RefPtr<Holder>',`Glib::wrap($3)')
39 _CONVERSION(`GdaBatch*',`Glib::RefPtr<Batch>',`Glib::wrap($3)')
40 _CONVERSION(`GdaBatch*',`Glib::RefPtr<const Batch>',`Glib::wrap($3)')
45 _CONVERSION(`GdaConfig*',`Glib::RefPtr<Config>',`Glib::wrap($3)')
67 _CONVERSION(`GdaRow*',`Glib::RefPtr<Row>',`Glib::wrap($3)')
68 _CONVERSION(`GdaRow*',`Glib::RefPtr<const Row>',`Glib::wrap($3)')
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/tools/m4/
H A Dconvert_gdk.m4196 _CONVERSION(`GdkWindow*',`Glib::RefPtr<Window>', `Glib::wrap($3)')
209 _CONVERSION(`GdkCursor*',`Glib::RefPtr<Cursor>', `Glib::wrap($3)')
212 _CONVERSION(`GdkVisual*',`Glib::RefPtr<Visual>', `Glib::wrap($3)')
214 _CONVERSION(`GdkImage*',`Glib::RefPtr<Image>', `Glib::wrap($3)')
215 _CONVERSION(`GdkPixbuf*',`Glib::RefPtr<Pixbuf>', `Glib::wrap($3)')
222 _CONVERSION(`GdkGC*',`Glib::RefPtr<Gdk::GC>', `Glib::wrap($3)')
225 _CONVERSION(`GdkDisplay*',`Glib::RefPtr<Display>', `Glib::wrap($3)')
233 _CONVERSION(`GdkScreen*',`Glib::RefPtr<Screen>', `Glib::wrap($3)')
238 _CONVERSION(`GdkDevice*',`Glib::RefPtr<Device>', `Glib::wrap($3)')
243 _CONVERSION(`GdkSeat*',`Glib::RefPtr<Seat>', `Glib::wrap($3)')
[all …]

12345678910>>...269