Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ApplicationStatus Namespace Reference

Enumerations

enum  applicationStatus { READY, PROCESSING, BLOCKED }
 Enum for the statusBar Status Icon. More...
 

Detailed Description

Namespace for Application status enum

Enumeration Type Documentation

Enum for the statusBar Status Icon.

This enum is used to controll the small activity icon of OpenFlipper. See Statusbar Interface

Enumerator
READY 

Status is ready (green light)

PROCESSING 

Status is processing but system will allow interaction (yellow light)

BLOCKED 

Status is processing and blocked system will not allow interaction (red light)

Definition at line 79 of file StatusbarInterface.hh.