5#include "../forms_export.h"
16 class system_information;
49 int32 battery_full_life_time() const noexcept;
53 float battery_life_percent() const noexcept;
57 int32 battery_life_remaining() const noexcept;
69 int32 battery_full_life_time_ = -1;
70 float battery_life_percent_ = 1.0f;
71 int32 battery_life_remaining_ = -1;
Contains xtd::forms::battery_charge_status enum class.
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
#define forms_export_
Define shared library export.
Definition forms_export.h:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::power_line_status enum class.