Home
last modified time | relevance | path

Searched refs:to_cpp_type (Results 1 – 25 of 100) sorted by relevance

1234

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dcontainerhandle_shared.h114 static CppType to_cpp_type(const CType& item) { return item; } in to_cpp_type() function
136 static CppType to_cpp_type(CType ptr)
168 static CppType to_cpp_type(CType ptr)
199 static CppType to_cpp_type(CType ptr)
235 static CppType to_cpp_type(CType ptr)
277 static CppType to_cpp_type(CType str) { return (str) ? Glib::ustring(str) : Glib::ustring(); }
299 static CppType to_cpp_type(CType str) { return (str) ? std::string(str) : std::string(); }
316 static CppType to_cpp_type(CType item) { return (item != 0); }
334 static CppType to_cpp_type(CType v) { return Glib::VariantBase(v, true); }
356 static CppType to_cpp_type(CType v) { return Glib::VariantContainerBase(v, true); }
H A Dobject.h181 static CppType to_cpp_type(CType ptr)
217 static CppType to_cpp_type(CType ptr)
H A Dvectorutils.h603 return Tr::to_cpp_type(*pos_);
610 return Tr::to_cpp_type(pos_[offset]);
715 return Tr::to_cpp_type(static_cast<typename Tr::CTypeNonConst>(node_->data));
757 return Tr::to_cpp_type(static_cast<typename Tr::CTypeNonConst>(node_->data));
/dports/devel/gconfmm26/gconfmm-2.28.3/gconf/gconfmm/
H A Dvalue_listhelpers.h52 static CppType to_cpp_type (CType ptr);
61 static CppType to_cpp_type (CType ptr);
70 static CppType to_cpp_type (CType ptr);
79 static CppType to_cpp_type (CType ptr);
88 static CppType to_cpp_type (CType ptr);
H A Dvalue.cc67 Schema ValueSchemaTraits::to_cpp_type(GConfValue* ptr) in to_cpp_type() function in Gnome::Conf::ValueSchemaTraits
79 Glib::ustring ValueStringTraits::to_cpp_type(GConfValue* ptr) in to_cpp_type() function in Gnome::Conf::ValueStringTraits
91 int ValueIntTraits::to_cpp_type(GConfValue* ptr) in to_cpp_type() function in Gnome::Conf::ValueIntTraits
103 bool ValueBoolTraits::to_cpp_type(GConfValue* ptr) in to_cpp_type() function in Gnome::Conf::ValueBoolTraits
115 double ValueFloatTraits::to_cpp_type(GConfValue* ptr) in to_cpp_type() function in Gnome::Conf::ValueFloatTraits
H A Dclient.h219 static CppType to_cpp_type(CType ptr) in to_cpp_type() function
251 static CppType to_cpp_type(CType ptr)
281 static CppType to_cpp_type(CType ptr)
H A Dentry.h150 …static CppType to_cpp_type (const CType& item) { return Gnome::Conf::Entry(const_cast<CTypeNo…
/dports/devel/gconfmm26/gconfmm-2.28.3/gconf/src/
H A Dvalue.ccg61 Schema ValueSchemaTraits::to_cpp_type(GConfValue* ptr)
73 Glib::ustring ValueStringTraits::to_cpp_type(GConfValue* ptr)
85 int ValueIntTraits::to_cpp_type(GConfValue* ptr)
97 bool ValueBoolTraits::to_cpp_type(GConfValue* ptr)
109 double ValueFloatTraits::to_cpp_type(GConfValue* ptr)
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dtypes.cc78 std::string AtomStringTraits::to_cpp_type(GdkAtom atom) in to_cpp_type() function in Gdk::AtomStringTraits
93 Glib::ustring AtomUstringTraits::to_cpp_type(GdkAtom atom) in to_cpp_type() function in Gdk::AtomUstringTraits
H A Dtypes.h503 static CppType to_cpp_type (CType c_obj) { return CppType (c_obj.x, c_obj.y); } in to_cpp_type() function
518 static std::string to_cpp_type(GdkAtom atom);
538 static Glib::ustring to_cpp_type(GdkAtom atom);
H A Dtimecoord.h83 static CppType to_cpp_type(const CType& obj) { return CppType(const_cast<CType>(obj)); } in to_cpp_type() function
H A Dpixbufformat.h192 …static CppType to_cpp_type (CType ptr) { return PixbufFormat(const_cast<GdkPixbufForma… in to_cpp_type() function
H A Dcolor.h233 …static CppType to_cpp_type (const CType& obj) { return CppType(const_cast<CType*>(&obj), true… in to_cpp_type() function
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/src/
H A Dtypes.ccg69 std::string AtomStringTraits::to_cpp_type(GdkAtom atom)
84 Glib::ustring AtomUstringTraits::to_cpp_type(GdkAtom atom)
H A Dtypes.hg117 static CppType to_cpp_type (CType c_obj) { return CppType (c_obj.x, c_obj.y); }
132 static std::string to_cpp_type(GdkAtom atom);
152 static Glib::ustring to_cpp_type(GdkAtom atom);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtargetentry.h83 static CppType to_cpp_type(const CType& item) in to_cpp_type() function
H A Dstockid.h129 static StockID to_cpp_type(const char* str) { return StockID(str); } in to_cpp_type() function
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtargetentry.h84 static CppType to_cpp_type(const CType& item) in to_cpp_type() function
H A Dstockid.h113 static StockID to_cpp_type(const char* str) { return StockID(str); } in to_cpp_type() function
/dports/x11-toolkits/gtksourceviewmm3/gtksourceviewmm-3.18.0/gtksourceview/gtksourceviewmm/
H A Dmarkup.h174 static Markup to_cpp_type(const char* str) { return Markup(str); } in to_cpp_type() function
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Dtypes.cc57 std::string AtomStringTraits::to_cpp_type(GdkAtom atom) in to_cpp_type() function in Gdk::AtomStringTraits
H A Dcolor.h239 static CppType to_cpp_type (const CType& obj);
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dsrvtarget.h156 …static CppType to_cpp_type(CType item) { return CppType(const_cast<CTypeNonConst>(item), true /* t… in to_cpp_type() function
/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dlayoutline.h230 static CppType to_cpp_type (CType ptr) { return Glib::wrap(ptr, true); } in to_cpp_type() function
H A Ditem.h204 …static CppType to_cpp_type (CType ptr) { return CppType(const_cast<CTypeNonConst>(ptr), true); } in to_cpp_type() function

1234