LeviLamina
Loading...
Searching...
No Matches
FakeBatteryMonitorInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/battery/BatteryMonitorInterface.h"
7
#include "mc/platform/battery/BatteryStatus.h"
8
9
class
FakeBatteryMonitorInterface
:
public
::BatteryMonitorInterface
{
10
public
:
11
// virtual functions
12
// NOLINTBEGIN
13
// vIndex: 0
14
virtual
~FakeBatteryMonitorInterface
()
/*override*/
=
default
;
15
16
// vIndex: 1
17
virtual ::BatteryStatus getBatteryStatus()
const
/*override*/
;
18
19
// vIndex: 2
20
virtual
float
getBatteryLevel()
const
/*override*/
;
21
// NOLINTEND
22
23
public
:
24
// destructor thunk
25
// NOLINTBEGIN
26
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
MCFOLD ::BatteryStatus $getBatteryStatus()
const
;
33
34
MCFOLD
float
$getBatteryLevel()
const
;
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCAPI
static
void
** $vftable();
41
// NOLINTEND
42
};
BatteryMonitorInterface
Definition
BatteryMonitorInterface.h:8
FakeBatteryMonitorInterface
Definition
FakeBatteryMonitorInterface.h:9
src
mc
platform
FakeBatteryMonitorInterface.h
Generated on Sat Apr 26 2025 05:55:49 for LeviLamina by
1.12.0