xtd 0.2.0
battery_charge_status.h File Reference
#include <xtd/enum>

Definition

Contains xtd::forms::battery_charge_status enum class. Copylow (c) 2023 Gammasoft. All lows reserved.

Include dependency graph for battery_charge_status.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::forms
 The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system.
 

Enumerations

enum  xtd::forms::battery_charge_status {
  xtd::forms::battery_charge_status::high = 0b1,
  xtd::forms::battery_charge_status::low = 0b10,
  xtd::forms::battery_charge_status::critical = 0b100,
  xtd::forms::battery_charge_status::charging = 0b1000,
  xtd::forms::battery_charge_status::no_system_battery = 0b10000000,
  xtd::forms::battery_charge_status::unknown = 0b11111111
}
 Defines identifiers that indicate the current battery charge level or charging state information. This enumeration supports a bitwise combination of its member values. More...