ddt  0.1
Enumerations
ddtDatavisualisationDefines.hpp File Reference

Go to the source code of this file.

Enumerations

enum  PickMode {
  OBJECT_PICK = 1, CURSOR_PICK = 2, INACTIVE_PICK = 3, OBJECT_INACTIVE_PICK = 4,
  CURSOR_INACTIVE_PICK = 5
}
 
enum  ConnectionStatus { CONNECTION_DETACHED, CONNECTION_ATTACHED, CONNECTION_RECEIVING }
 

Enumeration Type Documentation

◆ ConnectionStatus

Current connection status

Enumerator
CONNECTION_DETACHED 

Detached

CONNECTION_ATTACHED 

Attached

CONNECTION_RECEIVING 

Data received

◆ PickMode

enum PickMode

Current pick mode

Enumerator
OBJECT_PICK 

Pick mode set to object pick

CURSOR_PICK 

Pick mode set to cursor pick

INACTIVE_PICK 

No pick mode selected

OBJECT_INACTIVE_PICK 

Inactive object mode

CURSOR_INACTIVE_PICK 

Inactive cursor mode