pub struct QXmlStreamAttribute { /* private fields */ }Expand description
C++ class: QXmlStreamAttribute.
Implementations§
Source§impl QXmlStreamAttribute
impl QXmlStreamAttribute
Sourcepub unsafe fn copy_from(
&self,
arg1: impl CastInto<Ref<QXmlStreamAttribute>>,
) -> Ref<QXmlStreamAttribute>
pub unsafe fn copy_from( &self, arg1: impl CastInto<Ref<QXmlStreamAttribute>>, ) -> Ref<QXmlStreamAttribute>
Calls C++ function: QXmlStreamAttribute& QXmlStreamAttribute::operator=(const QXmlStreamAttribute& arg1).
Sourcepub unsafe fn is_default(&self) -> bool
pub unsafe fn is_default(&self) -> bool
Calls C++ function: bool QXmlStreamAttribute::isDefault() const.
Sourcepub unsafe fn name(&self) -> CppBox<QStringRef>
pub unsafe fn name(&self) -> CppBox<QStringRef>
Calls C++ function: QStringRef QXmlStreamAttribute::name() const.
Sourcepub unsafe fn namespace_uri(&self) -> CppBox<QStringRef>
pub unsafe fn namespace_uri(&self) -> CppBox<QStringRef>
Calls C++ function: QStringRef QXmlStreamAttribute::namespaceUri() const.
Sourcepub unsafe fn new_0a() -> CppBox<QXmlStreamAttribute>
pub unsafe fn new_0a() -> CppBox<QXmlStreamAttribute>
Calls C++ function: [constructor] void QXmlStreamAttribute::QXmlStreamAttribute().
Sourcepub unsafe fn new_2a(
qualified_name: impl CastInto<Ref<QString>>,
value: impl CastInto<Ref<QString>>,
) -> CppBox<QXmlStreamAttribute>
pub unsafe fn new_2a( qualified_name: impl CastInto<Ref<QString>>, value: impl CastInto<Ref<QString>>, ) -> CppBox<QXmlStreamAttribute>
Calls C++ function: [constructor] void QXmlStreamAttribute::QXmlStreamAttribute(const QString& qualifiedName, const QString& value).
Sourcepub unsafe fn new_3a(
namespace_uri: impl CastInto<Ref<QString>>,
name: impl CastInto<Ref<QString>>,
value: impl CastInto<Ref<QString>>,
) -> CppBox<QXmlStreamAttribute>
pub unsafe fn new_3a( namespace_uri: impl CastInto<Ref<QString>>, name: impl CastInto<Ref<QString>>, value: impl CastInto<Ref<QString>>, ) -> CppBox<QXmlStreamAttribute>
Calls C++ function: [constructor] void QXmlStreamAttribute::QXmlStreamAttribute(const QString& namespaceUri, const QString& name, const QString& value).
Sourcepub unsafe fn new_copy(
arg1: impl CastInto<Ref<QXmlStreamAttribute>>,
) -> CppBox<QXmlStreamAttribute>
pub unsafe fn new_copy( arg1: impl CastInto<Ref<QXmlStreamAttribute>>, ) -> CppBox<QXmlStreamAttribute>
Calls C++ function: [constructor] void QXmlStreamAttribute::QXmlStreamAttribute(const QXmlStreamAttribute& arg1).
Sourcepub unsafe fn prefix(&self) -> CppBox<QStringRef>
pub unsafe fn prefix(&self) -> CppBox<QStringRef>
Calls C++ function: QStringRef QXmlStreamAttribute::prefix() const.
Sourcepub unsafe fn qualified_name(&self) -> CppBox<QStringRef>
pub unsafe fn qualified_name(&self) -> CppBox<QStringRef>
Calls C++ function: QStringRef QXmlStreamAttribute::qualifiedName() const.
Sourcepub unsafe fn value(&self) -> CppBox<QStringRef>
pub unsafe fn value(&self) -> CppBox<QStringRef>
Calls C++ function: QStringRef QXmlStreamAttribute::value() const.