#include <kardmessagedisplay.h>
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 () |
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.
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.
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.