Qt 5.10 Book Examples
Public Slots | Signals | Public Member Functions | List of all members
DocWindow Class Reference

#include <DocWindow.h>

Inheritance diagram for DocWindow:

Public Slots

void slotLoad ()
 
void slotSave ()
 
void slotSaveAs ()
 
void slotLoad ()
 
void slotSave ()
 
void slotSaveAs ()
 

Signals

void changeWindowTitle (const QString &)
 
void changeWindowTitle (const QString &)
 

Public Member Functions

 DocWindow (QWidget *pwgt=0)
 
 DocWindow (QWidget *pwgt=0)
 

Detailed Description

Definition at line 16 of file DocWindow.h.

Constructor & Destructor Documentation

◆ DocWindow() [1/2]

DocWindow::DocWindow ( QWidget *  pwgt = 0)

Definition at line 15 of file DocWindow.cpp.

◆ DocWindow() [2/2]

DocWindow::DocWindow ( QWidget *  pwgt = 0)

Member Function Documentation

◆ changeWindowTitle [1/2]

void DocWindow::changeWindowTitle ( const QString &  )
signal

◆ changeWindowTitle [2/2]

void DocWindow::changeWindowTitle ( const QString &  )
signal

◆ slotLoad [1/2]

void DocWindow::slotLoad ( )
slot

Definition at line 20 of file DocWindow.cpp.

◆ slotLoad [2/2]

void DocWindow::slotLoad ( )
slot

◆ slotSave [1/2]

void DocWindow::slotSave ( )
slot

◆ slotSave [2/2]

void DocWindow::slotSave ( )
slot

Definition at line 39 of file DocWindow.cpp.

◆ slotSaveAs [1/2]

void DocWindow::slotSaveAs ( )
slot

Definition at line 55 of file DocWindow.cpp.

◆ slotSaveAs [2/2]

void DocWindow::slotSaveAs ( )
slot

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