start_tournament_info_t Struct Reference

#include <Structs.h>

Collaboration diagram for start_tournament_info_t:

Collaboration graph
[legend]

Public Member Functions

 start_tournament_info_t (const int r, const bool s, const class String fn, const class String dir)

Data Fields

int row
bool selected
String filename
String directory

Constructor & Destructor Documentation

start_tournament_info_t::start_tournament_info_t const int  r,
const bool  s,
const class String  fn,
const class String  dir
[inline]
 

Definition at line 66 of file Structs.h.

00067                                                                          :
00068     row(r), selected(s), filename(fn), directory(dir) {}
  int row;


Field Documentation

class String start_tournament_info_t::directory
 

Definition at line 72 of file Structs.h.

Referenced by StartTournamentWindow::add_all_selected(), and StartTournamentWindow::new_tournament().

class String start_tournament_info_t::filename
 

Definition at line 71 of file Structs.h.

Referenced by StartTournamentWindow::add_all_selected(), StartTournamentWindow::new_tournament(), and ArenaRealTime::start_tournament().

int start_tournament_info_t::row
 

Definition at line 69 of file Structs.h.

Referenced by StartTournamentWindow::change_all_selection(), StartTournamentWindow::find_row_in_clist(), StartTournamentWindow::new_tournament(), and StartTournamentWindow::remove_all_selected().

bool start_tournament_info_t::selected
 

Definition at line 70 of file Structs.h.

Referenced by StartTournamentWindow::add_all_selected(), StartTournamentWindow::change_all_selection(), StartTournamentWindow::new_tournament(), StartTournamentWindow::remove_all_selected(), and StartTournamentWindow::selection_made().


The documentation for this struct was generated from the following file:
Generated on Fri Oct 15 15:51:03 2004 for Real Time Battle by  doxygen 1.3.9.1