My Project
Mir Class Reference

Acting mostly as a namespace to hold enums and such for use in QML. More...

#include <unity/shell/application/Mir.h>

Inheritance diagram for Mir:
Collaboration diagram for Mir:

Public Types

enum  Type {
  UnknownType, NormalType, UtilityType, DialogType,
  GlossType, FreeStyleType, MenuType, InputMethodType,
  SatelliteType, TipType
}
 Surface type.
 
enum  State {
  UnknownState, RestoredState, MinimizedState, MaximizedState,
  VertMaximizedState, FullscreenState, HorizMaximizedState, HiddenState
}
 Surface state.
 
enum  OrientationAngle { Angle0 = 0, Angle90 = 90, Angle180 = 180, Angle270 = 270 }
 Surface orientation angle.
 
enum  ShellChrome { NormalChrome, LowChrome }
 Shell chrome.
 
enum  FormFactor {
  FormFactorUnknown, FormFactorPhone, FormFactorTablet, FormFactorMonitor,
  FormFactorTV, FormFactorProjector
}
 Form Factor.
 

Properties

QString cursorName
 Name of the mouse cursor to be used. Follows the X Cursor naming convention. More...
 

Detailed Description

Acting mostly as a namespace to hold enums and such for use in QML.

Property Documentation

QString Mir::cursorName
readwrite

Name of the mouse cursor to be used. Follows the X Cursor naming convention.

Eg.: "left_ptr" is a left-sided pointer arrow


The documentation for this class was generated from the following file: