The GuardedSection
Class Reference
Declaration
Included Headers
Public Constructors Index
GuardedSection (bool parentVisible) | |
Public Member Functions Index
void | setEnabled (bool enabled) |
bool | isEnabled () const |
void | setEnabledFound () |
bool | isEnabledFound () const |
bool | parentVisible () const |
void | setElse () |
bool | hasElse () const |
Private Member Attributes Index
bool | m_parentVisible |
bool | m_enabledFound = false |
bool | m_enabled = false |
bool | m_hasElse = false |
Definition at line 28 of file commentscan.h.
Public Constructors
GuardedSection()
| inline |
Definition at line 31 of file commentscan.h.
References m_parentVisible and parentVisible.
Public Member Functions
hasElse()
| inline |
Definition at line 39 of file commentscan.h.
Reference m_hasElse.
isEnabled()
| inline |
Definition at line 34 of file commentscan.h.
Reference m_enabled.
isEnabledFound()
| inline |
Definition at line 36 of file commentscan.h.
Reference m_enabledFound.
parentVisible()
| inline |
Definition at line 37 of file commentscan.h.
Reference m_parentVisible.
Referenced by GuardedSection.
setElse()
| inline |
Definition at line 38 of file commentscan.h.
Reference m_hasElse.
setEnabled()
| inline |
Definition at line 33 of file commentscan.h.
Reference m_enabled.
setEnabledFound()
| inline |
Definition at line 35 of file commentscan.h.
Reference m_enabledFound.
Private Member Attributes
m_enabled
|
Definition at line 44 of file commentscan.h.
Referenced by isEnabled and setEnabled.
m_enabledFound
|
Definition at line 43 of file commentscan.h.
Referenced by isEnabledFound and setEnabledFound.
m_hasElse
|
Definition at line 45 of file commentscan.h.
m_parentVisible
|
Definition at line 42 of file commentscan.h.
Referenced by GuardedSection and parentVisible.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.