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

#include "release-notes.h"

Inheritance diagram for octave::release_notes:
Collaboration diagram for octave::release_notes:

Public Slots

void display (void)
 

Public Member Functions

 release_notes (void)
 
 ~release_notes (void)=default
 

Private Member Functions

void get_screen_geometry (int &width, int &height)
 

Private Attributes

QTextBrowserm_browser
 
QString m_release_notes_icon
 

Detailed Description

Definition at line 38 of file release-notes.h.

Constructor & Destructor Documentation

◆ release_notes()

octave::release_notes::release_notes ( void  )

◆ ~release_notes()

octave::release_notes::~release_notes ( void  )
default

Member Function Documentation

◆ display

void octave::release_notes::display ( void  )
slot

Definition at line 106 of file release-notes.cc.

References m_release_notes_icon.

◆ get_screen_geometry()

void octave::release_notes::get_screen_geometry ( int width,
int height 
)
private

Definition at line 122 of file release-notes.cc.

Referenced by release_notes().

Member Data Documentation

◆ m_browser

QTextBrowser* octave::release_notes::m_browser
private

Definition at line 56 of file release-notes.h.

Referenced by release_notes().

◆ m_release_notes_icon

QString octave::release_notes::m_release_notes_icon
private

Definition at line 57 of file release-notes.h.

Referenced by release_notes(), and display().


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