BibleTime
Public Member Functions | Private Member Functions | Private Attributes | List of all members
BtPlainOrHtmlPage Class Referencefinal

#include <btplainorhtmlpage.h>

Inheritance diagram for BtPlainOrHtmlPage:

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
 

Detailed Description

Definition at line 26 of file btplainorhtmlpage.h.

Constructor & Destructor Documentation

◆ BtPlainOrHtmlPage()

BtPlainOrHtmlPage::BtPlainOrHtmlPage ( QWidget parent = nullptr)

Member Function Documentation

◆ htmlMode()

bool BtPlainOrHtmlPage::htmlMode ( ) const

Definition at line 47 of file btplainorhtmlpage.cpp.

References m_htmlRadioButton.

Referenced by BtEditTextWizard::htmlMode().

◆ retranslateUi()

void BtPlainOrHtmlPage::retranslateUi ( )
private

Definition at line 56 of file btplainorhtmlpage.cpp.

References m_htmlRadioButton, and m_plainTextRadioButton.

Referenced by BtPlainOrHtmlPage().

◆ setHtmlMode()

void BtPlainOrHtmlPage::setHtmlMode ( bool  html)

Definition at line 51 of file btplainorhtmlpage.cpp.

References m_htmlRadioButton, and m_plainTextRadioButton.

Referenced by BtEditTextWizard::BtEditTextWizard().

Member Data Documentation

◆ m_groupBox

QGroupBox* BtPlainOrHtmlPage::m_groupBox
private

Definition at line 42 of file btplainorhtmlpage.h.

Referenced by BtPlainOrHtmlPage().

◆ m_htmlRadioButton

QRadioButton* BtPlainOrHtmlPage::m_htmlRadioButton
private

Definition at line 41 of file btplainorhtmlpage.h.

Referenced by BtPlainOrHtmlPage(), htmlMode(), retranslateUi(), and setHtmlMode().

◆ m_plainTextRadioButton

QRadioButton* BtPlainOrHtmlPage::m_plainTextRadioButton
private

Definition at line 40 of file btplainorhtmlpage.h.

Referenced by BtPlainOrHtmlPage(), retranslateUi(), and setHtmlMode().

◆ m_verticalLayout

QVBoxLayout* BtPlainOrHtmlPage::m_verticalLayout
private

Definition at line 43 of file btplainorhtmlpage.h.

Referenced by BtPlainOrHtmlPage().


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