-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclass_decl.h
51 lines (49 loc) · 1.1 KB
/
class_decl.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#ifndef CLASS_DECL_H
#define CLASS_DECL_H
namespace Dtk {
namespace Addons {
/*09/2020*/
class Iconic;
class DAddonApplication;
class DAddonIconButton;
class DAddonSplittedBar;
class DAddonSplittedWindow;
class EffectWidget;
class NotificationsInterface;
class NotificationObject;
class NotificationManager;
class VisualEffect;
class LibraryBan;
/*xx/10/2020*/
class ImagePopup;
class MultiColors;
class Element;
class ElementList;
class ProxyPainter;
class EmptyItemDelegate;
/*31/10/20*/
class PWL;
class TrayIcon;
class InDraggableWidget;
/*xx/11/20*/
class SwipingGesture;
class TouchInterfacing;
class IOD;
class VisualStackElement;
class StackedSlideWidget;
class DotsSlideTabs;
/*23/11/20*/
class DynamicSvgParser;
/*20/12/20*/ /*XML Widget Engine components*/
class SharedNAM;
class XWEngine;
class TranslationEngine;
class AbstractElement;
class HBoxLayout;
class VBoxLayout;
class Widget;
class lineEdit;
class Label;
}
}
#endif // CLASS_DECL_H