GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::setup_community_news Class Reference

#include "welcome-wizard.h"

Inheritance diagram for octave::setup_community_news:
Collaboration diagram for octave::setup_community_news:

Public Member Functions

 setup_community_news (base_qobject &oct_qobj, welcome_wizard *wizard)
 
 ~setup_community_news (void)=default
 

Static Public Member Functions

static QWidgetcreate (base_qobject &oct_qobj, welcome_wizard *wizard)
 

Private Attributes

QPushButtonm_cancel
 
QCheckBox * m_checkbox
 
QLabel * m_checkbox_message
 
QLabel * m_logo
 
QLabel * m_message
 
QPushButtonm_next
 
QPushButtonm_previous
 
QLabel * m_title
 

Detailed Description

Definition at line 100 of file welcome-wizard.h.

Constructor & Destructor Documentation

◆ setup_community_news()

octave::setup_community_news::setup_community_news ( base_qobject oct_qobj,
welcome_wizard wizard 
)

◆ ~setup_community_news()

octave::setup_community_news::~setup_community_news ( void  )
default

Member Function Documentation

◆ create()

static QWidget* octave::setup_community_news::create ( base_qobject oct_qobj,
welcome_wizard wizard 
)
inlinestatic

Definition at line 111 of file welcome-wizard.h.

References setup_community_news().

Referenced by octave::welcome_wizard::welcome_wizard().

Member Data Documentation

◆ m_cancel

QPushButton* octave::setup_community_news::m_cancel
private

Definition at line 125 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_checkbox

QCheckBox* octave::setup_community_news::m_checkbox
private

Definition at line 120 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_checkbox_message

QLabel* octave::setup_community_news::m_checkbox_message
private

Definition at line 121 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_logo

QLabel* octave::setup_community_news::m_logo
private

Definition at line 122 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_message

QLabel* octave::setup_community_news::m_message
private

Definition at line 119 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_next

QPushButton* octave::setup_community_news::m_next
private

Definition at line 124 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_previous

QPushButton* octave::setup_community_news::m_previous
private

Definition at line 123 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_title

QLabel* octave::setup_community_news::m_title
private

Definition at line 118 of file welcome-wizard.h.

Referenced by setup_community_news().


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