Crossfire Server, Trunk
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Properties
a
b
c
d
e
f
h
i
j
k
l
m
n
p
q
r
s
t
y
Related Functions
:
b
d
o
s
w
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
y
z
Typedefs
a
c
d
e
f
i
j
k
l
m
n
o
p
q
s
t
y
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
FacesetsPanel.h
Go to the documentation of this file.
1
/*
2
* Crossfire -- cooperative multi-player graphical RPG and adventure game
3
*
4
* Copyright (c) 2022 the Crossfire Development Team
5
*
6
* Crossfire is free software and comes with ABSOLUTELY NO WARRANTY. You are
7
* welcome to redistribute it under certain conditions. For details, please
8
* see COPYING and LICENSE.
9
*
10
* The authors can be reached via e-mail at <crossfire@metalforge.org>.
11
*/
12
13
#ifndef FACESETS_PANEL_H
14
#define FACESETS_PANEL_H
15
16
#include <QWidget>
17
#include "
assets/AssetWrapperPanel.h
"
18
19
#include "
global.h
"
20
#include "
image.h
"
21
22
class
QLabel;
23
class
LicenseManager
;
24
28
class
FacesetsPanel
:
public
AssetTWrapperPanel
<face_sets> {
29
Q_OBJECT
30
public
:
31
FacesetsPanel
(QWidget* parent,
LicenseManager
*licenseManager);
32
33
virtual
void
updateItem
()
override
;
34
35
protected
:
36
LicenseManager
*
myLicenseManager
;
37
QLabel*
myImages
;
38
QLabel*
myLicenses
;
39
};
40
41
#endif
/* FACESETS_PANEL_H */
global.h
FacesetsPanel::myLicenses
QLabel * myLicenses
Definition:
FacesetsPanel.h:38
FacesetsPanel::FacesetsPanel
FacesetsPanel(QWidget *parent, LicenseManager *licenseManager)
Definition:
FacesetsPanel.cpp:22
AssetTWrapperPanel
Definition:
AssetWrapperPanel.h:92
image.h
FacesetsPanel
Definition:
FacesetsPanel.h:28
AssetWrapperPanel.h
LicenseManager
Definition:
LicenseManager.h:25
FacesetsPanel::updateItem
virtual void updateItem() override
Definition:
FacesetsPanel.cpp:33
FacesetsPanel::myLicenseManager
LicenseManager * myLicenseManager
Definition:
FacesetsPanel.h:36
FacesetsPanel::myImages
QLabel * myImages
Definition:
FacesetsPanel.h:37
crossfire-crossfire-server
utils
cre
faces
FacesetsPanel.h
Generated by
1.8.17