pub struct QDebug { /* private fields */ }Expand description
C++ class: QDebug.
Implementations§
Source§impl QDebug
impl QDebug
Sourcepub unsafe fn auto_insert_spaces(&self) -> bool
pub unsafe fn auto_insert_spaces(&self) -> bool
Calls C++ function: bool QDebug::autoInsertSpaces() const.
Sourcepub unsafe fn copy_from(&self, other: impl CastInto<Ref<QDebug>>) -> Ref<QDebug>
pub unsafe fn copy_from(&self, other: impl CastInto<Ref<QDebug>>) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator=(const QDebug& other).
Sourcepub unsafe fn maybe_quote_1a(&self, c: c_char) -> Ref<QDebug>
pub unsafe fn maybe_quote_1a(&self, c: c_char) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::maybeQuote(char c = …).
Sourcepub unsafe fn maybe_quote_0a(&self) -> Ref<QDebug>
pub unsafe fn maybe_quote_0a(&self) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::maybeQuote().
Sourcepub unsafe fn maybe_space(&self) -> Ref<QDebug>
pub unsafe fn maybe_space(&self) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::maybeSpace().
Sourcepub unsafe fn from_q_io_device(
device: impl CastInto<Ptr<QIODevice>>,
) -> CppBox<QDebug>
pub unsafe fn from_q_io_device( device: impl CastInto<Ptr<QIODevice>>, ) -> CppBox<QDebug>
Calls C++ function: [constructor] void QDebug::QDebug(QIODevice* device).
Sourcepub unsafe fn from_q_string(
string: impl CastInto<Ptr<QString>>,
) -> CppBox<QDebug>
pub unsafe fn from_q_string( string: impl CastInto<Ptr<QString>>, ) -> CppBox<QDebug>
Calls C++ function: [constructor] void QDebug::QDebug(QString* string).
Sourcepub unsafe fn from_qt_msg_type(t: QtMsgType) -> CppBox<QDebug>
pub unsafe fn from_qt_msg_type(t: QtMsgType) -> CppBox<QDebug>
Calls C++ function: [constructor] void QDebug::QDebug(QtMsgType t).
Sourcepub unsafe fn new_copy(o: impl CastInto<Ref<QDebug>>) -> CppBox<QDebug>
pub unsafe fn new_copy(o: impl CastInto<Ref<QDebug>>) -> CppBox<QDebug>
Calls C++ function: [constructor] void QDebug::QDebug(const QDebug& o).
Sourcepub unsafe fn reset_format(&self) -> Ref<QDebug>
pub unsafe fn reset_format(&self) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::resetFormat().
Sourcepub unsafe fn set_auto_insert_spaces(&self, b: bool)
pub unsafe fn set_auto_insert_spaces(&self, b: bool)
Calls C++ function: void QDebug::setAutoInsertSpaces(bool b).
Sourcepub unsafe fn set_verbosity(&self, verbosity_level: c_int)
pub unsafe fn set_verbosity(&self, verbosity_level: c_int)
Calls C++ function: void QDebug::setVerbosity(int verbosityLevel).
Sourcepub unsafe fn shl_short(&self, t: c_short) -> Ref<QDebug>
pub unsafe fn shl_short(&self, t: c_short) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(short t).
Sourcepub unsafe fn shl_ushort(&self, t: c_ushort) -> Ref<QDebug>
pub unsafe fn shl_ushort(&self, t: c_ushort) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(unsigned short t).
Sourcepub unsafe fn shl_int(&self, t: c_int) -> Ref<QDebug>
pub unsafe fn shl_int(&self, t: c_int) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(int t).
Sourcepub unsafe fn shl_uint(&self, t: c_uint) -> Ref<QDebug>
pub unsafe fn shl_uint(&self, t: c_uint) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(unsigned int t).
Sourcepub unsafe fn shl_long(&self, t: c_long) -> Ref<QDebug>
pub unsafe fn shl_long(&self, t: c_long) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(long t).
Sourcepub unsafe fn shl_ulong(&self, t: c_ulong) -> Ref<QDebug>
pub unsafe fn shl_ulong(&self, t: c_ulong) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(unsigned long t).
Sourcepub unsafe fn shl_longlong(&self, t: c_longlong) -> Ref<QDebug>
pub unsafe fn shl_longlong(&self, t: c_longlong) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(long long t).
Sourcepub unsafe fn shl_ulonglong(&self, t: c_ulonglong) -> Ref<QDebug>
pub unsafe fn shl_ulonglong(&self, t: c_ulonglong) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(unsigned long long t).
Sourcepub unsafe fn shl_double(&self, t: c_double) -> Ref<QDebug>
pub unsafe fn shl_double(&self, t: c_double) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::operator<<(double t).
Sourcepub unsafe fn swap(&self, other: impl CastInto<Ref<QDebug>>)
pub unsafe fn swap(&self, other: impl CastInto<Ref<QDebug>>)
Calls C++ function: void QDebug::swap(QDebug& other).
Sourcepub unsafe fn verbosity_mut(&self, verbosity_level: c_int) -> Ref<QDebug>
pub unsafe fn verbosity_mut(&self, verbosity_level: c_int) -> Ref<QDebug>
Calls C++ function: QDebug& QDebug::verbosity(int verbosityLevel).