#include <ilserver/sstring.h>
#include <ilviews/macros.h>
#include <ilviews/base/inter.h>
#include <ilviews/graphics/inter.h>
#include <ilviews/dataccess/value.h>
Enumerations | |
enum | IlsSwDragDropInteractorFlag { IlsSwNoInteractions, IlsSwCanDragDrop, IlsSwCanDoubleClick, IlsSwCanCopyPaste, IlsSwDragDropAllInteractions } |
This enumerated type specifies the control of the drag-and-drop interactor control that is possible. More... | |
This enumerated type specifies the control of the drag-and-drop interactor control that is possible.
Library: mvsw
.
Enumerator | |
---|---|
IlsSwNoInteractions | no interaction |
IlsSwCanDragDrop | drag and drop |
IlsSwCanDoubleClick | double click |
IlsSwCanCopyPaste | copy/paste |
IlsSwDragDropAllInteractions | all interactions (default) |