kalarm

#include <mainwindowbase.h>

Inheritance diagram for MainWindowBase:
MessageWin

Public Member Functions

 MainWindowBase (TQWidget *parent=0, const char *name=0, WFlags f=WType_TopLevel|WDestructiveClose)
 

Protected Member Functions

virtual void closeEvent (TQCloseEvent *)
 
virtual bool queryExit ()
 

Detailed Description

The MainWindowBase class is a base class for KAlarm's main window and message window.

When the window is closed, it only allows the application to quit if there is no system tray icon displayed.

Author
David Jarvie softw.nosp@m.are@.nosp@m.astro.nosp@m.jar..nosp@m.org.u.nosp@m.k

Definition at line 34 of file mainwindowbase.h.

Constructor & Destructor Documentation

◆ MainWindowBase()

MainWindowBase::MainWindowBase ( TQWidget *  parent = 0,
const char *  name = 0,
WFlags  f = WType_TopLevel | WDestructiveClose 
)
inlineexplicit

Definition at line 40 of file mainwindowbase.h.

Member Function Documentation

◆ closeEvent()

void MainWindowBase::closeEvent ( TQCloseEvent *  ce)
protectedvirtual

Definition at line 31 of file mainwindowbase.cpp.

◆ queryExit()

bool MainWindowBase::queryExit ( )
protectedvirtual

Definition at line 43 of file mainwindowbase.cpp.


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