3#include "mc/_HeaderOutputPredefine.h"
9 ::ll::TypedStorage<8, 32, ::std::string> mAction;
10 ::ll::TypedStorage<8, 24, ::std::vector<int>> mKeys;
11 ::ll::TypedStorage<1, 1, bool> mAllowRemap;
12 ::ll::TypedStorage<1, 1, bool> mIsSharedKey;
16 LLNDAPI
bool isAssigned()
const;
17 LLNDAPI
bool isAltKey()
const;
18 LLNDAPI
bool isRemappable()
const;
19 LLNDAPI
bool isSharedKey()
const;
21 LLNDAPI Keymapping(std::string
const& action, std::vector<int>
const& defaultKeys);
22 LLNDAPI Keymapping(std::string
const& action, std::vector<int>
const& defaultKeys,
bool allowRemap,
bool sharedKey);
31 MCAPI Keymapping(::Keymapping
const&);
33 MCAPI Keymapping(::std::string
const& action,
int defaultKey);
35 MCAPI Keymapping(::std::string
const& action,
int defaultKey,
bool allowRemap,
bool sharedKey);
37 MCFOLD ::std::string
const& getAction()
const;
39 MCAPI
int getKeyCount()
const;
41 MCFOLD ::std::vector<int>
const& getKeys()
const;
43 MCAPI
void operator=(::Keymapping
const& rhs);
51 MCAPI
void* $ctor(::Keymapping
const&);
53 MCAPI
void* $ctor(::std::string
const& action,
int defaultKey);
55 MCAPI
void* $ctor(::std::string
const& action, ::std::vector<int>
const& defaultKeys);
57 MCAPI
void* $ctor(::std::string
const& action,
int defaultKey,
bool allowRemap,
bool sharedKey);
60 $ctor(::std::string
const& action, ::std::vector<int>
const& defaultKeys,
bool allowRemap,
bool sharedKey);
Definition Keymapping.h:5