MessageViewer::OpenWithUrlInfo
#include <openwithurlinfo.h>
Public Member Functions | |
const QString & | command () const |
const QString & | commandLine () const |
bool | enabled () const |
bool | isLocalOpenWithInfo () const |
bool | isValid () const |
bool | operator== (const OpenWithUrlInfo &other) const |
void | setCommand (const QString &newCommand) |
void | setCommandLine (const QString &newCommandLine) |
void | setEnabled (bool newEnabled) |
void | setIsLocalOpenWithInfo (bool newLocalOpenWith) |
void | setUrl (const QString &newUrl) |
const QString & | url () const |
Detailed Description
The OpenWithUrlInfo class.
Definition at line 16 of file openwithurlinfo.h.
Member Function Documentation
◆ command()
|
nodiscard |
Definition at line 24 of file openwithurlinfo.cpp.
◆ commandLine()
|
nodiscard |
Definition at line 49 of file openwithurlinfo.cpp.
◆ enabled()
|
nodiscard |
Definition at line 75 of file openwithurlinfo.cpp.
◆ isLocalOpenWithInfo()
|
nodiscard |
Definition at line 65 of file openwithurlinfo.cpp.
◆ isValid()
|
nodiscard |
Definition at line 44 of file openwithurlinfo.cpp.
◆ operator==()
|
nodiscard |
Definition at line 59 of file openwithurlinfo.cpp.
◆ setCommand()
void OpenWithUrlInfo::setCommand | ( | const QString & | newCommand | ) |
Definition at line 29 of file openwithurlinfo.cpp.
◆ setCommandLine()
void OpenWithUrlInfo::setCommandLine | ( | const QString & | newCommandLine | ) |
Definition at line 54 of file openwithurlinfo.cpp.
◆ setEnabled()
void OpenWithUrlInfo::setEnabled | ( | bool | newEnabled | ) |
Definition at line 80 of file openwithurlinfo.cpp.
◆ setIsLocalOpenWithInfo()
void OpenWithUrlInfo::setIsLocalOpenWithInfo | ( | bool | newLocalOpenWith | ) |
Definition at line 70 of file openwithurlinfo.cpp.
◆ setUrl()
void OpenWithUrlInfo::setUrl | ( | const QString & | newUrl | ) |
Definition at line 39 of file openwithurlinfo.cpp.
◆ url()
|
nodiscard |
Definition at line 34 of file openwithurlinfo.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.