|
Doxygen
|
#include <src/commentscan.h>
Public Member Functions | |
| GuardedSection (bool parentVisible) | |
| void | setEnabled (bool enabled) |
| bool | isEnabled () const |
| void | setEnabledFound () |
| bool | isEnabledFound () const |
| bool | parentVisible () const |
| void | setElse () |
| bool | hasElse () const |
Private Attributes | |
| bool | m_parentVisible |
| bool | m_enabledFound = false |
| bool | m_enabled = false |
| bool | m_hasElse = false |
Definition at line 28 of file commentscan.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 37 of file commentscan.h.
References m_parentVisible.
Referenced by GuardedSection().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 44 of file commentscan.h.
Referenced by isEnabled(), and setEnabled().
|
private |
Definition at line 43 of file commentscan.h.
Referenced by isEnabledFound(), and setEnabledFound().
|
private |
Definition at line 45 of file commentscan.h.
|
private |
Definition at line 42 of file commentscan.h.
Referenced by GuardedSection(), and parentVisible().