Qt ForkAwesome 0.2.0
Library that bundles ForkAwesome for use within Qt applications
Loading...
Searching...
No Matches
icon.h
Go to the documentation of this file.
1#ifndef QT_FORK_AWESOME_ICON
2#define QT_FORK_AWESOME_ICON
3
4#include "./iconfwd.h"
5
6namespace QtForkAwesome {
7
11enum class Icon : IconBaseType {
12 Invalid,
13#ifndef Q_MOC_RUN // workaround moc parse errors on Fedora 33 and 34 builds
14#include "private/icons.h"
15#endif
16};
17
18} // namespace QtForkAwesome
19
20#endif // QT_FORK_AWESOME_ICON
Contains classes provided by the QtForkAwesome library.
Definition renderer.h:20
Icon
The Icon enum specifies a ForkAwesome icon for calling QtForkAwesome::Renderer::render().
Definition icon.h:11
std::remove_reference_t< decltype(QChar().unicode())> IconBaseType
Definition iconfwd.h:10