Home
last modified time | relevance | path

Searched refs:PackType (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/sysutils/cdrdao/cdrdao-1.2.4/trackdb/
H A DCdTextItem.h29 enum PackType { CDTEXT_TITLE = 0x80, enum
46 CdTextItem(PackType packType, int blockNr, const char *data);
48 CdTextItem(PackType packType, int blockNr,
60 PackType packType() const { return packType_; } in packType()
75 static PackType int2PackType(int);
76 static int isBinaryPack(PackType);
77 static int isTrackPack(PackType);
83 PackType packType_;
H A DCdTextItem.cc27 CdTextItem::CdTextItem(PackType packType, int blockNr, const char *data) in CdTextItem()
45 CdTextItem::CdTextItem(PackType packType, int blockNr, in CdTextItem()
240 CdTextItem::PackType CdTextItem::int2PackType(int i) in int2PackType()
242 PackType t = CDTEXT_TITLE; in int2PackType()
298 int CdTextItem::isBinaryPack(PackType type) in isBinaryPack()
318 int CdTextItem::isTrackPack(PackType type) in isTrackPack()
H A DCdTextContainer.h39 void remove(CdTextItem::PackType, int blockNr);
47 const CdTextItem *getPack(int blockNr, CdTextItem::PackType) const;
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtki/
H A Ddata.go57 type PackType int type
60 PACK_START PackType
61 PACK_END PackType
/dports/games/multimc/MultiMC5-0.6.11/api/logic/modplatform/legacy_ftb/
H A DPackFetchTask.cpp44 parseAndAddPacks(*data, PackType::Private, packs); in fetchPrivate()
76 if(!parseAndAddPacks(publicModpacksXmlFileData, PackType::Public, publicPacks)) in fileDownloadFinished()
81 if(!parseAndAddPacks(thirdPartyModpacksXmlFileData, PackType::ThirdParty, thirdPartyPacks)) in fileDownloadFinished()
96 bool PackFetchTask::parseAndAddPacks(QByteArray &data, PackType packType, ModpackList &list) in parseAndAddPacks()
H A DPackHelpers.h11 enum class PackType enum
36 PackType type;
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaVFS.cpp552 int PackType(lua_State* L) in PackType() function
589 int LuaVFS::PackU8(lua_State* L) { return PackType<boost::uint8_t>(L); } in PackU8()
590 int LuaVFS::PackU16(lua_State* L) { return PackType<boost::uint16_t>(L); } in PackU16()
591 int LuaVFS::PackU32(lua_State* L) { return PackType<boost::uint32_t>(L); } in PackU32()
592 int LuaVFS::PackS8(lua_State* L) { return PackType<boost::int8_t>(L); } in PackS8()
593 int LuaVFS::PackS16(lua_State* L) { return PackType<boost::int16_t>(L); } in PackS16()
594 int LuaVFS::PackS32(lua_State* L) { return PackType<boost::int32_t>(L); } in PackS32()
595 int LuaVFS::PackF32(lua_State* L) { return PackType<float>(L); } in PackF32()
/dports/games/multimc/MultiMC5-0.6.11/application/pages/modplatform/legacy_ftb/
H A DListModel.cpp77 QString ListModel::translatePackType(PackType type) const in translatePackType()
81 case PackType::Public: in translatePackType()
83 case PackType::ThirdParty: in translatePackType()
85 case PackType::Private: in translatePackType()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dheaderbar.cc311 Gtk::ChildPropertyProxy< PackType > HeaderBar::child_property_pack_type(Gtk::Widget& child) in child_property_pack_type()
313 return Gtk::ChildPropertyProxy< PackType >(this, child, "pack-type"); in child_property_pack_type()
316 Gtk::ChildPropertyProxy_ReadOnly< PackType > HeaderBar::child_property_pack_type(const Gtk::Widget&… in child_property_pack_type()
318 return Gtk::ChildPropertyProxy_ReadOnly< PackType >(this, child, "pack-type"); in child_property_pack_type()
H A Dbox.cc295 Gtk::ChildPropertyProxy< PackType > Box::child_property_pack_type(Gtk::Widget& child) in child_property_pack_type()
297 return Gtk::ChildPropertyProxy< PackType >(this, child, "pack-type"); in child_property_pack_type()
300 Gtk::ChildPropertyProxy_ReadOnly< PackType > Box::child_property_pack_type(const Gtk::Widget& child… in child_property_pack_type()
302 return Gtk::ChildPropertyProxy_ReadOnly< PackType >(this, child, "pack-type"); in child_property_pack_type()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dbox_.rs26 use PackType;
437 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType); in query_child_packing() argument
451 pack_type: PackType, in set_child_packing() argument
471 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in get_child_pack_type() argument
474 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
549 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType) { in query_child_packing() argument
610 pack_type: PackType, in set_child_packing() argument
695 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in get_child_pack_type() argument
697 let mut value = Value::from_type(<PackType as StaticType>::static_type()); in get_child_pack_type()
712 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
H A Daction_bar.rs18 use PackType;
392 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in get_child_pack_type() argument
394 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
437 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in get_child_pack_type() argument
439 let mut value = Value::from_type(<PackType as StaticType>::static_type()); in get_child_pack_type()
453 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dbox_.rs26 use PackType;
437 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType); in query_child_packing() argument
451 pack_type: PackType, in set_child_packing() argument
471 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in get_child_pack_type() argument
474 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
549 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType) { in query_child_packing() argument
610 pack_type: PackType, in set_child_packing() argument
695 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in get_child_pack_type() argument
697 let mut value = Value::from_type(<PackType as StaticType>::static_type()); in get_child_pack_type()
712 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
H A Daction_bar.rs18 use PackType;
392 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in get_child_pack_type() argument
394 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
437 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in get_child_pack_type() argument
439 let mut value = Value::from_type(<PackType as StaticType>::static_type()); in get_child_pack_type()
453 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtka/
H A Dbox.go39 func (v *box) SetChildPacking(v1 gtki.Widget, v2, v3 bool, v4 uint, v5 gtki.PackType) {
40 v.internal.SetChildPacking(unwrapWidget(v1), v2, v3, v4, gtk.PackType(v5))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dbox_.rs11 use crate::PackType;
458 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType); in query_child_packing() argument
476 pack_type: PackType, in set_child_packing() argument
499 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in child_pack_type() argument
503 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
574 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType) { in query_child_packing() argument
635 pack_type: PackType, in set_child_packing() argument
718 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in child_pack_type() argument
720 let mut value = glib::Value::from_type(<PackType as StaticType>::static_type()); in child_pack_type()
734 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
H A Daction_bar.rs9 use crate::PackType;
411 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in child_pack_type() argument
414 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
457 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in child_pack_type() argument
459 let mut value = glib::Value::from_type(<PackType as StaticType>::static_type()); in child_pack_type()
472 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dbox_.rs11 use crate::PackType;
458 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType); in query_child_packing() argument
476 pack_type: PackType, in set_child_packing() argument
499 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in child_pack_type() argument
503 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
574 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType) { in query_child_packing() argument
635 pack_type: PackType, in set_child_packing() argument
718 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in child_pack_type() argument
720 let mut value = glib::Value::from_type(<PackType as StaticType>::static_type()); in child_pack_type()
734 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
H A Daction_bar.rs9 use crate::PackType;
411 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in child_pack_type() argument
414 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
457 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in child_pack_type() argument
459 let mut value = glib::Value::from_type(<PackType as StaticType>::static_type()); in child_pack_type()
472 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dbox_.rs26 use PackType;
468 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType); in query_child_packing() argument
482 pack_type: PackType, in set_child_packing() argument
502 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in get_child_pack_type() argument
505 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
580 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType) { in query_child_packing() argument
637 pack_type: PackType, in set_child_packing() argument
716 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in get_child_pack_type() argument
718 let mut value = Value::from_type(<PackType as StaticType>::static_type()); in get_child_pack_type()
730 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
H A Daction_bar.rs18 use PackType;
429 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in get_child_pack_type() argument
431 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
474 fn get_child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in get_child_pack_type() argument
476 let mut value = Value::from_type(<PackType as StaticType>::static_type()); in get_child_pack_type()
487 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dbox_.rs11 use crate::PackType;
458 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType); in query_child_packing() argument
476 pack_type: PackType, in set_child_packing() argument
499 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in child_pack_type() argument
503 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
574 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType) { in query_child_packing() argument
635 pack_type: PackType, in set_child_packing() argument
718 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in child_pack_type() argument
720 let mut value = glib::Value::from_type(<PackType as StaticType>::static_type()); in child_pack_type()
734 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
H A Daction_bar.rs9 use crate::PackType;
411 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in child_pack_type() argument
414 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
457 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in child_pack_type() argument
459 let mut value = glib::Value::from_type(<PackType as StaticType>::static_type()); in child_pack_type()
472 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dbox_.rs11 use crate::PackType;
458 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType); in query_child_packing() argument
476 pack_type: PackType, in set_child_packing() argument
499 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType; in child_pack_type() argument
503 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType); in set_child_pack_type() argument
574 fn query_child_packing<P: IsA<Widget>>(&self, child: &P) -> (bool, bool, u32, PackType) { in query_child_packing() argument
635 pack_type: PackType, in set_child_packing() argument
718 fn child_pack_type<T: IsA<Widget>>(&self, item: &T) -> PackType { in child_pack_type() argument
720 let mut value = glib::Value::from_type(<PackType as StaticType>::static_type()); in child_pack_type()
734 fn set_child_pack_type<T: IsA<Widget>>(&self, item: &T, pack_type: PackType) { in set_child_pack_type() argument
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dnotebook.h187 void query_tab_label_packing(bool& expand, bool& fill, PackType& pack_type);
191 void set_tab_label_packing(bool expand, bool fill, PackType pack_type);
910 void query_tab_label_packing(Widget& child, bool& expand, bool& fill, PackType& pack_type);
931 void set_tab_label_packing(Widget& child, bool expand, bool fill, PackType pack_type);
1008 Widget* get_action_widget(PackType pack_type = PACK_START);
1022 void set_action_widget(Widget* widget, PackType pack_type = PACK_START);

12345678910