TarzaNN
TarzaNN neural network simulator
Public Slots | Public Member Functions
UI_DesignerHelpButton Class Reference

#include <UI_DesignerHelpButton.h>

List of all members.

Public Slots

void slotShowHelpMessage ()

Public Member Functions

 UI_DesignerHelpButton (QString helpMessage, QString helpBoxTitle, QWidget *parent=0)
 ~UI_DesignerHelpButton ()

Detailed Description

Implements the help button for add/edit dialog boxes. When pressed, pops up a message box containing a help message which was passed to the constructor. Inherits from QPushButton.


Constructor & Destructor Documentation

UI_DesignerHelpButton::UI_DesignerHelpButton ( QString  helpMessage,
QString  helpBoxTitle,
QWidget *  parent = 0 
)

Creates a new UI_DesignerHelpButton. The parent is passed on to the QPushButton constructor.

Parameters:
helpMessageThe message to be displayed when the button is pressed
helpBoxTitleThe title of the message box which is displayed when the button is pressed
parentThe parent of this widget
UI_DesignerHelpButton::~UI_DesignerHelpButton ( )

Destroys the object and frees any allocated resources.


Member Function Documentation

void UI_DesignerHelpButton::slotShowHelpMessage ( ) [slot]

Shows a message box when the button is pressed.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines