[−][src]Struct qt_core::QXmlStreamEntityDeclaration
The QXmlStreamEntityDeclaration class represents a DTD entity declaration.
C++ class: QXmlStreamEntityDeclaration.
The QXmlStreamEntityDeclaration class represents a DTD entity declaration.
An entity declaration consists of a name(), a notationName(), a systemId(), a publicId(), and a value().
Methods
impl QXmlStreamEntityDeclaration[src]
pub unsafe fn copy_from(
&self,
arg1: impl CastInto<Ref<QXmlStreamEntityDeclaration>>
) -> Ref<QXmlStreamEntityDeclaration>[src]
&self,
arg1: impl CastInto<Ref<QXmlStreamEntityDeclaration>>
) -> Ref<QXmlStreamEntityDeclaration>
Assigns other to this entity declaration.
Calls C++ function: QXmlStreamEntityDeclaration& QXmlStreamEntityDeclaration::operator=(const QXmlStreamEntityDeclaration& arg1).
Assigns other to this entity declaration.
pub unsafe fn name(&self) -> CppBox<QStringRef>[src]
Returns the entity name.
Calls C++ function: QStringRef QXmlStreamEntityDeclaration::name() const.
Returns the entity name.
pub unsafe fn new() -> CppBox<QXmlStreamEntityDeclaration>[src]
Creates an empty entity declaration.
Calls C++ function: [constructor] void QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration().
Creates an empty entity declaration.
pub unsafe fn new_copy(
arg1: impl CastInto<Ref<QXmlStreamEntityDeclaration>>
) -> CppBox<QXmlStreamEntityDeclaration>[src]
arg1: impl CastInto<Ref<QXmlStreamEntityDeclaration>>
) -> CppBox<QXmlStreamEntityDeclaration>
Creates a copy of other.
Calls C++ function: [constructor] void QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration& arg1).
Creates a copy of other.
pub unsafe fn notation_name(&self) -> CppBox<QStringRef>[src]
Returns the notation name.
Calls C++ function: QStringRef QXmlStreamEntityDeclaration::notationName() const.
Returns the notation name.
pub unsafe fn public_id(&self) -> CppBox<QStringRef>[src]
Returns the public identifier.
Calls C++ function: QStringRef QXmlStreamEntityDeclaration::publicId() const.
Returns the public identifier.
pub unsafe fn system_id(&self) -> CppBox<QStringRef>[src]
Returns the system identifier.
Calls C++ function: QStringRef QXmlStreamEntityDeclaration::systemId() const.
Returns the system identifier.
pub unsafe fn value(&self) -> CppBox<QStringRef>[src]
Returns the entity's value.
Calls C++ function: QStringRef QXmlStreamEntityDeclaration::value() const.
Returns the entity's value.
Trait Implementations
impl CppDeletable for QXmlStreamEntityDeclaration[src]
unsafe fn delete(&self)[src]
Destructs this entity declaration.
Calls C++ function: [destructor] void QXmlStreamEntityDeclaration::~QXmlStreamEntityDeclaration().
Destructs this entity declaration.
impl PartialEq<Ref<QXmlStreamEntityDeclaration>> for QXmlStreamEntityDeclaration[src]
fn eq(&self, other: &Ref<QXmlStreamEntityDeclaration>) -> bool[src]
Compares this entity declaration with other and returns true if they are equal; otherwise returns false.
Calls C++ function: bool QXmlStreamEntityDeclaration::operator==(const QXmlStreamEntityDeclaration& other) const.
Compares this entity declaration with other and returns true if they are equal; otherwise returns false.
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for QXmlStreamEntityDeclaration
impl Send for QXmlStreamEntityDeclaration
impl Sync for QXmlStreamEntityDeclaration
impl Unpin for QXmlStreamEntityDeclaration
impl UnwindSafe for QXmlStreamEntityDeclaration
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> CastInto<U> for T where
U: CastFrom<T>, [src]
U: CastFrom<T>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> StaticUpcast<T> for T[src]
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,