Toolbox Qt
Loading...
Searching...
No Matches
toolboxqt
core
depinfos.h
1
#ifndef TBQ_CORE_DEPINFOS_H
2
#define TBQ_CORE_DEPINFOS_H
3
4
#include "toolboxqt/toolboxqt_global.h"
5
#include "toolboxqt/core/richlink.h"
6
7
#include <QVersionNumber>
8
9
namespace
tbq
10
{
11
12
class
TOOLBOXQT_EXPORT
DepInfos
13
{
14
public
:
15
DepInfos
(
const
RichLink
&richLink,
const
QVersionNumber &version);
16
17
public
:
18
void
setLink(
const
RichLink
&richLink);
19
void
setVersion(
const
QVersionNumber &version);
20
21
public
:
22
const
RichLink
& getRichLink()
const
;
23
const
QVersionNumber& getVersion()
const
;
24
25
private
:
26
RichLink
m_link;
27
QVersionNumber m_version;
28
};
29
30
}
// namespace tbq
31
32
#endif
// TBQ_CORE_DEPINFOS_H
tbq::DepInfos
Definition
depinfos.h:13
tbq::RichLink
Display a link with a custom text.
Definition
richlink.h:12
Generated by
1.12.0