8struct AutoCompleteOption {
11 using CursorPos = uint;
16 ::ll::TypedStorage<8, 32, ::std::string> visualText;
17 ::ll::TypedStorage<8, 32, ::std::string> tabCompleteText;
18 ::ll::TypedStorage<8, 32, ::std::string> description;
19 ::ll::TypedStorage<4, 4, uint> matchStart;
20 ::ll::TypedStorage<4, 4, uint> matchLength;
21 ::ll::TypedStorage<4, 4, uint> commandLineMatchStart;
22 ::ll::TypedStorage<4, 4, uint> commandLineMatchOffset;
23 ::ll::TypedStorage<8, 8, ::CommandItem> item;
24 ::ll::TypedStorage<1, 1, bool> highlight;
31 AutoCompleteOption& operator=(AutoCompleteOption
const&);
32 AutoCompleteOption(AutoCompleteOption
const&);
40 MCAPI AutoCompleteOption(
41 ::std::string
const& _visualText,
42 ::std::string
const& _desc,
43 ::std::string
const& _tabCompleteText,
46 uint _cmdLineMatchStart,
47 uint _cmdLineMatchOffset
50 MCAPI ::AutoCompleteOption& operator=(::AutoCompleteOption&&);
52 MCAPI ~AutoCompleteOption();
61 ::std::string
const& _visualText,
62 ::std::string
const& _desc,
63 ::std::string
const& _tabCompleteText,
66 uint _cmdLineMatchStart,
67 uint _cmdLineMatchOffset