OpenLexocad
27.0
DragAndDropCB.h
Go to the documentation of this file.
1
// //
3
// LEXOCAD API //
4
// //
5
// ©2005-2016 Cadwork Informatik. All rights reserved. //
6
// //
7
// ONLY INCLUDE OTHER INTERFACES! //
8
// Lexocad provides API Classes for public use and //
9
// Implementation Classes for private use. //
10
// //
11
// - Do ONLY include and use the LEXOCAD API in this header. //
12
// - Do not change existing interfaces. //
13
// - Document your code! //
14
// //
15
// - All types from Base, Core, Geom, Topo are allowed here. //
16
// - In the Gui modules the use of Qt types is allowed. //
17
// //
19
20
#pragma once
21
22
#include <
OpenLxUI/OpenLxUI_defines.h
>
23
#include <
OpenLxUI/UICallback.h
>
24
#include <
OpenLxUI/UIElement.h
>
25
26
#include <memory>
27
#include <vector>
28
29
30
namespace
OpenLxUI
31
{
38
class
OPENLXUI_EXPORT
DragAndDropCB
:
public
OpenLxUI::UICallback
39
{
40
public
:
41
DragAndDropCB
();
42
virtual
~
DragAndDropCB
();
43
44
// TODO: Is calling back a registered file is dropped in the viewer.
45
virtual
void
onDrop();
46
47
private
:
48
};
49
}
// namespace OpenLxUI
OpenLxUI::UICallback
Definition:
UICallback.h:17
OpenLxUI
Definition:
ActiveEdge.h:25
OpenLxUI::DragAndDropCB
Definition:
DragAndDropCB.h:38
OPENLXUI_EXPORT
#define OPENLXUI_EXPORT
Definition:
OpenLxUI_defines.h:12
OpenLxUI_defines.h
UIElement.h
UICallback.h
lexocad
OpenLxUI
include
OpenLxUI
DragAndDropCB.h
Generated by
1.8.15