#[repr(C)]pub struct QQmlFile { /* private fields */ }
Expand description
C++ class: QQmlFile
.
Implementations§
Source§impl QQmlFile
impl QQmlFile
Sourcepub unsafe fn clear_1a(&self, arg1: impl CastInto<Ptr<QObject>>)
pub unsafe fn clear_1a(&self, arg1: impl CastInto<Ptr<QObject>>)
Calls C++ function: void QQmlFile::clear(QObject* arg1)
.
Sourcepub unsafe fn connect_download_progress_q_object_char(
&self,
arg1: impl CastInto<Ptr<QObject>>,
arg2: *const c_char,
) -> bool
pub unsafe fn connect_download_progress_q_object_char( &self, arg1: impl CastInto<Ptr<QObject>>, arg2: *const c_char, ) -> bool
Calls C++ function: bool QQmlFile::connectDownloadProgress(QObject* arg1, const char* arg2)
.
Sourcepub unsafe fn connect_download_progress_q_object_int(
&self,
arg1: impl CastInto<Ptr<QObject>>,
arg2: c_int,
) -> bool
pub unsafe fn connect_download_progress_q_object_int( &self, arg1: impl CastInto<Ptr<QObject>>, arg2: c_int, ) -> bool
Calls C++ function: bool QQmlFile::connectDownloadProgress(QObject* arg1, int arg2)
.
Sourcepub unsafe fn connect_finished_q_object_char(
&self,
arg1: impl CastInto<Ptr<QObject>>,
arg2: *const c_char,
) -> bool
pub unsafe fn connect_finished_q_object_char( &self, arg1: impl CastInto<Ptr<QObject>>, arg2: *const c_char, ) -> bool
Calls C++ function: bool QQmlFile::connectFinished(QObject* arg1, const char* arg2)
.
Sourcepub unsafe fn connect_finished_q_object_int(
&self,
arg1: impl CastInto<Ptr<QObject>>,
arg2: c_int,
) -> bool
pub unsafe fn connect_finished_q_object_int( &self, arg1: impl CastInto<Ptr<QObject>>, arg2: c_int, ) -> bool
Calls C++ function: bool QQmlFile::connectFinished(QObject* arg1, int arg2)
.
Sourcepub unsafe fn data(&self) -> *const c_char
pub unsafe fn data(&self) -> *const c_char
Calls C++ function: const char* QQmlFile::data() const
.
Sourcepub unsafe fn data_byte_array(&self) -> CppBox<QByteArray>
pub unsafe fn data_byte_array(&self) -> CppBox<QByteArray>
Calls C++ function: QByteArray QQmlFile::dataByteArray() const
.
Sourcepub unsafe fn error(&self) -> CppBox<QString>
pub unsafe fn error(&self) -> CppBox<QString>
Calls C++ function: QString QQmlFile::error() const
.
Sourcepub unsafe fn is_loading(&self) -> bool
pub unsafe fn is_loading(&self) -> bool
Calls C++ function: bool QQmlFile::isLoading() const
.
Sourcepub unsafe fn is_local_file_q_string(url: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn is_local_file_q_string(url: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: static bool QQmlFile::isLocalFile(const QString& url)
.
Sourcepub unsafe fn is_local_file_q_url(url: impl CastInto<Ref<QUrl>>) -> bool
pub unsafe fn is_local_file_q_url(url: impl CastInto<Ref<QUrl>>) -> bool
Calls C++ function: static bool QQmlFile::isLocalFile(const QUrl& url)
.
Sourcepub unsafe fn is_synchronous_q_string(url: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn is_synchronous_q_string(url: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: static bool QQmlFile::isSynchronous(const QString& url)
.
Sourcepub unsafe fn is_synchronous_q_url(url: impl CastInto<Ref<QUrl>>) -> bool
pub unsafe fn is_synchronous_q_url(url: impl CastInto<Ref<QUrl>>) -> bool
Calls C++ function: static bool QQmlFile::isSynchronous(const QUrl& url)
.
Sourcepub unsafe fn load_q_qml_engine_q_url(
&self,
arg1: impl CastInto<Ptr<QQmlEngine>>,
arg2: impl CastInto<Ref<QUrl>>,
)
pub unsafe fn load_q_qml_engine_q_url( &self, arg1: impl CastInto<Ptr<QQmlEngine>>, arg2: impl CastInto<Ref<QUrl>>, )
Calls C++ function: void QQmlFile::load(QQmlEngine* arg1, const QUrl& arg2)
.
Sourcepub unsafe fn load_q_qml_engine_q_string(
&self,
arg1: impl CastInto<Ptr<QQmlEngine>>,
arg2: impl CastInto<Ref<QString>>,
)
pub unsafe fn load_q_qml_engine_q_string( &self, arg1: impl CastInto<Ptr<QQmlEngine>>, arg2: impl CastInto<Ref<QString>>, )
Calls C++ function: void QQmlFile::load(QQmlEngine* arg1, const QString& arg2)
.
Sourcepub unsafe fn new() -> CppBox<QQmlFile>
pub unsafe fn new() -> CppBox<QQmlFile>
Calls C++ function: [constructor] void QQmlFile::QQmlFile()
.
Sourcepub unsafe fn from_q_qml_engine_q_url(
arg1: impl CastInto<Ptr<QQmlEngine>>,
arg2: impl CastInto<Ref<QUrl>>,
) -> CppBox<QQmlFile>
pub unsafe fn from_q_qml_engine_q_url( arg1: impl CastInto<Ptr<QQmlEngine>>, arg2: impl CastInto<Ref<QUrl>>, ) -> CppBox<QQmlFile>
Calls C++ function: [constructor] void QQmlFile::QQmlFile(QQmlEngine* arg1, const QUrl& arg2)
.
Sourcepub unsafe fn from_q_qml_engine_q_string(
arg1: impl CastInto<Ptr<QQmlEngine>>,
arg2: impl CastInto<Ref<QString>>,
) -> CppBox<QQmlFile>
pub unsafe fn from_q_qml_engine_q_string( arg1: impl CastInto<Ptr<QQmlEngine>>, arg2: impl CastInto<Ref<QString>>, ) -> CppBox<QQmlFile>
Calls C++ function: [constructor] void QQmlFile::QQmlFile(QQmlEngine* arg1, const QString& arg2)
.
Sourcepub unsafe fn status(&self) -> Status
pub unsafe fn status(&self) -> Status
Calls C++ function: QQmlFile::Status QQmlFile::status() const
.