LeviLamina
Loading...
Searching...
No Matches
FilePickerSettings.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
FilePickerSettings
{
6
public
:
7
// FilePickerSettings inner types declare
8
// clang-format off
9
struct
FileDescription
;
10
// clang-format on
11
12
// FilePickerSettings inner types define
13
struct
FileDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 32>
mUnk655fff;
18
::ll::UntypedStorage<8, 32>
mUnkb47e1a;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
FileDescription
& operator=(
FileDescription
const
&);
24
FileDescription
(
FileDescription
const
&);
25
FileDescription
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
~FileDescription
();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCFOLD
void
$dtor();
37
// NOLINTEND
38
};
39
40
enum class
PickerType :
int
{
41
Invalid = 0,
42
Open = 1,
43
Save = 2,
44
};
45
46
public
:
47
// member variables
48
// NOLINTBEGIN
49
::ll::UntypedStorage<8, 64>
mUnkaf4bc9;
50
::ll::UntypedStorage<8, 64>
mUnkab9782;
51
::ll::UntypedStorage<8, 64>
mUnk4c8ca8;
52
::ll::UntypedStorage<8, 24>
mUnka64873;
53
::ll::UntypedStorage<8, 8>
mUnk77f166;
54
::ll::UntypedStorage<4, 4>
mUnk20e41c;
55
::ll::UntypedStorage<8, 32>
mUnkaf8495;
56
::ll::UntypedStorage<8, 32>
mUnk416ce3;
57
::ll::UntypedStorage<8, 32>
mUnk933774;
58
// NOLINTEND
59
60
public
:
61
// prevent constructor by default
62
FilePickerSettings
& operator=(
FilePickerSettings
const
&);
63
FilePickerSettings
(
FilePickerSettings
const
&);
64
FilePickerSettings
();
65
66
public
:
67
// member functions
68
// NOLINTBEGIN
69
MCAPI
void
addFileDescription(::std::string
const
& extension, ::std::string
const
& name,
bool
isDefaultExtension);
70
71
MCAPI
~FilePickerSettings
();
72
// NOLINTEND
73
74
public
:
75
// destructor thunk
76
// NOLINTBEGIN
77
MCAPI
void
$dtor();
78
// NOLINTEND
79
};
FilePickerSettings
Definition
FilePickerSettings.h:5
FilePickerSettings::FileDescription
Definition
FilePickerSettings.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
util
FilePickerSettings.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0