5#include "../forms_export.hpp" 
   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.hpp:42
 
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
 
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Contains xtd::forms::power_line_status enum class.