• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeui
 

tdeui

Public Member Functions | Protected Member Functions

TDEAboutApplication Class Reference

Standard "About Application" dialog box. More...

#include <tdeaboutapplication.h>

Inheritance diagram for TDEAboutApplication:
TDEAboutDialog KDialogBase KDialog TQDialog

List of all members.

Public Member Functions

 TDEAboutApplication (TQWidget *parent=0, const char *name=0, bool modal=true)
 TDEAboutApplication (const TDEAboutData *aboutData, TQWidget *parent=0, const char *name=0, bool modal=true)

Protected Member Functions

void buildDialog (const TDEAboutData *aboutData)

Detailed Description

Standard "About Application" dialog box.

This class provides the standard "About Application" dialog box that is used by KHelpMenu. It uses the information of the global TDEAboutData that is specified at the start of your program in main(). Normally you should not use this class directly but rather the KHelpMenu class or even better just subclass your toplevel window from TDEMainWindow. If you do the latter, the help menu and thereby this dialog box is available through the TDEMainWindow::helpMenu() function.

Author:
Waldo Bastian (bastian@kde.org) and Espen Sand (espen@kde.org)

Definition at line 44 of file tdeaboutapplication.h.


Constructor & Destructor Documentation

TDEAboutApplication::TDEAboutApplication ( TQWidget *  parent = 0,
const char *  name = 0,
bool  modal = true 
)

Constructor.

Creates a fully featured "About Application" dialog box. Note that this dialog is made modeless in the KHelpMenu class so the users may expect a modeless dialog.

Parameters:
parent The parent of the dialog box. You should use the toplevel window so that the dialog becomes centered.
name Internal name of the widget. This name is not used in the caption.
modal If false, this widget will be modeless and must be made visible using TQWidget::show(). Otherwise it will be modal and must be made visible using TQWidget::exec().

Definition at line 36 of file tdeaboutapplication.cpp.

TDEAboutApplication::TDEAboutApplication ( const TDEAboutData *  aboutData,
TQWidget *  parent = 0,
const char *  name = 0,
bool  modal = true 
)

Constructor.

Mostly does the same stuff as the previous constructor, except that it can take a custom TDEAboutData object instead of the one specified in your main() function. This is especially useful for applications which are implemented as (dynamically loaded) libraries, e.g. panel applets.

Parameters:
aboutData A pointer to a TDEAboutData object which data will be used for filling the dialog.
parent The parent of the dialog box. You should use the toplevel window so that the dialog becomes centered.
name Internal name of the widget. This name is not used in the caption.
modal If false, this widget will be modeless and must be made visible using TQWidget::show(). Otherwise it will be modal and must be made visible using TQWidget::exec().

Definition at line 46 of file tdeaboutapplication.cpp.


The documentation for this class was generated from the following files:
  • tdeaboutapplication.h
  • tdeaboutapplication.cpp

tdeui

Skip menu "tdeui"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeui

Skip menu "tdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeui by doxygen 1.7.1
This website is maintained by Timothy Pearson.