Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CEntChapter Class Reference

#include <CEntChapter.hpp>

Inheritance diagram for CEntChapter:
[legend]
Collaboration diagram for CEntChapter:
[legend]

Public Member Functions

 CEntChapter ()
 
 CEntChapter (const std::string &textChapter, bool isChapterNameInHeading)
 
 CEntChapter (const CEntChapter &entChapter)
 
 CEntChapter (CEntChapter &&other)=delete
 
 ~CEntChapter () override
 
CEntChapteroperator= (const CEntChapter &other)=delete
 
CEntChapteroperator= (CEntChapter &&other)=delete
 
void processEntity (IManagerPrinter *manager) override
 
AbstractComponentGUIpanel ()
 
bool getIsActivated () const
 
std::string getTextChapter () const
 
void setIsActive (bool isActive)
 

Private Attributes

std::string m_textChapter
 
bool m_activated
 
bool m_isChapterNameInHeading
 

Constructor & Destructor Documentation

◆ CEntChapter() [1/4]

CEntChapter::CEntChapter ( )

◆ CEntChapter() [2/4]

CEntChapter::CEntChapter ( const std::string & textChapter,
bool isChapterNameInHeading )

◆ CEntChapter() [3/4]

CEntChapter::CEntChapter ( const CEntChapter & entChapter)

◆ CEntChapter() [4/4]

CEntChapter::CEntChapter ( CEntChapter && other)
delete

◆ ~CEntChapter()

CEntChapter::~CEntChapter ( )
overridedefault

Member Function Documentation

◆ getIsActivated()

bool CEntChapter::getIsActivated ( ) const
nodiscard

◆ getTextChapter()

std::string CEntChapter::getTextChapter ( ) const
nodiscard

◆ operator=() [1/2]

CEntChapter & CEntChapter::operator= ( CEntChapter && other)
delete

◆ operator=() [2/2]

CEntChapter & CEntChapter::operator= ( const CEntChapter & other)
delete

◆ panel()

AbstractComponentGUI * CEntChapter::panel ( )

◆ processEntity()

void CEntChapter::processEntity ( IManagerPrinter * manager)
overridevirtual

Implements IEntPrinter.

◆ setIsActive()

void CEntChapter::setIsActive ( bool isActive)

Member Data Documentation

◆ m_activated

bool CEntChapter::m_activated
private

◆ m_isChapterNameInHeading

bool CEntChapter::m_isChapterNameInHeading
private

◆ m_textChapter

std::string CEntChapter::m_textChapter
private

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