Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
Enumerations
interact.h File Reference
#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...
 

Enumeration Type Documentation

◆ IlsSwDragDropInteractorFlag

This enumerated type specifies the control of the drag-and-drop interactor control that is possible.

Library: mvsw
.

See also
IlsSwComponent::SetUseDragDropInteractorFlags().
Enumerator
IlsSwNoInteractions 

no interaction

IlsSwCanDragDrop 

drag and drop

IlsSwCanDoubleClick 

double click

IlsSwCanCopyPaste 

copy/paste

IlsSwDragDropAllInteractions 

all interactions (default)