LeviLamina
Loading...
Searching...
No Matches
IFilePicker.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
FileInfo
;
8
namespace
Core {
class
Path
; }
9
// clang-format on
10
11
class
IFilePicker
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
// vIndex: 0
16
virtual
~IFilePicker
() =
default
;
17
18
// vIndex: 1
19
virtual
void
initFilePick(
::Core::Path
const
&, ::std::function<
void
(
bool
,
::FileInfo
)>) = 0;
20
21
// vIndex: 2
22
virtual
uint64 readBytes(
::FileInfo
const
&, uint64, uint64, ::std::vector<uchar>&) = 0;
23
24
// vIndex: 3
25
virtual
bool
writeBytes(
::FileInfo
const
&, uint64, uint64, ::std::vector<uchar>
const
&) = 0;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCAPI
static
void
** $vftable();
44
// NOLINTEND
45
};
Core::Path
Definition
Path.h:15
IFilePicker
Definition
IFilePicker.h:11
Path
Definition
Path.h:16
FileInfo
Definition
FileInfo.h:10
src
mc
util
IFilePicker.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0