LeviLamina
Loading...
Searching...
No Matches
ProfanityContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 ProfanityContext& operator=(ProfanityContext const&);
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 0
38 virtual ~ProfanityContext() /*override*/ = default;
39
40 // vIndex: 1
41 virtual void handleLocalFilterToggle(bool);
42
43 // vIndex: 2
44 virtual void handleRemoteFilterToggle(bool);
45
46 // vIndex: 3
47 virtual void handlePlayerFilterToggle(bool);
48
49 // vIndex: 4
50 virtual ::std::string _doMaskProfanity(::std::string const&) const;
51
52 // vIndex: 5
53 virtual bool _doFindProfanity(::std::string const&) const;
54
55 // vIndex: 6
56 virtual void _fireEventProfanityFilter() const;
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62
63 // NOLINTEND
64
65public:
66 // virtual function thunks
67 // NOLINTBEGIN
68
69 // NOLINTEND
70};
Definition EnableNonOwnerReferences.h:7
Definition ProfanityContext.h:8
Definition Alias.h:14