/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/ |
H A D | pixbufformat.cc | 32 PixbufFormat::PixbufFormat() in PixbufFormat() function in Gdk::PixbufFormat 60 GType PixbufFormat::get_type() in get_type() 66 PixbufFormat::PixbufFormat(const PixbufFormat& other) in PixbufFormat() function in Gdk::PixbufFormat 71 PixbufFormat::PixbufFormat(PixbufFormat&& other) noexcept in PixbufFormat() function in Gdk::PixbufFormat 78 PixbufFormat& PixbufFormat::operator=(PixbufFormat&& other) noexcept in operator =() 80 PixbufFormat temp (other); in operator =() 85 PixbufFormat::PixbufFormat(GdkPixbufFormat* gobject, bool make_a_copy) in PixbufFormat() function in Gdk::PixbufFormat 93 PixbufFormat& PixbufFormat::operator=(const PixbufFormat& other) in operator =() 95 PixbufFormat temp (other); in operator =() 100 PixbufFormat::~PixbufFormat() noexcept in ~PixbufFormat() [all …]
|
H A D | pixbufformat.h | 38 class PixbufFormat 42 using CppObjectType = PixbufFormat; 53 PixbufFormat(const PixbufFormat& other); 54 PixbufFormat& operator=(const PixbufFormat& other); 56 PixbufFormat(PixbufFormat&& other) noexcept; 57 PixbufFormat& operator=(PixbufFormat&& other) noexcept; 59 ~PixbufFormat() noexcept; 80 PixbufFormat(); 186 typedef PixbufFormat CppType; 207 inline void swap(PixbufFormat& lhs, PixbufFormat& rhs) noexcept in swap() [all …]
|
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/ |
H A D | pixbufformat.cc | 36 PixbufFormat::PixbufFormat() in PixbufFormat() function in Gdk::PixbufFormat 40 PixbufFormat::PixbufFormat(const GdkPixbufFormat* gobject) in PixbufFormat() function in Gdk::PixbufFormat 44 PixbufFormat::~PixbufFormat() in ~PixbufFormat() 50 PixbufFormat::PixbufFormat(const PixbufFormat& src) in PixbufFormat() function in Gdk::PixbufFormat 55 PixbufFormat& PixbufFormat::operator=(const PixbufFormat& src) in operator =() 74 Glib::ustring PixbufFormat::get_name() const in get_name() 94 bool PixbufFormat::is_writable() const in is_writable() 99 bool PixbufFormat::is_scalable() const in is_scalable() 104 bool PixbufFormat::is_disabled() const in is_disabled() 109 void PixbufFormat::set_disabled(bool disabled) in set_disabled() [all …]
|
H A D | pixbufformat.h | 40 class PixbufFormat 44 typedef PixbufFormat CppObjectType; 52 PixbufFormat(); 53 explicit PixbufFormat(const GdkPixbufFormat* gobject); 54 virtual ~PixbufFormat(); 56 PixbufFormat(const PixbufFormat& src); 57 PixbufFormat& operator=(const PixbufFormat& src);
|
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gdk/ |
H A D | gdk_pixbuf_format.go | 12 type PixbufFormat struct { struct 17 func (v *PixbufFormat) native() *C.GdkPixbufFormat { argument 26 func (v *PixbufFormat) Native() uintptr { argument 30 func (f *PixbufFormat) GetName() (string, error) { argument 35 func (f *PixbufFormat) GetDescription() (string, error) { argument 40 func (f *PixbufFormat) GetLicense() (string, error) { argument 46 func (f *PixbufFormat) GetMimeTypes() []string { argument 60 func (f *PixbufFormat) GetExtensions() []string { argument 73 func PixbufGetFormats() []*PixbufFormat { 83 ret := make([]*PixbufFormat, 0, formats.Length()) [all …]
|
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/ |
H A D | pixbufformat.ccg | 27 PixbufFormat::PixbufFormat() 31 PixbufFormat::PixbufFormat(const GdkPixbufFormat* gobject) 35 PixbufFormat::~PixbufFormat() 41 PixbufFormat::PixbufFormat(const PixbufFormat& src) 46 PixbufFormat& PixbufFormat::operator=(const PixbufFormat& src)
|
H A D | pixbufformat.hg | 32 class PixbufFormat 34 _CLASS_GENERIC(PixbufFormat, GdkPixbufFormat) 37 PixbufFormat(); 38 explicit PixbufFormat(const GdkPixbufFormat* gobject); 39 virtual ~PixbufFormat(); 41 PixbufFormat(const PixbufFormat& src); 42 PixbufFormat& operator=(const PixbufFormat& src);
|
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gdk/ |
H A D | pixbuf_since_2_2.go | 35 func PixbufGetFormats() []*PixbufFormat { 45 ret := make([]*PixbufFormat, 0, formats.Length()) 49 &PixbufFormat{ 57 func (f *PixbufFormat) GetName() (string, error) { 63 func (f *PixbufFormat) GetDescription() (string, error) { 69 func (f *PixbufFormat) GetMimeTypes() []string { 83 func (f *PixbufFormat) GetExtensions() []string { 97 func (f *PixbufFormat) GetLicense() (string, error) {
|
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gdk/ |
H A D | pixbuf_since_2_2.go | 35 func PixbufGetFormats() []*PixbufFormat { 45 ret := make([]*PixbufFormat, 0, formats.Length()) 47 ret = append(ret, &PixbufFormat{item.(*C.GdkPixbufFormat)}) 54 func (f *PixbufFormat) GetName() (string, error) { 60 func (f *PixbufFormat) GetDescription() (string, error) { 66 func (f *PixbufFormat) GetMimeTypes() []string { 80 func (f *PixbufFormat) GetExtensions() []string { 94 func (f *PixbufFormat) GetLicense() (string, error) {
|
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gdk/ |
H A D | pixbuf_since_2_2.go | 35 func PixbufGetFormats() []*PixbufFormat { 45 ret := make([]*PixbufFormat, 0, formats.Length()) 49 &PixbufFormat{ 57 func (f *PixbufFormat) GetName() (string, error) { 63 func (f *PixbufFormat) GetDescription() (string, error) { 69 func (f *PixbufFormat) GetMimeTypes() []string { 83 func (f *PixbufFormat) GetExtensions() []string { 97 func (f *PixbufFormat) GetLicense() (string, error) {
|
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gdk/ |
H A D | pixbuf_since_2_2.go | 35 func PixbufGetFormats() []*PixbufFormat { 45 ret := make([]*PixbufFormat, 0, formats.Length()) 47 ret = append(ret, &PixbufFormat{item.(*C.GdkPixbufFormat)}) 54 func (f *PixbufFormat) GetName() (string, error) { 60 func (f *PixbufFormat) GetDescription() (string, error) { 66 func (f *PixbufFormat) GetMimeTypes() []string { 80 func (f *PixbufFormat) GetExtensions() []string { 94 func (f *PixbufFormat) GetLicense() (string, error) {
|
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/src/ |
H A D | pixbufformat.hg | 27 class PixbufFormat 29 …_CLASS_BOXEDTYPE(PixbufFormat, GdkPixbufFormat, NONE, gdk_pixbuf_format_copy, gdk_pixbuf_format_fr… 34 PixbufFormat(); 54 typedef PixbufFormat CppType; 60 …static CppType to_cpp_type (CType ptr) { return PixbufFormat(const_cast<GdkPixbufForma…
|
H A D | pixbufformat.ccg | 23 PixbufFormat::PixbufFormat()
|
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk/ |
H A D | Pixbuf.cs | 211 public static PixbufFormat[] Formats { 215 return new PixbufFormat [0]; 216 GLib.SList list = new GLib.SList (list_ptr, typeof (PixbufFormat)); 217 PixbufFormat[] result = new PixbufFormat [list.Count]; 219 result [i] = (PixbufFormat) list [i];
|
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-pixbuf-0.8.0/src/auto/ |
H A D | pixbuf_format.rs | 11 pub struct PixbufFormat(Boxed<gdk_pixbuf_sys::GdkPixbufFormat>); 20 impl PixbufFormat { implementation
|
H A D | pixbuf_loader.rs | 20 use PixbufFormat; 79 fn get_format(&self) -> Option<PixbufFormat>; in get_format() argument 123 fn get_format(&self) -> Option<PixbufFormat> { in get_format() argument
|
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-pixbuf-0.7.0/src/auto/ |
H A D | pixbuf_format.rs | 11 pub struct PixbufFormat(Boxed<gdk_pixbuf_sys::GdkPixbufFormat>); 20 impl PixbufFormat { implementation
|
H A D | pixbuf_loader.rs | 21 use PixbufFormat; 80 fn get_format(&self) -> Option<PixbufFormat>; in get_format() argument 124 fn get_format(&self) -> Option<PixbufFormat> { in get_format() argument
|
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk-pixbuf/src/auto/ |
H A D | pixbuf_format.rs | 11 pub struct PixbufFormat(Boxed<gdk_pixbuf_sys::GdkPixbufFormat>); 20 impl PixbufFormat { implementation
|
H A D | pixbuf_loader.rs | 20 use PixbufFormat; 79 fn get_format(&self) -> Option<PixbufFormat>; in get_format() argument 123 fn get_format(&self) -> Option<PixbufFormat> { in get_format() argument
|
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-pixbuf-0.14.0/src/auto/ |
H A D | pixbuf_format.rs | 9 pub struct PixbufFormat(Boxed<ffi::GdkPixbufFormat>); 18 impl PixbufFormat { impl
|
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gdk-pixbuf/src/auto/ |
H A D | pixbuf_format.rs | 9 pub struct PixbufFormat(Boxed<ffi::GdkPixbufFormat>); 18 impl PixbufFormat { impl
|
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-pixbuf-0.14.0/src/auto/ |
H A D | pixbuf_format.rs | 9 pub struct PixbufFormat(Boxed<ffi::GdkPixbufFormat>); 18 impl PixbufFormat { impl
|
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-pixbuf-0.14.0/src/auto/ |
H A D | pixbuf_format.rs | 9 pub struct PixbufFormat(Boxed<ffi::GdkPixbufFormat>); 18 impl PixbufFormat { implementation
|
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-pixbuf-0.14.0/src/auto/ |
H A D | pixbuf_format.rs | 9 pub struct PixbufFormat(Boxed<ffi::GdkPixbufFormat>); 18 impl PixbufFormat { implementation
|