Messagelib
8#include "messageviewer_export.h"
10namespace MessageViewer
16class MESSAGEVIEWER_EXPORT OpenWithUrlInfo
23 [[nodiscard]]
const QString &command()
const;
24 void setCommand(
const QString &newCommand);
26 [[nodiscard]]
const QString &url()
const;
27 void setUrl(
const QString &newUrl);
29 [[nodiscard]]
bool isValid()
const;
31 [[nodiscard]]
const QString &commandLine()
const;
32 void setCommandLine(
const QString &newCommandLine);
34 [[nodiscard]]
bool operator==(
const OpenWithUrlInfo &other)
const;
36 [[nodiscard]]
bool isLocalOpenWithInfo()
const;
37 void setIsLocalOpenWithInfo(
bool newLocalOpenWith);
39 [[nodiscard]]
bool enabled()
const;
40 void setEnabled(
bool newEnabled);
46 bool mIsLocalOpenWithInfo =
true;
The OpenWithUrlInfo class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:40 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.