#include <GFxActionControl.h>
|
enum class | ActionControlFlags {
kNone = 0
, kVerbose = 1 << 0
, kSuppressErrors = 1 << 1
, kLogRootFilenames = 1 << 2
,
kLogChildFilenames = 1 << 3
, kLongFilenames = 1 << 4
} |
|
enum class | StateType {
kNone
, kRenderConfig
, kRenderStats
, kTranslator
,
kLog
, kImageLoader
, kActionControl
, kUserEventHandler
,
kFSCommandHandler
, kExternalInterface
, kFileOpener
, kURLBuilder
,
kImageCreator
, kParseControl
, kProgressHandler
, kImportVisitor
,
kMeshCacheManager
, kFontPackParams
, kFontCacheManager
, kFontLib
,
kFontProvider
, kFontMap
, kGradientParams
, kTaskManager
,
kClipboard
, kTextKeyMap
, kPreprocessParams
, kIMEManager
,
kXMLSupport
, kJpegSupport
, kZlibSupport
, kFontCompactorParams
,
kImagePackerParams
, kPNGSupport
, kAudio
, kVideo
,
kTestStream
, kSharedObject
, kLocSupport
} |
|
enum | |
|
◆ ActionControlFlags
Enumerator |
---|
kNone | |
kVerbose | |
kSuppressErrors | |
kLogRootFilenames | |
kLogChildFilenames | |
kLongFilenames | |
◆ GFxActionControl()
◆ GetFlags()
◆ SetAllFilenameLogging()
constexpr void RE::GFxActionControl::SetAllFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ SetChildFilenameLogging()
constexpr void RE::GFxActionControl::SetChildFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ SetErrorSuppression()
constexpr void RE::GFxActionControl::SetErrorSuppression |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ SetFlags()
◆ SetLongFilenameLogging()
constexpr void RE::GFxActionControl::SetLongFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ SetRootFilenameLogging()
constexpr void RE::GFxActionControl::SetRootFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ SetVerboseLogging()
constexpr void RE::GFxActionControl::SetVerboseLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ UnsetAllFilenameLogging()
constexpr void RE::GFxActionControl::UnsetAllFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ UnsetChildFilenameLogging()
constexpr void RE::GFxActionControl::UnsetChildFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ UnsetErrorSuppression()
constexpr void RE::GFxActionControl::UnsetErrorSuppression |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ UnsetLongFilenameLogging()
constexpr void RE::GFxActionControl::UnsetLongFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ UnsetRootFilenameLogging()
constexpr void RE::GFxActionControl::UnsetRootFilenameLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ UnsetVerboseLogging()
constexpr void RE::GFxActionControl::UnsetVerboseLogging |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ actionFlags
◆ pad1C
std::uint32_t RE::GFxActionControl::pad1C |
The documentation for this class was generated from the following file: