1#ifndef LIBS_DOCUMENTS_CENTCHAPTER_HPP_
2#define LIBS_DOCUMENTS_CENTCHAPTER_HPP_
14 CEntChapter(
const std::string &textChapter,
bool isChapterNameInHeading);
Definition AbstractComponentGUI.hpp:30
Definition CEntChapter.hpp:11
std::string getTextChapter() const
Definition CEntChapter.cpp:47
void processEntity(IManagerPrinter *manager) override
Definition CEntChapter.cpp:32
bool m_activated
Definition CEntChapter.hpp:33
CEntChapter()
Definition CEntChapter.cpp:6
void setIsActive(bool isActive)
Definition CEntChapter.cpp:52
bool m_isChapterNameInHeading
Definition CEntChapter.hpp:34
CEntChapter & operator=(const CEntChapter &other)=delete
AbstractComponentGUI * panel()
Definition CEntChapter.cpp:37
CEntChapter(CEntChapter &&other)=delete
CEntChapter & operator=(CEntChapter &&other)=delete
std::string m_textChapter
Definition CEntChapter.hpp:31
bool getIsActivated() const
Definition CEntChapter.cpp:42
Definition IEntPrinter.hpp:7
Definition IManagerPrinter.hpp:19