GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
final_page Class Reference

#include "welcome-wizard.h"

Inheritance diagram for final_page:
Inheritance graph
[legend]
Collaboration diagram for final_page:
Collaboration graph
[legend]

Public Member Functions

 final_page (welcome_wizard *wizard)
 ~final_page (void)

Static Public Member Functions

static QWidgetcreate (welcome_wizard *wizard)

Private Attributes

QPushButtoncancel
QPushButtonfinish
QLabel * links
QLabel * logo
QLabel * message
QPushButtonprevious
QLabel * title

Detailed Description

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

Constructor & Destructor Documentation

final_page::final_page ( welcome_wizard wizard)

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

References cancel, finish, links, logo, message, previous, and title.

Referenced by create().

final_page::~final_page ( void  )
inline

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

Member Function Documentation

static QWidget* final_page::create ( welcome_wizard wizard)
inlinestatic

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

References final_page().

Referenced by welcome_wizard::welcome_wizard().

Member Data Documentation

QPushButton* final_page::cancel
private

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

Referenced by final_page().

QPushButton* final_page::finish
private

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

Referenced by final_page().

QLabel* final_page::links
private

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

Referenced by final_page().

QLabel* final_page::logo
private

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

Referenced by final_page().

QLabel* final_page::message
private

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

Referenced by final_page().

QPushButton* final_page::previous
private

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

Referenced by final_page().

QLabel* final_page::title
private

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

Referenced by final_page().


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