Qt 4.8
Enumerations | Variables
QmlJSDebugger::Constants Namespace Reference

Enumerations

enum  DesignTool {
  NoTool = 0, SelectionToolMode = 1, MarqueeSelectionToolMode = 2, MoveToolMode = 3,
  ResizeToolMode = 4, ColorPickerMode = 5, ZoomMode = 6
}
 
enum  GraphicsItemTypes { EditorItemType = 0xEAAA, ResizeHandleItemType = 0xEAEA }
 

Variables

static const int DragStartDistance = 20
 
static const int DragStartTime = 50
 
static const int EditorItemDataKey = 1000
 
static const double ZoomSnapDelta = 0.04
 

Enumeration Type Documentation

◆ DesignTool

◆ GraphicsItemTypes

Enumerator
EditorItemType 
ResizeHandleItemType 

Definition at line 68 of file qmlinspectorconstants.h.

Variable Documentation

◆ DragStartDistance

const int QmlJSDebugger::Constants::DragStartDistance = 20
static

◆ DragStartTime

const int QmlJSDebugger::Constants::DragStartTime = 50
static

◆ EditorItemDataKey

const int QmlJSDebugger::Constants::EditorItemDataKey = 1000
static

◆ ZoomSnapDelta

const double QmlJSDebugger::Constants::ZoomSnapDelta = 0.04
static

Definition at line 64 of file qmlinspectorconstants.h.

Referenced by QmlJSDebugger::ZoomTool::scaleView().