Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstdweb::FileUrlRegistration Class Reference

#include <qstdweb_p.h>

Collaboration diagram for qstdweb::FileUrlRegistration:

Public Member Functions

 FileUrlRegistration (File file)
 ~FileUrlRegistration ()
 FileUrlRegistration (const FileUrlRegistration &other)=delete
 FileUrlRegistration (FileUrlRegistration &&other)
FileUrlRegistrationoperator= (const FileUrlRegistration &other)=delete
FileUrlRegistrationoperator= (FileUrlRegistration &&other)
const QStringpath () const

Detailed Description

Definition at line 122 of file qstdweb_p.h.

Constructor & Destructor Documentation

◆ FileUrlRegistration() [1/3]

qstdweb::FileUrlRegistration::FileUrlRegistration ( File file)
explicit

Definition at line 259 of file qstdweb.cpp.

◆ ~FileUrlRegistration()

qstdweb::FileUrlRegistration::~FileUrlRegistration ( )

Definition at line 265 of file qstdweb.cpp.

◆ FileUrlRegistration() [2/3]

qstdweb::FileUrlRegistration::FileUrlRegistration ( const FileUrlRegistration & other)
delete

◆ FileUrlRegistration() [3/3]

qstdweb::FileUrlRegistration::FileUrlRegistration ( FileUrlRegistration && other)
default

Member Function Documentation

◆ operator=() [1/2]

FileUrlRegistration & qstdweb::FileUrlRegistration::operator= ( const FileUrlRegistration & other)
delete

◆ operator=() [2/2]

FileUrlRegistration & qstdweb::FileUrlRegistration::operator= ( FileUrlRegistration && other)
default

◆ path()

const QString & qstdweb::FileUrlRegistration::path ( ) const
inline

Definition at line 133 of file qstdweb_p.h.


The documentation for this class was generated from the following files: