libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
Nickvision::Taskbar Namespace Reference

Classes

class  TaskbarItem
 An item on the taskbar. More...
 

Enumerations

enum class  ProgressState {
  NoProgress = 0 , Indeterminate = 1 , Normal = 2 , Error = 4 ,
  Paused = 8
}
 States of progress on a taskbar button. More...
 

Enumeration Type Documentation

◆ ProgressState

States of progress on a taskbar button.

Enumerator
NoProgress 

The taskbar item is in a no progress state.

Indeterminate 

The taskbar item is in an indeterminate progress state.

Normal 

The taskbar item is in a normal progress state.

Error 

The taskbar item is in an error progress state.

Paused 

The taskbar item is in a paused progress state.