|
BibleTime
|
#include <btplainorhtmlpage.h>
Public Member Functions | |
| BtPlainOrHtmlPage (QWidget *parent=nullptr) | |
| bool | htmlMode () const |
| void | setHtmlMode (bool html) |
Private Member Functions | |
| void | retranslateUi () |
Private Attributes | |
| QGroupBox * | m_groupBox |
| QRadioButton * | m_htmlRadioButton |
| QRadioButton * | m_plainTextRadioButton |
| QVBoxLayout * | m_verticalLayout |
Definition at line 26 of file btplainorhtmlpage.h.
| BtPlainOrHtmlPage::BtPlainOrHtmlPage | ( | QWidget * | parent = nullptr | ) |
Definition at line 22 of file btplainorhtmlpage.cpp.
References m_groupBox, m_htmlRadioButton, m_plainTextRadioButton, m_verticalLayout, and retranslateUi().
| bool BtPlainOrHtmlPage::htmlMode | ( | ) | const |
Definition at line 47 of file btplainorhtmlpage.cpp.
References m_htmlRadioButton.
Referenced by BtEditTextWizard::htmlMode().
|
private |
Definition at line 56 of file btplainorhtmlpage.cpp.
References m_htmlRadioButton, and m_plainTextRadioButton.
Referenced by BtPlainOrHtmlPage().
| void BtPlainOrHtmlPage::setHtmlMode | ( | bool | html | ) |
Definition at line 51 of file btplainorhtmlpage.cpp.
References m_htmlRadioButton, and m_plainTextRadioButton.
Referenced by BtEditTextWizard::BtEditTextWizard().
|
private |
Definition at line 42 of file btplainorhtmlpage.h.
Referenced by BtPlainOrHtmlPage().
|
private |
Definition at line 41 of file btplainorhtmlpage.h.
Referenced by BtPlainOrHtmlPage(), htmlMode(), retranslateUi(), and setHtmlMode().
|
private |
Definition at line 40 of file btplainorhtmlpage.h.
Referenced by BtPlainOrHtmlPage(), retranslateUi(), and setHtmlMode().
|
private |
Definition at line 43 of file btplainorhtmlpage.h.
Referenced by BtPlainOrHtmlPage().