Home
last modified time | relevance | path

Searched refs:ItemAttribute (Results 1 – 25 of 68) sorted by relevance

123

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus_macros-2.1.1/src/
H A Dutils.rs65 pub enum ItemAttribute { enum
77 impl ItemAttribute { impl
149 fn proxy_parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in proxy_parse_item_attribute() argument
153 "name" => Ok(ItemAttribute::Name(values.remove(0))), in proxy_parse_item_attribute()
154 "property" => Ok(ItemAttribute::Property), in proxy_parse_item_attribute()
155 "signal" => Ok(ItemAttribute::Signal), in proxy_parse_item_attribute()
156 "no_reply" => Ok(ItemAttribute::NoReply), in proxy_parse_item_attribute()
157 "out_args" => Ok(ItemAttribute::OutArgs(values)), in proxy_parse_item_attribute()
158 "object" => Ok(ItemAttribute::Object(values.remove(0))), in proxy_parse_item_attribute()
186 "name" => Ok(ItemAttribute::Name(values.remove(0))), in error_parse_item_attribute()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus_macros-1.9.1/src/
H A Dutils.rs50 pub enum ItemAttribute { enum
57 impl ItemAttribute { impl
107 fn proxy_parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in proxy_parse_item_attribute() argument
111 "name" => Ok(ItemAttribute::Name(v)), in proxy_parse_item_attribute()
112 "property" => Ok(ItemAttribute::Property), in proxy_parse_item_attribute()
113 "signal" => Ok(ItemAttribute::Signal), in proxy_parse_item_attribute()
114 "struct_return" => Ok(ItemAttribute::StructReturn), in proxy_parse_item_attribute()
121 pub fn parse_item_attributes(attrs: &[Attribute], attr_name: &str) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
136 fn error_parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in error_parse_item_attribute() argument
140 "name" => Ok(ItemAttribute::Name(v)), in error_parse_item_attribute()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zvariant_derive-3.1.2/src/
H A Dutils.rs55 pub enum ItemAttribute { enum
60 fn parse_item_attribute(meta: &NestedMeta) -> Result<Option<ItemAttribute>> { in parse_item_attribute() argument
64 "rename" => Ok(Some(ItemAttribute::Rename(v))), in parse_item_attribute()
70 Ok(Some(ItemAttribute::Signature(signature))) in parse_item_attribute()
79 pub fn parse_item_attributes(attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
99 ItemAttribute::Signature(s) => Some(Ok(s)), in get_signature_attribute()
100 ItemAttribute::Rename(_) => Some(Err(syn::Error::new( in get_signature_attribute()
113 ItemAttribute::Rename(s) => Some(Ok(s)), in get_rename_attribute()
114 ItemAttribute::Signature(_) => Some(Err(syn::Error::new( in get_rename_attribute()
/dports/net/norm/norm-1.5r6/protolib/include/
H A DmanetGraphML2.h176 class ItemAttribute : public ItemAttributeBase
179 virtual ~ItemAttribute();
187 ItemAttribute(AttributeKey& key);
198 class NodeAttribute : public ItemAttribute<NetGraph::Node>
199 {public: NodeAttribute(AttributeKey& key) : ItemAttribute(key) {}};
200 class InterfaceAttribute : public ItemAttribute<NetGraph::Interface>
201 {public: InterfaceAttribute(AttributeKey& key) : ItemAttribute(key) {}};
202 class LinkAttribute : public ItemAttribute<NetGraph::Link>
203 {public: LinkAttribute(AttributeKey& key) : ItemAttribute(key) {}};
/dports/graphics/qgis/qgis-3.22.3/external/qwtpolar-1.1.1/
H A Dqwt_polar_item.h74 enum ItemAttribute enum
87 typedef QFlags<ItemAttribute> ItemAttributes;
116 void setItemAttribute( ItemAttribute, bool on = true );
117 bool testItemAttribute( ItemAttribute ) const;
/dports/graphics/qgis-ltr/qgis-3.16.16/external/qwtpolar-1.1.1/
H A Dqwt_polar_item.h74 enum ItemAttribute enum
87 typedef QFlags<ItemAttribute> ItemAttributes;
116 void setItemAttribute( ItemAttribute, bool on = true );
117 bool testItemAttribute( ItemAttribute ) const;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-macros-0.10.1/src/
H A Dutils.rs86 pub enum ItemAttribute { enum
91 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
95 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
96 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
103 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
H A Dgenum_derive.rs11 use crate::utils::{crate_ident_new, parse_item_attributes, parse_type_name, ItemAttribute};
62 ItemAttribute::Name(n) => value_name = n, in gen_genum_values()
63 ItemAttribute::Nick(n) => value_nick = n, in gen_genum_values()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-macros-0.10.1/src/
H A Dutils.rs86 pub enum ItemAttribute { enum
91 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
95 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
96 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
103 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
H A Dgenum_derive.rs11 use crate::utils::{crate_ident_new, parse_item_attributes, parse_type_name, ItemAttribute};
62 ItemAttribute::Name(n) => value_name = n, in gen_genum_values()
63 ItemAttribute::Nick(n) => value_nick = n, in gen_genum_values()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_item.h142 enum ItemAttribute enum
163 typedef QFlags<ItemAttribute> ItemAttributes;
223 void setItemAttribute( ItemAttribute, bool on = true );
224 bool testItemAttribute( ItemAttribute ) const;
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_item.h142 enum ItemAttribute enum
163 typedef QFlags<ItemAttribute> ItemAttributes;
223 void setItemAttribute( ItemAttribute, bool on = true );
224 bool testItemAttribute( ItemAttribute ) const;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zvariant_derive-2.10.0/src/
H A Dutils.rs52 pub enum ItemAttribute { enum
56 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
60 "rename" => Ok(ItemAttribute::Rename(v)), in parse_item_attribute()
67 pub fn parse_item_attributes(attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-macros-0.14.1/src/
H A Dutils.rs119 pub enum ItemAttribute { enum
124 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
128 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
129 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
136 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
H A Dgenum_derive.rs10 crate_ident_new, gen_enum_from_glib, parse_item_attributes, parse_type_name, ItemAttribute,
43 ItemAttribute::Name(n) => value_name = n, in gen_genum_values()
44 ItemAttribute::Nick(n) => value_nick = n, in gen_genum_values()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-macros/src/
H A Dutils.rs119 pub enum ItemAttribute { enum
124 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
128 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
129 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
136 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
H A Dgenum_derive.rs10 crate_ident_new, gen_enum_from_glib, parse_item_attributes, parse_type_name, ItemAttribute,
43 ItemAttribute::Name(n) => value_name = n, in gen_genum_values()
44 ItemAttribute::Nick(n) => value_nick = n, in gen_genum_values()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-macros-0.14.1/src/
H A Dutils.rs119 pub enum ItemAttribute { enum
124 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
128 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
129 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
136 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
H A Dgenum_derive.rs10 crate_ident_new, gen_enum_from_glib, parse_item_attributes, parse_type_name, ItemAttribute,
43 ItemAttribute::Name(n) => value_name = n, in gen_genum_values()
44 ItemAttribute::Nick(n) => value_nick = n, in gen_genum_values()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-macros-0.14.1/src/
H A Dutils.rs119 pub enum ItemAttribute { enum
124 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
128 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
129 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
136 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-macros-0.14.1/src/
H A Dutils.rs119 pub enum ItemAttribute { enum
124 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
128 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
129 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
136 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-macros-0.14.1/src/
H A Dutils.rs119 pub enum ItemAttribute { enum
124 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
128 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
129 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
136 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-macros-0.14.1/src/
H A Dutils.rs119 pub enum ItemAttribute { enum
124 fn parse_item_attribute(meta: &NestedMeta) -> Result<ItemAttribute> { in parse_item_attribute() argument
128 "name" => Ok(ItemAttribute::Name(v)), in parse_item_attribute()
129 "nick" => Ok(ItemAttribute::Nick(v)), in parse_item_attribute()
136 pub fn parse_item_attributes(attr_name: &str, attrs: &[Attribute]) -> Result<Vec<ItemAttribute>> { in parse_item_attributes() argument
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_plot_item.h100 enum ItemAttribute enum
136 void setItemAttribute(ItemAttribute, bool on = true);
137 bool testItemAttribute(ItemAttribute) const;
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_plot_item.h100 enum ItemAttribute enum
136 void setItemAttribute(ItemAttribute, bool on = true);
137 bool testItemAttribute(ItemAttribute) const;

123