GNU Octave  4.4.1
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 (welcome_wizard *wizard)
 
 ~setup_community_news (void)=default
 

Static Public Member Functions

static QWidgetcreate (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 87 of file welcome-wizard.h.

Constructor & Destructor Documentation

◆ setup_community_news()

octave::setup_community_news::setup_community_news ( welcome_wizard wizard)

Definition at line 181 of file welcome-wizard.cc.

References m_cancel, m_checkbox, m_checkbox_message, m_logo, m_message, m_next, m_previous, and m_title.

Referenced by create().

◆ ~setup_community_news()

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

Member Function Documentation

◆ create()

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

Definition at line 98 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 109 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_checkbox

QCheckBox* octave::setup_community_news::m_checkbox
private

Definition at line 104 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 105 of file welcome-wizard.h.

Referenced by setup_community_news().

◆ m_logo

QLabel* octave::setup_community_news::m_logo
private

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

Referenced by setup_community_news().

◆ m_message

QLabel* octave::setup_community_news::m_message
private

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

Referenced by setup_community_news().

◆ m_next

QPushButton* octave::setup_community_news::m_next
private

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

Referenced by setup_community_news().

◆ m_previous

QPushButton* octave::setup_community_news::m_previous
private

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

Referenced by setup_community_news().

◆ m_title

QLabel* octave::setup_community_news::m_title
private

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

Referenced by setup_community_news().


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