KardMessageDisplay Class Reference

#include <kardmessagedisplay.h>

Collaboration diagram for KardMessageDisplay:

Collaboration graph
[legend]

List of all members.


Detailed Description

A dialogue showing card sequences with messages along side those sequences.

Author:
John Schneiderman

Public Member Functions

 KardMessageDisplay (const QString &caption, const vector< CardSequence > &hands, const vector< QString > &messages, const QString &cardImagePath="", const QString &cardBackImage="", QWidget *parent=0, bool modal=true)
 KardMessageDisplay (const QString &caption, const CardSequence &hand, const QString &message, const QString &cardImagePath="", const QString &cardBackImage="", QWidget *parent=0, bool modal=true)
 ~KardMessageDisplay ()

Constructor & Destructor Documentation

KardMessageDisplay::KardMessageDisplay ( const QString &  caption,
const CardSequence hand,
const QString &  message,
const QString &  cardImagePath = "",
const QString &  cardBackImage = "",
QWidget *  parent = 0,
bool  modal = true 
)

This is the widget dialogue constructor.

Parameters:
caption is the caption for the dialogue.
hand is the card sequences to display.
message is the message to accompany the card sequence.
cardImagePath is the path to the directory that contains the image of our kards.
cardBackImage is the file-name for the back of our kards.
parent is the parent of the dialogue.
modal is whether or not the dialogue is modal, the default is true.

KardMessageDisplay::KardMessageDisplay ( const QString &  caption,
const vector< CardSequence > &  hands,
const vector< QString > &  messages,
const QString &  cardImagePath = "",
const QString &  cardBackImage = "",
QWidget *  parent = 0,
bool  modal = true 
)

This is the widget dialogue constructor.

Parameters:
caption is the caption for the dialogue.
hands are the card sequences to display.
messages are the messages to accompany the card sequences.
cardImagePath is the path to the directory that contains the image of our kards.
cardBackImage is the file-name for the back of our kards.
parent is the parent of the dialogue.
modal is whether or not the dialogue is modal, the default is true.

KardMessageDisplay::~KardMessageDisplay (  ) 

The destructor.


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

Generated on Tue Aug 12 23:24:01 2008 for KardsGT by  doxygen 1.5.5