Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CMatchLVI Class Reference

CMatchLVI. More...

#include <TServerGUI.h>

List of all members.

Public Member Functions

 CMatchLVI (CParticipant *part, QListViewItem *parent)
 CMatchLVI.
 CMatchLVI (CMatch *match, QListView *parent)
 CMatchLVI.
 ~CMatchLVI ()
 ~CMatchLVI
bool IsMatchItem () const
 IsMatchItem.
CParticipantGetParticipant () const
 GetParticipant.
CMatchGetMatch () const
 GetMatch.


Detailed Description

CMatchLVI.

Description: This is a list view item derived class that will be inserted in the Round list view.

Limitations: NONE


Constructor & Destructor Documentation

CMatchLVI::CMatchLVI CParticipant part,
QListViewItem *  parent
 

CMatchLVI.

Description: Class constructor

Parameters:
part is the participant to set in this item.
Limitations: NONE

CMatchLVI::CMatchLVI CMatch match,
QListView *  parent
 

CMatchLVI.

Description: Class constructor

Parameters:
match is the match to set in this item.
Limitations: NONE

CMatchLVI::~CMatchLVI  ) 
 

~CMatchLVI

Description: Class deconstructor

Limitations: NONE


Member Function Documentation

CMatch * CMatchLVI::GetMatch  )  const
 

GetMatch.

Description: Returns the match pointer.

Returns:
The match pointer.
Limitations: NONE

CParticipant * CMatchLVI::GetParticipant  )  const
 

GetParticipant.

Description: Returns the participant pointer.

Returns:
The participant pointer.
Limitations: NONE

bool CMatchLVI::IsMatchItem  )  const
 

IsMatchItem.

Description: Returns true if this is a match item and false if this is a participant item.

Returns:
True if this is the participant item and false if it is a match item.
Limitations: NONE


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo