Public Member Functions | Private Attributes | List of all members
GuardedSection Class Reference

Public Member Functions

 GuardedSection (bool enabled, bool parentVisible)
 
bool isEnabled () const
 
bool parentVisible () const
 

Private Attributes

bool m_enabled
 
bool m_parentVisible
 

Detailed Description

Definition at line 3473 of file commentscan.cpp.

Constructor & Destructor Documentation

GuardedSection::GuardedSection ( bool  enabled,
bool  parentVisible 
)
inline

Definition at line 3476 of file commentscan.cpp.

3477  : m_enabled(enabled),m_parentVisible(parentVisible) {}
bool parentVisible() const

Member Function Documentation

bool GuardedSection::isEnabled ( ) const
inline

Definition at line 3478 of file commentscan.cpp.

3478 { return m_enabled; }
bool GuardedSection::parentVisible ( ) const
inline

Definition at line 3479 of file commentscan.cpp.

3479 { return m_parentVisible; }

Member Data Documentation

bool GuardedSection::m_enabled
private

Definition at line 3482 of file commentscan.cpp.

bool GuardedSection::m_parentVisible
private

Definition at line 3483 of file commentscan.cpp.


The documentation for this class was generated from the following file: