From: Arto Hyvättinen Date: Mon, 16 Aug 2010 18:55:10 +0000 (+0300) Subject: Add hourclass and old clock icons. X-Git-Tag: v1.9.0~104 X-Git-Url: https://vcs.maemo.org/git/?p=chessclock;a=commitdiff_plain;h=8c1e7278371e92b8a187604a0782457d31f313f2 Add hourclass and old clock icons. --- diff --git a/chessclock.qrc b/chessclock.qrc index c0e9b9d..4391794 100644 --- a/chessclock.qrc +++ b/chessclock.qrc @@ -9,5 +9,7 @@ pic/logo.png pic/white_small.png pic/black_small.png + pic/hourglass.png + pic/oldclock.png diff --git a/classes/timecontrol/hourglasstimecontrol.cpp b/classes/timecontrol/hourglasstimecontrol.cpp index 7f5baf3..d352558 100644 --- a/classes/timecontrol/hourglasstimecontrol.cpp +++ b/classes/timecontrol/hourglasstimecontrol.cpp @@ -37,6 +37,11 @@ QString HourGlassTimeControl::getName() return qApp->translate("Hour Glass","Hour Glass"); } +QIcon HourGlassTimeControl::getIcon() +{ + return QIcon(":/rc/pic/hourglass.png"); +} + QString HourGlassTimeControl::getDescription() { return qApp->translate("Hour Glass","Time added to clock is substracted to another"); diff --git a/classes/timecontrol/hourglasstimecontrol.h b/classes/timecontrol/hourglasstimecontrol.h index 76cb211..268cc3f 100644 --- a/classes/timecontrol/hourglasstimecontrol.h +++ b/classes/timecontrol/hourglasstimecontrol.h @@ -31,6 +31,7 @@ public: QString getName(); QString getDescription(); + QIcon getIcon(); ClocksWidget* initGame(bool useLastSettings); }; diff --git a/classes/timecontrol/notimecontrol.cpp b/classes/timecontrol/notimecontrol.cpp index d5918a8..b946065 100644 --- a/classes/timecontrol/notimecontrol.cpp +++ b/classes/timecontrol/notimecontrol.cpp @@ -38,6 +38,11 @@ QString NoTimeControl::getDescription() return qApp->translate("NoneTimeControl","Never add time."); } +QIcon NoTimeControl::getIcon() +{ + return QIcon(":/rc/pic/oldclock.png"); +} + ClocksWidget* NoTimeControl::initGame(bool useLastSettings) { BasicDialog dialog(getName()); diff --git a/classes/timecontrol/notimecontrol.h b/classes/timecontrol/notimecontrol.h index 1befb70..219e053 100644 --- a/classes/timecontrol/notimecontrol.h +++ b/classes/timecontrol/notimecontrol.h @@ -32,6 +32,7 @@ public: QString getName() { return qApp->translate("NoTimeControl","Normal clock"); } QString getDescription(); + QIcon getIcon(); ClocksWidget* initGame(bool useLastSettings); }; diff --git a/pic/hourglass.png b/pic/hourglass.png new file mode 100644 index 0000000..9645b96 Binary files /dev/null and b/pic/hourglass.png differ diff --git a/pic/oldclock.png b/pic/oldclock.png new file mode 100644 index 0000000..39f5912 Binary files /dev/null and b/pic/oldclock.png differ diff --git a/www/html/basicdialog_8cpp.html b/www/html/basicdialog_8cpp.html new file mode 100644 index 0000000..b769c9f --- /dev/null +++ b/www/html/basicdialog_8cpp.html @@ -0,0 +1,82 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/basicdialog.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/basicdialog.cpp File Reference

#include "basicdialog.h"
+#include <QDialog>
+#include <QString>
+#include <QTime>
+#include <QTimeEdit>
+#include <QSpinBox>
+#include <QCheckBox>
+#include <QLabel>
+#include <QGridLayout>
+#include <QPushButton>
+#include <QSettings>
+#include <QDebug>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/basicdialog_8cpp_source.html b/www/html/basicdialog_8cpp_source.html new file mode 100644 index 0000000..d3aec6e --- /dev/null +++ b/www/html/basicdialog_8cpp_source.html @@ -0,0 +1,286 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/basicdialog.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/basicdialog_8h.html b/www/html/basicdialog_8h.html new file mode 100644 index 0000000..177a622 --- /dev/null +++ b/www/html/basicdialog_8h.html @@ -0,0 +1,76 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/basicdialog.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/basicdialog.h File Reference

#include <QDialog>
+#include <QString>
+#include <QTime>
+ +

Go to the source code of this file.

+ + + + +

Classes

class  BasicDialog
 Basic dialog for Time Control settings. More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/basicdialog_8h_source.html b/www/html/basicdialog_8h_source.html new file mode 100644 index 0000000..0d9cd0b --- /dev/null +++ b/www/html/basicdialog_8h_source.html @@ -0,0 +1,145 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/basicdialog.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_basic_dialog-members.html b/www/html/class_basic_dialog-members.html new file mode 100644 index 0000000..bf9a1df --- /dev/null +++ b/www/html/class_basic_dialog-members.html @@ -0,0 +1,97 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

BasicDialog Member List

This is the complete list of members for BasicDialog, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
additionLabel_BasicDialog
BasicDialog(QString timeContolName, QWidget *parent=0)BasicDialog
blackAddition_BasicDialog
blackInitial_BasicDialog
blackLabel_BasicDialog
blackTurns_BasicDialog
disableAddition()BasicDialog
disablePerTurns()BasicDialog
disableUnEquals()BasicDialog
equals_BasicDialog
equalsLabel_BasicDialog
getBlackAddition()BasicDialog
getBlackInitial()BasicDialog
getBlackPerTurns()BasicDialog
getWhiteAddition()BasicDialog
getWhiteInitial()BasicDialog
getWhitePerTurns()BasicDialog
init(QTime whiteInitial=QTime(1, 30), QTime blackInitial=QTime(1, 30), QTime whiteAddition=QTime(0, 0, 30), QTime blackAddition=QTime(0, 0, 30), int whitePerTurns=1, int blackPerTurns=1)BasicDialog
initialLabel_BasicDialog
initTimeEdit()BasicDialog [protected, static]
perTurnLabel_BasicDialog
setEquals()BasicDialog [slot]
store()BasicDialog
timeControlName_BasicDialog [protected]
toMsecs(QTimeEdit *timeEdit)BasicDialog [protected, static]
whiteAddition_BasicDialog
whiteInitial_BasicDialog
whiteLabel_BasicDialog
whiteTurns_BasicDialog
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_basic_dialog.html b/www/html/class_basic_dialog.html new file mode 100644 index 0000000..1fdfc73 --- /dev/null +++ b/www/html/class_basic_dialog.html @@ -0,0 +1,680 @@ + + + + + +Chess Clock: BasicDialog Class Reference + + + + + + + + + +
+

BasicDialog Class Reference

+

Basic dialog for Time Control settings. +More...

+ +

#include <basicdialog.h>

+ +

List of all members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Slots

void setEquals ()

Public Member Functions

 BasicDialog (QString timeContolName, QWidget *parent=0)
 Constructor.
void disableAddition ()
void disablePerTurns ()
void disableUnEquals ()
int getWhiteInitial ()
int getBlackInitial ()
int getWhiteAddition ()
int getBlackAddition ()
int getWhitePerTurns ()
int getBlackPerTurns ()
void store ()
 Store values to settings.
void init (QTime whiteInitial=QTime(1, 30), QTime blackInitial=QTime(1, 30), QTime whiteAddition=QTime(0, 0, 30), QTime blackAddition=QTime(0, 0, 30), int whitePerTurns=1, int blackPerTurns=1)
 Load values from settings, or init to initial values.

Public Attributes

QTimeEdit * whiteInitial_
QTimeEdit * blackInitial_
QTimeEdit * whiteAddition_
QTimeEdit * blackAddition_
QSpinBox * whiteTurns_
QSpinBox * blackTurns_
QCheckBox * equals_
QLabel * initialLabel_
QLabel * additionLabel_
QLabel * perTurnLabel_
QLabel * equalsLabel_
QLabel * whiteLabel_
QLabel * blackLabel_

Static Protected Member Functions

static QTimeEdit * initTimeEdit ()
static int toMsecs (QTimeEdit *timeEdit)

Protected Attributes

QString timeControlName_
+

Detailed Description

+

Basic dialog for Time Control settings.

+
Author:
Arto Hyvättinen
+
Date:
2010-08-16
+

Basic dialog setting up clock. Time control can use this dialog. Using disableAddition(), disablePerTurns() or disableUnEquals() it is possible to customize dialog.

+

All the widgets are public for customization.

+ +

Definition at line 47 of file basicdialog.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
BasicDialog::BasicDialog (QString  timeContolName,
QWidget *  parent = 0 
)
+
+
+ +

Constructor.

+
Parameters:
+ + +
timeControlName Name of time controller, will be window title
+
+
+ +

Definition at line 34 of file basicdialog.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void BasicDialog::disableAddition ( ) 
+
+
+ +

Definition at line 111 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void BasicDialog::disablePerTurns ( ) 
+
+
+ +

Definition at line 104 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void BasicDialog::disableUnEquals ( ) 
+
+
+ +

Definition at line 119 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int BasicDialog::getBlackAddition ( ) 
+
+
+ +

Definition at line 188 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int BasicDialog::getBlackInitial ( ) 
+
+
+ +

Definition at line 178 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int BasicDialog::getBlackPerTurns ( ) 
+
+
+ +

Definition at line 197 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int BasicDialog::getWhiteAddition ( ) 
+
+
+ +

Definition at line 168 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int BasicDialog::getWhiteInitial ( ) 
+
+
+ +

Definition at line 163 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int BasicDialog::getWhitePerTurns ( ) 
+
+
+ +

Definition at line 173 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void BasicDialog::init (QTime  whiteInitial = QTime(1,30),
QTime  blackInitial = QTime(1,30),
QTime  whiteAddition = QTime(0,0,30),
QTime  blackAddition = QTime(0,0,30),
int  whitePerTurns = 1,
int  blackPerTurns = 1 
)
+
+
+ +

Load values from settings, or init to initial values.

+ +

Definition at line 145 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QTimeEdit * BasicDialog::initTimeEdit ( )  [static, protected]
+
+
+ +

Definition at line 214 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void BasicDialog::setEquals ( )  [slot]
+
+
+ +

Definition at line 95 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void BasicDialog::store ( ) 
+
+
+ +

Store values to settings.

+ +

Definition at line 130 of file basicdialog.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
int BasicDialog::toMsecs (QTimeEdit *  timeEdit )  [static, protected]
+
+
+ +

Definition at line 206 of file basicdialog.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
QLabel * BasicDialog::additionLabel_
+
+
+ +

Definition at line 90 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QTimeEdit * BasicDialog::blackAddition_
+
+
+ +

Definition at line 86 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QTimeEdit * BasicDialog::blackInitial_
+
+
+ +

Definition at line 85 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QLabel * BasicDialog::blackLabel_
+
+
+ +

Definition at line 91 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QSpinBox * BasicDialog::blackTurns_
+
+
+ +

Definition at line 87 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QCheckBox* BasicDialog::equals_
+
+
+ +

Definition at line 88 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QLabel * BasicDialog::equalsLabel_
+
+
+ +

Definition at line 90 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QLabel* BasicDialog::initialLabel_
+
+
+ +

Definition at line 90 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QLabel * BasicDialog::perTurnLabel_
+
+
+ +

Definition at line 90 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QString BasicDialog::timeControlName_ [protected]
+
+
+ +

Definition at line 94 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QTimeEdit* BasicDialog::whiteAddition_
+
+
+ +

Definition at line 86 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QTimeEdit* BasicDialog::whiteInitial_
+
+
+ +

Definition at line 85 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QLabel* BasicDialog::whiteLabel_
+
+
+ +

Definition at line 91 of file basicdialog.h.

+ +
+
+ +
+
+ + + + +
QSpinBox* BasicDialog::whiteTurns_
+
+
+ +

Definition at line 87 of file basicdialog.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_clocks_widget-members.html b/www/html/class_clocks_widget-members.html new file mode 100644 index 0000000..428908c --- /dev/null +++ b/www/html/class_clocks_widget-members.html @@ -0,0 +1,90 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

ClocksWidget Member List

This is the complete list of members for ClocksWidget, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + +
black_ClocksWidget [protected]
BlackPause enum valueClocksWidget [protected]
BlackTurn enum valueClocksWidget [protected]
CLICKDELAYClocksWidget [protected, static]
ClickedWhenStopped()ClocksWidget [signal]
ClocksWidget(ChessClock *white, ChessClock *black, QWidget *parent=0)ClocksWidget
delayTimer_ClocksWidget [protected]
GameStatus enum nameClocksWidget [protected]
isPlayStarted()ClocksWidget [inline]
mouseReleaseEvent(QMouseEvent *event)ClocksWidget [protected]
pause()ClocksWidget [slot]
pauseLabel_ClocksWidget [protected]
status_ClocksWidget [protected]
Stopped enum valueClocksWidget [protected]
stopPlay()ClocksWidget [slot]
TurnFinished(TurnInformation *turnInfo)ClocksWidget [signal]
Welcome enum valueClocksWidget [protected]
welcomeLabel_ClocksWidget [protected]
white_ClocksWidget [protected]
WhitePause enum valueClocksWidget [protected]
WhiteTurn enum valueClocksWidget [protected]
~ClocksWidget()ClocksWidget
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_clocks_widget.html b/www/html/class_clocks_widget.html new file mode 100644 index 0000000..c460728 --- /dev/null +++ b/www/html/class_clocks_widget.html @@ -0,0 +1,435 @@ + + + + + +Chess Clock: ClocksWidget Class Reference + + + + + + + + + +
+

ClocksWidget Class Reference

+

Widget with two clocks. +More...

+ +

#include <clockswidget.h>

+ +

List of all members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Slots

void pause ()
 Pause game.
void stopPlay ()
 End the game.

Signals

void TurnFinished (TurnInformation *turnInfo)
void ClickedWhenStopped ()

Public Member Functions

 ClocksWidget (ChessClock *white, ChessClock *black, QWidget *parent=0)
 ~ClocksWidget ()
bool isPlayStarted ()

Protected Types

enum  GameStatus {
+  Stopped, +WhiteTurn, +BlackTurn, +WhitePause, +
+  BlackPause, +Welcome +
+ }

Protected Member Functions

void mouseReleaseEvent (QMouseEvent *event)

Protected Attributes

ChessClockwhite_
ChessClockblack_
QLabel * pauseLabel_
QLabel * welcomeLabel_
GameStatus status_
QTime delayTimer_

Static Protected Attributes

static int const CLICKDELAY = 500
 To avoid double clicks.
+

Detailed Description

+

Widget with two clocks.

+
Author:
Arto Hyvättinen
+
Date:
2010-08-14
+

Central widget of Chess Clock. Needed to create new ClocksWidget to every new game.

+ +

Definition at line 45 of file clockswidget.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum ClocksWidget::GameStatus [protected]
+
+
+
Enumerator:
+ + + + + + +
Stopped  +

Not running.

+
WhiteTurn  +
BlackTurn  +
WhitePause  +
BlackPause  +
Welcome  +
+
+
+ +

Definition at line 74 of file clockswidget.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
ClocksWidget::ClocksWidget (ChessClock white,
ChessClock black,
QWidget *  parent = 0 
)
+
+
+ +

Definition at line 33 of file clockswidget.cpp.

+ +
+
+ +
+
+ + + + + + + + +
ClocksWidget::~ClocksWidget ( ) 
+
+
+ +

Definition at line 79 of file clockswidget.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void ClocksWidget::ClickedWhenStopped ( )  [signal]
+
+
+ +
+
+ +
+
+ + + + + + + + +
bool ClocksWidget::isPlayStarted ( )  [inline]
+
+
+ +

Definition at line 51 of file clockswidget.h.

+ +
+
+ +
+
+ + + + + + + + + +
void ClocksWidget::mouseReleaseEvent (QMouseEvent *  event )  [protected]
+
+
+ +

Definition at line 111 of file clockswidget.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void ClocksWidget::pause ( )  [slot]
+
+
+ +

Pause game.

+ +

Definition at line 85 of file clockswidget.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void ClocksWidget::stopPlay ( )  [slot]
+
+
+ +

End the game.

+ +

Definition at line 101 of file clockswidget.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
void ClocksWidget::TurnFinished (TurnInformation turnInfo )  [signal]
+
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
ChessClock* ClocksWidget::black_ [protected]
+
+
+ +

Definition at line 69 of file clockswidget.h.

+ +
+
+ +
+
+ + + + +
int const ClocksWidget::CLICKDELAY = 500 [static, protected]
+
+
+ +

To avoid double clicks.

+ +

Definition at line 86 of file clockswidget.h.

+ +
+
+ +
+
+ + + + +
QTime ClocksWidget::delayTimer_ [protected]
+
+
+ +

Definition at line 84 of file clockswidget.h.

+ +
+
+ +
+
+ + + + +
QLabel* ClocksWidget::pauseLabel_ [protected]
+
+
+ +

Definition at line 71 of file clockswidget.h.

+ +
+
+ +
+
+ + + + +
GameStatus ClocksWidget::status_ [protected]
+
+
+ +

Definition at line 83 of file clockswidget.h.

+ +
+
+ +
+
+ + + + +
QLabel* ClocksWidget::welcomeLabel_ [protected]
+
+
+ +

Definition at line 72 of file clockswidget.h.

+ +
+
+ +
+
+ + + + +
ChessClock* ClocksWidget::white_ [protected]
+
+
+ +

Definition at line 68 of file clockswidget.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_after_clock-members.html b/www/html/class_delay_after_clock-members.html new file mode 100644 index 0000000..2cb57a0 --- /dev/null +++ b/www/html/class_delay_after_clock-members.html @@ -0,0 +1,123 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

DelayAfterClock Member List

This is the complete list of members for DelayAfterClock, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
addTime(int msecs)ChessClock
another_ChessClock [protected]
ChessClock(bool white, QWidget *parent=0)ChessClock
ChessClockWidget(bool white, QWidget *parent=0)ChessClockWidget
clockTime_ChessClock [protected]
continueTurn()ChessClock [virtual]
currentTurn_ChessClock [protected]
currentTurnPlayed()ChessClock
delay_DelayAfterClock [protected]
DelayAfterClock(bool white, int delay, QWidget *parent=0)DelayAfterClock
endTurn()DelayAfterClock [virtual]
getStatus() const ChessClock [inline]
getTimeAvailable()ChessClock [virtual]
getTimePlayed()ChessClock [virtual]
getTurn() const ChessClock [inline]
greenTime_ChessClockWidget [protected]
initBottom()ChessClockWidget [protected, virtual]
initLabels()ChessClockWidget [protected, virtual]
initPictures()ChessClockWidget [protected, virtual]
initTop()ChessClockWidget [protected, virtual]
isLoser() const ChessClock [inline]
isWhite() const ChessClock [inline]
isWhite_ChessClock [protected]
leftLabel_ChessClockWidget [protected]
loser_ChessClock [protected]
loserLabel_ChessClockWidget [protected]
mainLayoutChessClockWidget [protected]
NotRunning enum valueChessClock
Paused enum valueChessClock
pauseTurn()ChessClock [virtual]
picActive_ChessClockWidget [protected]
picLoser_ChessClockWidget [protected]
picPassive_ChessClockWidget [protected]
pictureLabel_ChessClockWidget [protected]
repaintClock()ChessClockWidget [virtual, slot]
Running enum valueChessClock
RunningStatus enum nameChessClock
setAnother(ChessClock *another)ChessClock
setGreenTime(int msecs)ChessClockWidget
setTimeAvailable(int msecs)ChessClock
startTurn()ChessClock [virtual]
status_ChessClock [protected]
timeAvailableBeforeTurn_ChessClock [protected]
timeAverageLabel_ChessClockWidget [protected]
timeOutLoser()ChessClock [signal]
timePlayedBeforeTurn_ChessClock [protected]
timeString(int msecs)ChessClockWidget [protected, static]
timeUsedLabel_ChessClockWidget [protected]
turn_ChessClock [protected]
turnEnded()ChessClock [signal]
turnLabel_ChessClockWidget [protected]
turnTimeLabel_ChessClockWidget [protected]
updateClock()ChessClock [virtual, slot]
UPDATEINTERVALChessClock [protected, static]
updateTimer_ChessClock [protected]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_after_clock.html b/www/html/class_delay_after_clock.html new file mode 100644 index 0000000..3d9ef7b --- /dev/null +++ b/www/html/class_delay_after_clock.html @@ -0,0 +1,181 @@ + + + + + +Chess Clock: DelayAfterClock Class Reference + + + + + + + + + +
+

DelayAfterClock Class Reference

+

Delay after (Bronstein delay). +More...

+ +

#include <delayafterclock.h>

+
+Inheritance diagram for DelayAfterClock:
+
+
+ + +ChessClockWidget +ChessClock + +
+
+ +

List of all members.

+ + + + + + + +

Public Member Functions

 DelayAfterClock (bool white, int delay, QWidget *parent=0)
TurnInformationendTurn ()
 End this turn.

Protected Attributes

int delay_
+

Detailed Description

+

Delay after (Bronstein delay).

+
Author:
Arto Hyvättinen
+
Date:
2010-08-16
+ +

Definition at line 34 of file delayafterclock.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
DelayAfterClock::DelayAfterClock (bool  white,
int  delay,
QWidget *  parent = 0 
)
+
+
+ +

Definition at line 24 of file delayafterclock.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
TurnInformation * DelayAfterClock::endTurn ( )  [virtual]
+
+
+ +

End this turn.

+

Player has done his move.

+
Returns:
Locked turn information
+ +

Reimplemented from ChessClock.

+ +

Definition at line 31 of file delayafterclock.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int DelayAfterClock::delay_ [protected]
+
+
+ +

Definition at line 46 of file delayafterclock.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_after_clock.png b/www/html/class_delay_after_clock.png new file mode 100644 index 0000000..df49049 Binary files /dev/null and b/www/html/class_delay_after_clock.png differ diff --git a/www/html/class_delay_after_time_control-members.html b/www/html/class_delay_after_time_control-members.html new file mode 100644 index 0000000..e05c87c --- /dev/null +++ b/www/html/class_delay_after_time_control-members.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

DelayAfterTimeControl Member List

This is the complete list of members for DelayAfterTimeControl, including all inherited members. + + + + + +
DelayAfterTimeControl()DelayAfterTimeControl
getDescription()DelayAfterTimeControl [virtual]
getIcon()TimeControl [inline, virtual]
getName()DelayAfterTimeControl [virtual]
initGame(bool useLastSettings)DelayAfterTimeControl [virtual]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_after_time_control.html b/www/html/class_delay_after_time_control.html new file mode 100644 index 0000000..b81cbd3 --- /dev/null +++ b/www/html/class_delay_after_time_control.html @@ -0,0 +1,197 @@ + + + + + +Chess Clock: DelayAfterTimeControl Class Reference + + + + + + + + + +
+

DelayAfterTimeControl Class Reference

+

#include <delayaftertimecontrol.h>

+
+Inheritance diagram for DelayAfterTimeControl:
+
+
+ + +TimeControl + +
+
+ +

List of all members.

+ + + + + + + + + +

Public Member Functions

 DelayAfterTimeControl ()
QString getName ()
 Name of the time control.
QString getDescription ()
 Description of the time control.
ClocksWidgetinitGame (bool useLastSettings)
 Init new game.
+

Detailed Description

+ +

Definition at line 27 of file delayaftertimecontrol.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
DelayAfterTimeControl::DelayAfterTimeControl ( ) 
+
+
+ +

Definition at line 29 of file delayaftertimecontrol.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString DelayAfterTimeControl::getDescription ( )  [virtual]
+
+
+ +

Description of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 38 of file delayaftertimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString DelayAfterTimeControl::getName ( )  [virtual]
+
+
+ +

Name of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 33 of file delayaftertimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
ClocksWidget * DelayAfterTimeControl::initGame (bool  useLastSettings )  [virtual]
+
+
+ +

Init new game.

+

Ask options, and init new game.

+
Parameters:
+ + +
useLastSettings Use last settings, don't ask
+
+
+
Returns:
Clocks widget for new game, or NULL if unsuccess.
+ +

Implements TimeControl.

+ +

Definition at line 43 of file delayaftertimecontrol.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_after_time_control.png b/www/html/class_delay_after_time_control.png new file mode 100644 index 0000000..7b17306 Binary files /dev/null and b/www/html/class_delay_after_time_control.png differ diff --git a/www/html/class_delay_clock-members.html b/www/html/class_delay_clock-members.html new file mode 100644 index 0000000..9ccbba4 --- /dev/null +++ b/www/html/class_delay_clock-members.html @@ -0,0 +1,123 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

DelayClock Member List

This is the complete list of members for DelayClock, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
addTime(int msecs)ChessClock
another_ChessClock [protected]
ChessClock(bool white, QWidget *parent=0)ChessClock
ChessClockWidget(bool white, QWidget *parent=0)ChessClockWidget
clockTime_ChessClock [protected]
continueTurn()ChessClock [virtual]
currentTurn_ChessClock [protected]
currentTurnPlayed()ChessClock
delay_DelayClock [protected]
DelayClock(bool white, int delay, QWidget *parent=0)DelayClock
endTurn()ChessClock [virtual]
getStatus() const ChessClock [inline]
getTimeAvailable()DelayClock [virtual]
getTimePlayed()ChessClock [virtual]
getTurn() const ChessClock [inline]
greenTime_ChessClockWidget [protected]
initBottom()ChessClockWidget [protected, virtual]
initLabels()ChessClockWidget [protected, virtual]
initPictures()ChessClockWidget [protected, virtual]
initTop()ChessClockWidget [protected, virtual]
isLoser() const ChessClock [inline]
isWhite() const ChessClock [inline]
isWhite_ChessClock [protected]
leftLabel_ChessClockWidget [protected]
loser_ChessClock [protected]
loserLabel_ChessClockWidget [protected]
mainLayoutChessClockWidget [protected]
NotRunning enum valueChessClock
Paused enum valueChessClock
pauseTurn()ChessClock [virtual]
picActive_ChessClockWidget [protected]
picLoser_ChessClockWidget [protected]
picPassive_ChessClockWidget [protected]
pictureLabel_ChessClockWidget [protected]
repaintClock()ChessClockWidget [virtual, slot]
Running enum valueChessClock
RunningStatus enum nameChessClock
setAnother(ChessClock *another)ChessClock
setGreenTime(int msecs)ChessClockWidget
setTimeAvailable(int msecs)ChessClock
startTurn()ChessClock [virtual]
status_ChessClock [protected]
timeAvailableBeforeTurn_ChessClock [protected]
timeAverageLabel_ChessClockWidget [protected]
timeOutLoser()ChessClock [signal]
timePlayedBeforeTurn_ChessClock [protected]
timeString(int msecs)ChessClockWidget [protected, static]
timeUsedLabel_ChessClockWidget [protected]
turn_ChessClock [protected]
turnEnded()ChessClock [signal]
turnLabel_ChessClockWidget [protected]
turnTimeLabel_ChessClockWidget [protected]
updateClock()ChessClock [virtual, slot]
UPDATEINTERVALChessClock [protected, static]
updateTimer_ChessClock [protected]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_clock.html b/www/html/class_delay_clock.html new file mode 100644 index 0000000..8469b91 --- /dev/null +++ b/www/html/class_delay_clock.html @@ -0,0 +1,181 @@ + + + + + +Chess Clock: DelayClock Class Reference + + + + + + + + + +
+

DelayClock Class Reference

+

Simple delay. +More...

+ +

#include <delayclock.h>

+
+Inheritance diagram for DelayClock:
+
+
+ + +ChessClockWidget +ChessClock + +
+
+ +

List of all members.

+ + + + + + + +

Public Member Functions

 DelayClock (bool white, int delay, QWidget *parent=0)
int getTimeAvailable ()
 Get total time available.

Protected Attributes

int delay_
+

Detailed Description

+

Simple delay.

+
Author:
Arto Hyvättinen
+
Date:
2010-08-16
+ +

Definition at line 34 of file delayclock.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
DelayClock::DelayClock (bool  white,
int  delay,
QWidget *  parent = 0 
)
+
+
+ +

Definition at line 24 of file delayclock.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
int DelayClock::getTimeAvailable ( )  [virtual]
+
+
+ +

Get total time available.

+

Time does't contain delays.

+
Returns:
Time available in msecs
+ +

Reimplemented from ChessClock.

+ +

Definition at line 31 of file delayclock.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int DelayClock::delay_ [protected]
+
+
+ +

Definition at line 46 of file delayclock.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_clock.png b/www/html/class_delay_clock.png new file mode 100644 index 0000000..df746d3 Binary files /dev/null and b/www/html/class_delay_clock.png differ diff --git a/www/html/class_delay_time_control-members.html b/www/html/class_delay_time_control-members.html new file mode 100644 index 0000000..fadddf6 --- /dev/null +++ b/www/html/class_delay_time_control-members.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

DelayTimeControl Member List

This is the complete list of members for DelayTimeControl, including all inherited members. + + + + + +
DelayTimeControl()DelayTimeControl
getDescription()DelayTimeControl [virtual]
getIcon()TimeControl [inline, virtual]
getName()DelayTimeControl [virtual]
initGame(bool useLastSettings)DelayTimeControl [virtual]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_time_control.html b/www/html/class_delay_time_control.html new file mode 100644 index 0000000..d9d7454 --- /dev/null +++ b/www/html/class_delay_time_control.html @@ -0,0 +1,197 @@ + + + + + +Chess Clock: DelayTimeControl Class Reference + + + + + + + + + +
+

DelayTimeControl Class Reference

+

#include <delaytimecontrol.h>

+
+Inheritance diagram for DelayTimeControl:
+
+
+ + +TimeControl + +
+
+ +

List of all members.

+ + + + + + + + + +

Public Member Functions

 DelayTimeControl ()
QString getName ()
 Name of the time control.
QString getDescription ()
 Description of the time control.
ClocksWidgetinitGame (bool useLastSettings)
 Init new game.
+

Detailed Description

+ +

Definition at line 27 of file delaytimecontrol.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
DelayTimeControl::DelayTimeControl ( ) 
+
+
+ +

Definition at line 29 of file delaytimecontrol.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString DelayTimeControl::getDescription ( )  [virtual]
+
+
+ +

Description of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 38 of file delaytimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString DelayTimeControl::getName ( )  [virtual]
+
+
+ +

Name of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 33 of file delaytimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
ClocksWidget * DelayTimeControl::initGame (bool  useLastSettings )  [virtual]
+
+
+ +

Init new game.

+

Ask options, and init new game.

+
Parameters:
+ + +
useLastSettings Use last settings, don't ask
+
+
+
Returns:
Clocks widget for new game, or NULL if unsuccess.
+ +

Implements TimeControl.

+ +

Definition at line 43 of file delaytimecontrol.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_delay_time_control.png b/www/html/class_delay_time_control.png new file mode 100644 index 0000000..cda1a0f Binary files /dev/null and b/www/html/class_delay_time_control.png differ diff --git a/www/html/class_fischer_after_clock-members.html b/www/html/class_fischer_after_clock-members.html new file mode 100644 index 0000000..c70a8d4 --- /dev/null +++ b/www/html/class_fischer_after_clock-members.html @@ -0,0 +1,124 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

FischerAfterClock Member List

This is the complete list of members for FischerAfterClock, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
addition_FischerAfterClock [protected]
addTime(int msecs)ChessClock
another_ChessClock [protected]
ChessClock(bool white, QWidget *parent=0)ChessClock
ChessClockWidget(bool white, QWidget *parent=0)ChessClockWidget
clockTime_ChessClock [protected]
continueTurn()ChessClock [virtual]
currentTurn_ChessClock [protected]
currentTurnPlayed()ChessClock
endTurn()FischerAfterClock [virtual]
FischerAfterClock(bool white, int addition, int perTurns, QWidget *parent=0)FischerAfterClock
getStatus() const ChessClock [inline]
getTimeAvailable()ChessClock [virtual]
getTimePlayed()ChessClock [virtual]
getTurn() const ChessClock [inline]
greenTime_ChessClockWidget [protected]
initBottom()ChessClockWidget [protected, virtual]
initLabels()ChessClockWidget [protected, virtual]
initPictures()ChessClockWidget [protected, virtual]
initTop()ChessClockWidget [protected, virtual]
isLoser() const ChessClock [inline]
isWhite() const ChessClock [inline]
isWhite_ChessClock [protected]
leftLabel_ChessClockWidget [protected]
loser_ChessClock [protected]
loserLabel_ChessClockWidget [protected]
mainLayoutChessClockWidget [protected]
NotRunning enum valueChessClock
Paused enum valueChessClock
pauseTurn()ChessClock [virtual]
perTurns_FischerAfterClock [protected]
picActive_ChessClockWidget [protected]
picLoser_ChessClockWidget [protected]
picPassive_ChessClockWidget [protected]
pictureLabel_ChessClockWidget [protected]
repaintClock()ChessClockWidget [virtual, slot]
Running enum valueChessClock
RunningStatus enum nameChessClock
setAnother(ChessClock *another)ChessClock
setGreenTime(int msecs)ChessClockWidget
setTimeAvailable(int msecs)ChessClock
startTurn()ChessClock [virtual]
status_ChessClock [protected]
timeAvailableBeforeTurn_ChessClock [protected]
timeAverageLabel_ChessClockWidget [protected]
timeOutLoser()ChessClock [signal]
timePlayedBeforeTurn_ChessClock [protected]
timeString(int msecs)ChessClockWidget [protected, static]
timeUsedLabel_ChessClockWidget [protected]
turn_ChessClock [protected]
turnEnded()ChessClock [signal]
turnLabel_ChessClockWidget [protected]
turnTimeLabel_ChessClockWidget [protected]
updateClock()ChessClock [virtual, slot]
UPDATEINTERVALChessClock [protected, static]
updateTimer_ChessClock [protected]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_after_clock.html b/www/html/class_fischer_after_clock.html new file mode 100644 index 0000000..a9fedd9 --- /dev/null +++ b/www/html/class_fischer_after_clock.html @@ -0,0 +1,203 @@ + + + + + +Chess Clock: FischerAfterClock Class Reference + + + + + + + + + +
+

FischerAfterClock Class Reference

+

Insert specified time after turn. +More...

+ +

#include <fischerafterclock.h>

+
+Inheritance diagram for FischerAfterClock:
+
+
+ + +ChessClockWidget +ChessClock + +
+
+ +

List of all members.

+ + + + + + + + +

Public Member Functions

 FischerAfterClock (bool white, int addition, int perTurns, QWidget *parent=0)
TurnInformationendTurn ()
 End this turn.

Protected Attributes

int addition_
int perTurns_
+

Detailed Description

+

Insert specified time after turn.

+
Author:
Arto Hyvättinen
+
Date:
2010-08-16
+ +

Definition at line 34 of file fischerafterclock.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FischerAfterClock::FischerAfterClock (bool  white,
int  addition,
int  perTurns,
QWidget *  parent = 0 
)
+
+
+ +

Definition at line 24 of file fischerafterclock.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
TurnInformation * FischerAfterClock::endTurn ( )  [virtual]
+
+
+ +

End this turn.

+

Player has done his move.

+
Returns:
Locked turn information
+ +

Reimplemented from ChessClock.

+ +

Definition at line 33 of file fischerafterclock.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int FischerAfterClock::addition_ [protected]
+
+
+ +

Definition at line 46 of file fischerafterclock.h.

+ +
+
+ +
+
+ + + + +
int FischerAfterClock::perTurns_ [protected]
+
+
+ +

Definition at line 47 of file fischerafterclock.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_after_clock.png b/www/html/class_fischer_after_clock.png new file mode 100644 index 0000000..a1aadf0 Binary files /dev/null and b/www/html/class_fischer_after_clock.png differ diff --git a/www/html/class_fischer_after_time_control-members.html b/www/html/class_fischer_after_time_control-members.html new file mode 100644 index 0000000..9e085a9 --- /dev/null +++ b/www/html/class_fischer_after_time_control-members.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

FischerAfterTimeControl Member List

This is the complete list of members for FischerAfterTimeControl, including all inherited members. + + + + + +
FischerAfterTimeControl()FischerAfterTimeControl
getDescription()FischerAfterTimeControl [virtual]
getIcon()TimeControl [inline, virtual]
getName()FischerAfterTimeControl [inline, virtual]
initGame(bool useLastSettings)FischerAfterTimeControl [virtual]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_after_time_control.html b/www/html/class_fischer_after_time_control.html new file mode 100644 index 0000000..96553f5 --- /dev/null +++ b/www/html/class_fischer_after_time_control.html @@ -0,0 +1,197 @@ + + + + + +Chess Clock: FischerAfterTimeControl Class Reference + + + + + + + + + +
+

FischerAfterTimeControl Class Reference

+

#include <fischeraftertimecontrol.h>

+
+Inheritance diagram for FischerAfterTimeControl:
+
+
+ + +TimeControl + +
+
+ +

List of all members.

+ + + + + + + + + +

Public Member Functions

 FischerAfterTimeControl ()
QString getName ()
 Name of the time control.
QString getDescription ()
 Description of the time control.
ClocksWidgetinitGame (bool useLastSettings)
 Init new game.
+

Detailed Description

+ +

Definition at line 28 of file fischeraftertimecontrol.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
FischerAfterTimeControl::FischerAfterTimeControl ( ) 
+
+
+ +

Definition at line 28 of file fischeraftertimecontrol.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString FischerAfterTimeControl::getDescription ( )  [virtual]
+
+
+ +

Description of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 32 of file fischeraftertimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString FischerAfterTimeControl::getName ( )  [inline, virtual]
+
+
+ +

Name of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 33 of file fischeraftertimecontrol.h.

+ +
+
+ +
+
+ + + + + + + + + +
ClocksWidget * FischerAfterTimeControl::initGame (bool  useLastSettings )  [virtual]
+
+
+ +

Init new game.

+

Ask options, and init new game.

+
Parameters:
+ + +
useLastSettings Use last settings, don't ask
+
+
+
Returns:
Clocks widget for new game, or NULL if unsuccess.
+ +

Implements TimeControl.

+ +

Definition at line 37 of file fischeraftertimecontrol.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_after_time_control.png b/www/html/class_fischer_after_time_control.png new file mode 100644 index 0000000..a4f0d66 Binary files /dev/null and b/www/html/class_fischer_after_time_control.png differ diff --git a/www/html/class_fischer_clock-members.html b/www/html/class_fischer_clock-members.html new file mode 100644 index 0000000..8204877 --- /dev/null +++ b/www/html/class_fischer_clock-members.html @@ -0,0 +1,124 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

FischerClock Member List

This is the complete list of members for FischerClock, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
addition_FischerClock [protected]
addTime(int msecs)ChessClock
another_ChessClock [protected]
ChessClock(bool white, QWidget *parent=0)ChessClock
ChessClockWidget(bool white, QWidget *parent=0)ChessClockWidget
clockTime_ChessClock [protected]
continueTurn()ChessClock [virtual]
currentTurn_ChessClock [protected]
currentTurnPlayed()ChessClock
endTurn()ChessClock [virtual]
FischerClock(bool white, int addition, int perTurns, QWidget *parent=0)FischerClock
getStatus() const ChessClock [inline]
getTimeAvailable()ChessClock [virtual]
getTimePlayed()ChessClock [virtual]
getTurn() const ChessClock [inline]
greenTime_ChessClockWidget [protected]
initBottom()ChessClockWidget [protected, virtual]
initLabels()ChessClockWidget [protected, virtual]
initPictures()ChessClockWidget [protected, virtual]
initTop()ChessClockWidget [protected, virtual]
isLoser() const ChessClock [inline]
isWhite() const ChessClock [inline]
isWhite_ChessClock [protected]
leftLabel_ChessClockWidget [protected]
loser_ChessClock [protected]
loserLabel_ChessClockWidget [protected]
mainLayoutChessClockWidget [protected]
NotRunning enum valueChessClock
Paused enum valueChessClock
pauseTurn()ChessClock [virtual]
perTurns_FischerClock [protected]
picActive_ChessClockWidget [protected]
picLoser_ChessClockWidget [protected]
picPassive_ChessClockWidget [protected]
pictureLabel_ChessClockWidget [protected]
repaintClock()ChessClockWidget [virtual, slot]
Running enum valueChessClock
RunningStatus enum nameChessClock
setAnother(ChessClock *another)ChessClock
setGreenTime(int msecs)ChessClockWidget
setTimeAvailable(int msecs)ChessClock
startTurn()FischerClock [virtual]
status_ChessClock [protected]
timeAvailableBeforeTurn_ChessClock [protected]
timeAverageLabel_ChessClockWidget [protected]
timeOutLoser()ChessClock [signal]
timePlayedBeforeTurn_ChessClock [protected]
timeString(int msecs)ChessClockWidget [protected, static]
timeUsedLabel_ChessClockWidget [protected]
turn_ChessClock [protected]
turnEnded()ChessClock [signal]
turnLabel_ChessClockWidget [protected]
turnTimeLabel_ChessClockWidget [protected]
updateClock()ChessClock [virtual, slot]
UPDATEINTERVALChessClock [protected, static]
updateTimer_ChessClock [protected]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_clock.html b/www/html/class_fischer_clock.html new file mode 100644 index 0000000..23c4ca0 --- /dev/null +++ b/www/html/class_fischer_clock.html @@ -0,0 +1,195 @@ + + + + + +Chess Clock: FischerClock Class Reference + + + + + + + + + +
+

FischerClock Class Reference

+

#include <fischerclock.h>

+
+Inheritance diagram for FischerClock:
+
+
+ + +ChessClockWidget +ChessClock + +
+
+ +

List of all members.

+ + + + + + + + +

Public Member Functions

 FischerClock (bool white, int addition, int perTurns, QWidget *parent=0)
void startTurn ()
 Start new turn.

Protected Attributes

int addition_
int perTurns_
+

Detailed Description

+ +

Definition at line 27 of file fischerclock.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FischerClock::FischerClock (bool  white,
int  addition,
int  perTurns,
QWidget *  parent = 0 
)
+
+
+ +

Definition at line 24 of file fischerclock.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void FischerClock::startTurn ( )  [virtual]
+
+
+ +

Start new turn.

+ +

Reimplemented from ChessClock.

+ +

Definition at line 33 of file fischerclock.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int FischerClock::addition_ [protected]
+
+
+ +

Definition at line 41 of file fischerclock.h.

+ +
+
+ +
+
+ + + + +
int FischerClock::perTurns_ [protected]
+
+
+ +

Definition at line 42 of file fischerclock.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_clock.png b/www/html/class_fischer_clock.png new file mode 100644 index 0000000..c41b51b Binary files /dev/null and b/www/html/class_fischer_clock.png differ diff --git a/www/html/class_fischer_time_control-members.html b/www/html/class_fischer_time_control-members.html new file mode 100644 index 0000000..1b91889 --- /dev/null +++ b/www/html/class_fischer_time_control-members.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

FischerTimeControl Member List

This is the complete list of members for FischerTimeControl, including all inherited members. + + + + + +
FischerTimeControl()FischerTimeControl
getDescription()FischerTimeControl [virtual]
getIcon()TimeControl [inline, virtual]
getName()FischerTimeControl [inline, virtual]
initGame(bool useLastSettings)FischerTimeControl [virtual]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_time_control.html b/www/html/class_fischer_time_control.html new file mode 100644 index 0000000..efac2ab --- /dev/null +++ b/www/html/class_fischer_time_control.html @@ -0,0 +1,197 @@ + + + + + +Chess Clock: FischerTimeControl Class Reference + + + + + + + + + +
+

FischerTimeControl Class Reference

+

#include <fischertimecontrol.h>

+
+Inheritance diagram for FischerTimeControl:
+
+
+ + +TimeControl + +
+
+ +

List of all members.

+ + + + + + + + + +

Public Member Functions

 FischerTimeControl ()
QString getName ()
 Name of the time control.
QString getDescription ()
 Description of the time control.
ClocksWidgetinitGame (bool useLastSettings)
 Init new game.
+

Detailed Description

+ +

Definition at line 28 of file fischertimecontrol.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
FischerTimeControl::FischerTimeControl ( ) 
+
+
+ +

Definition at line 30 of file fischertimecontrol.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString FischerTimeControl::getDescription ( )  [virtual]
+
+
+ +

Description of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 34 of file fischertimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString FischerTimeControl::getName ( )  [inline, virtual]
+
+
+ +

Name of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 33 of file fischertimecontrol.h.

+ +
+
+ +
+
+ + + + + + + + + +
ClocksWidget * FischerTimeControl::initGame (bool  useLastSettings )  [virtual]
+
+
+ +

Init new game.

+

Ask options, and init new game.

+
Parameters:
+ + +
useLastSettings Use last settings, don't ask
+
+
+
Returns:
Clocks widget for new game, or NULL if unsuccess.
+ +

Implements TimeControl.

+ +

Definition at line 39 of file fischertimecontrol.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_fischer_time_control.png b/www/html/class_fischer_time_control.png new file mode 100644 index 0000000..ecc96e6 Binary files /dev/null and b/www/html/class_fischer_time_control.png differ diff --git a/www/html/class_hour_glass_clock-members.html b/www/html/class_hour_glass_clock-members.html new file mode 100644 index 0000000..c23b1c2 --- /dev/null +++ b/www/html/class_hour_glass_clock-members.html @@ -0,0 +1,122 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

HourGlassClock Member List

This is the complete list of members for HourGlassClock, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
addTime(int msecs)ChessClock
another_ChessClock [protected]
ChessClock(bool white, QWidget *parent=0)ChessClock
ChessClockWidget(bool white, QWidget *parent=0)ChessClockWidget
clockTime_ChessClock [protected]
continueTurn()ChessClock [virtual]
currentTurn_ChessClock [protected]
currentTurnPlayed()ChessClock
endTurn()HourGlassClock [virtual]
getStatus() const ChessClock [inline]
getTimeAvailable()HourGlassClock [virtual]
getTimePlayed()ChessClock [virtual]
getTurn() const ChessClock [inline]
greenTime_ChessClockWidget [protected]
HourGlassClock(bool white, QWidget *parent=0)HourGlassClock
initBottom()ChessClockWidget [protected, virtual]
initLabels()ChessClockWidget [protected, virtual]
initPictures()ChessClockWidget [protected, virtual]
initTop()ChessClockWidget [protected, virtual]
isLoser() const ChessClock [inline]
isWhite() const ChessClock [inline]
isWhite_ChessClock [protected]
leftLabel_ChessClockWidget [protected]
loser_ChessClock [protected]
loserLabel_ChessClockWidget [protected]
mainLayoutChessClockWidget [protected]
NotRunning enum valueChessClock
Paused enum valueChessClock
pauseTurn()ChessClock [virtual]
picActive_ChessClockWidget [protected]
picLoser_ChessClockWidget [protected]
picPassive_ChessClockWidget [protected]
pictureLabel_ChessClockWidget [protected]
repaintClock()ChessClockWidget [virtual, slot]
Running enum valueChessClock
RunningStatus enum nameChessClock
setAnother(ChessClock *another)ChessClock
setGreenTime(int msecs)ChessClockWidget
setTimeAvailable(int msecs)ChessClock
startTurn()ChessClock [virtual]
status_ChessClock [protected]
timeAvailableBeforeTurn_ChessClock [protected]
timeAverageLabel_ChessClockWidget [protected]
timeOutLoser()ChessClock [signal]
timePlayedBeforeTurn_ChessClock [protected]
timeString(int msecs)ChessClockWidget [protected, static]
timeUsedLabel_ChessClockWidget [protected]
turn_ChessClock [protected]
turnEnded()ChessClock [signal]
turnLabel_ChessClockWidget [protected]
turnTimeLabel_ChessClockWidget [protected]
updateClock()HourGlassClock [virtual, slot]
UPDATEINTERVALChessClock [protected, static]
updateTimer_ChessClock [protected]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_hour_glass_clock.html b/www/html/class_hour_glass_clock.html new file mode 100644 index 0000000..744c6fb --- /dev/null +++ b/www/html/class_hour_glass_clock.html @@ -0,0 +1,204 @@ + + + + + +Chess Clock: HourGlassClock Class Reference + + + + + + + + + +
+

HourGlassClock Class Reference

+

#include <hourglassclock.h>

+
+Inheritance diagram for HourGlassClock:
+
+
+ + +ChessClockWidget +ChessClock + +
+
+ +

List of all members.

+ + + + + + + + + + +

Public Slots

void updateClock ()
 Update clock information, check looser state and refresh.

Public Member Functions

 HourGlassClock (bool white, QWidget *parent=0)
int getTimeAvailable ()
 Get total time available.
TurnInformationendTurn ()
 End this turn.
+

Detailed Description

+ +

Definition at line 28 of file hourglassclock.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
HourGlassClock::HourGlassClock (bool  white,
QWidget *  parent = 0 
)
+
+
+ +

Definition at line 25 of file hourglassclock.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
TurnInformation * HourGlassClock::endTurn ( )  [virtual]
+
+
+ +

End this turn.

+

Player has done his move.

+
Returns:
Locked turn information
+ +

Reimplemented from ChessClock.

+ +

Definition at line 47 of file hourglassclock.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int HourGlassClock::getTimeAvailable ( )  [virtual]
+
+
+ +

Get total time available.

+

Time does't contain delays.

+
Returns:
Time available in msecs
+ +

Reimplemented from ChessClock.

+ +

Definition at line 31 of file hourglassclock.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void HourGlassClock::updateClock ( )  [virtual, slot]
+
+
+ +

Update clock information, check looser state and refresh.

+ +

Reimplemented from ChessClock.

+ +

Definition at line 69 of file hourglassclock.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_hour_glass_clock.png b/www/html/class_hour_glass_clock.png new file mode 100644 index 0000000..74f2279 Binary files /dev/null and b/www/html/class_hour_glass_clock.png differ diff --git a/www/html/class_hour_glass_time_control-members.html b/www/html/class_hour_glass_time_control-members.html new file mode 100644 index 0000000..2628776 --- /dev/null +++ b/www/html/class_hour_glass_time_control-members.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

HourGlassTimeControl Member List

This is the complete list of members for HourGlassTimeControl, including all inherited members. + + + + + +
getDescription()HourGlassTimeControl [virtual]
getIcon()TimeControl [inline, virtual]
getName()HourGlassTimeControl [virtual]
HourGlassTimeControl()HourGlassTimeControl
initGame(bool useLastSettings)HourGlassTimeControl [virtual]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_hour_glass_time_control.html b/www/html/class_hour_glass_time_control.html new file mode 100644 index 0000000..f7bacc3 --- /dev/null +++ b/www/html/class_hour_glass_time_control.html @@ -0,0 +1,197 @@ + + + + + +Chess Clock: HourGlassTimeControl Class Reference + + + + + + + + + +
+

HourGlassTimeControl Class Reference

+

#include <hourglasstimecontrol.h>

+
+Inheritance diagram for HourGlassTimeControl:
+
+
+ + +TimeControl + +
+
+ +

List of all members.

+ + + + + + + + + +

Public Member Functions

 HourGlassTimeControl ()
QString getName ()
 Name of the time control.
QString getDescription ()
 Description of the time control.
ClocksWidgetinitGame (bool useLastSettings)
 Init new game.
+

Detailed Description

+ +

Definition at line 27 of file hourglasstimecontrol.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
HourGlassTimeControl::HourGlassTimeControl ( ) 
+
+
+ +

Definition at line 30 of file hourglasstimecontrol.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString HourGlassTimeControl::getDescription ( )  [virtual]
+
+
+ +

Description of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 40 of file hourglasstimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString HourGlassTimeControl::getName ( )  [virtual]
+
+
+ +

Name of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 35 of file hourglasstimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
ClocksWidget * HourGlassTimeControl::initGame (bool  useLastSettings )  [virtual]
+
+
+ +

Init new game.

+

Ask options, and init new game.

+
Parameters:
+ + +
useLastSettings Use last settings, don't ask
+
+
+
Returns:
Clocks widget for new game, or NULL if unsuccess.
+ +

Implements TimeControl.

+ +

Definition at line 45 of file hourglasstimecontrol.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_hour_glass_time_control.png b/www/html/class_hour_glass_time_control.png new file mode 100644 index 0000000..4684f73 Binary files /dev/null and b/www/html/class_hour_glass_time_control.png differ diff --git a/www/html/class_no_time_control-members.html b/www/html/class_no_time_control-members.html new file mode 100644 index 0000000..71043b5 --- /dev/null +++ b/www/html/class_no_time_control-members.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

NoTimeControl Member List

This is the complete list of members for NoTimeControl, including all inherited members. + + + + + +
getDescription()NoTimeControl [virtual]
getIcon()TimeControl [inline, virtual]
getName()NoTimeControl [inline, virtual]
initGame(bool useLastSettings)NoTimeControl [virtual]
NoTimeControl()NoTimeControl
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_no_time_control.html b/www/html/class_no_time_control.html new file mode 100644 index 0000000..6e9e700 --- /dev/null +++ b/www/html/class_no_time_control.html @@ -0,0 +1,197 @@ + + + + + +Chess Clock: NoTimeControl Class Reference + + + + + + + + + +
+

NoTimeControl Class Reference

+

#include <notimecontrol.h>

+
+Inheritance diagram for NoTimeControl:
+
+
+ + +TimeControl + +
+
+ +

List of all members.

+ + + + + + + + + +

Public Member Functions

 NoTimeControl ()
QString getName ()
 Name of the time control.
QString getDescription ()
 Description of the time control.
ClocksWidgetinitGame (bool useLastSettings)
 Init new game.
+

Detailed Description

+ +

Definition at line 28 of file notimecontrol.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
NoTimeControl::NoTimeControl ( ) 
+
+
+ +

Definition at line 31 of file notimecontrol.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString NoTimeControl::getDescription ( )  [virtual]
+
+
+ +

Description of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 36 of file notimecontrol.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString NoTimeControl::getName ( )  [inline, virtual]
+
+
+ +

Name of the time control.

+ +

Implements TimeControl.

+ +

Definition at line 33 of file notimecontrol.h.

+ +
+
+ +
+
+ + + + + + + + + +
ClocksWidget * NoTimeControl::initGame (bool  useLastSettings )  [virtual]
+
+
+ +

Init new game.

+

Ask options, and init new game.

+
Parameters:
+ + +
useLastSettings Use last settings, don't ask
+
+
+
Returns:
Clocks widget for new game, or NULL if unsuccess.
+ +

Implements TimeControl.

+ +

Definition at line 41 of file notimecontrol.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_no_time_control.png b/www/html/class_no_time_control.png new file mode 100644 index 0000000..599c4aa Binary files /dev/null and b/www/html/class_no_time_control.png differ diff --git a/www/html/class_start_widget-members.html b/www/html/class_start_widget-members.html new file mode 100644 index 0000000..c04a322 --- /dev/null +++ b/www/html/class_start_widget-members.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

StartWidget Member List

This is the complete list of members for StartWidget, including all inherited members. + + + + + + +
addTimeControl(TimeControl *tc)StartWidget
modeSelect_StartWidget [protected]
selectControl(QListWidgetItem *item)StartWidget [slot]
selected(TimeControl *timeControl)StartWidget [signal]
StartWidget(QWidget *parent=0)StartWidget
timeControls_StartWidget [protected]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_start_widget.html b/www/html/class_start_widget.html new file mode 100644 index 0000000..6008b3d --- /dev/null +++ b/www/html/class_start_widget.html @@ -0,0 +1,208 @@ + + + + + +Chess Clock: StartWidget Class Reference + + + + + + + + + +
+

StartWidget Class Reference

+

Start widget to ask for Time control. +More...

+ +

#include <startwidget.h>

+ +

List of all members.

+ + + + + + + + + + + +

Public Slots

void selectControl (QListWidgetItem *item)

Signals

void selected (TimeControl *timeControl)

Public Member Functions

 StartWidget (QWidget *parent=0)
void addTimeControl (TimeControl *tc)

Protected Attributes

QListWidget * modeSelect_
QList< TimeControl * > timeControls_
+

Detailed Description

+

Start widget to ask for Time control.

+
Author:
Arto Hyvättinen
+
Date:
2010-08-16
+

Time Controls are stored inside Start Widget

+ +

Definition at line 38 of file startwidget.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
StartWidget::StartWidget (QWidget *  parent = 0 ) 
+
+
+ +

Definition at line 32 of file startwidget.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + +
void StartWidget::addTimeControl (TimeControl tc ) 
+
+
+ +

Definition at line 73 of file startwidget.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
void StartWidget::selectControl (QListWidgetItem *  item )  [slot]
+
+
+ +

Definition at line 84 of file startwidget.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
void StartWidget::selected (TimeControl timeControl )  [signal]
+
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
QListWidget* StartWidget::modeSelect_ [protected]
+
+
+ +

Definition at line 52 of file startwidget.h.

+ +
+
+ +
+
+ + + + +
QList<TimeControl*> StartWidget::timeControls_ [protected]
+
+
+ +

Definition at line 53 of file startwidget.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_time_control-members.html b/www/html/class_time_control-members.html new file mode 100644 index 0000000..3eb0374 --- /dev/null +++ b/www/html/class_time_control-members.html @@ -0,0 +1,72 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

TimeControl Member List

This is the complete list of members for TimeControl, including all inherited members. + + + + +
getDescription()=0TimeControl [pure virtual]
getIcon()TimeControl [inline, virtual]
getName()=0TimeControl [pure virtual]
initGame(bool useLastSettings=false)=0TimeControl [pure virtual]
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_time_control.html b/www/html/class_time_control.html new file mode 100644 index 0000000..2e8706d --- /dev/null +++ b/www/html/class_time_control.html @@ -0,0 +1,203 @@ + + + + + +Chess Clock: TimeControl Class Reference + + + + + + + + + +
+

TimeControl Class Reference

+

Base class of virtual controls. +More...

+ +

#include <timecontrol.h>

+
+Inheritance diagram for TimeControl:
+
+
+ + +DelayAfterTimeControl +DelayTimeControl +FischerAfterTimeControl +FischerTimeControl +HourGlassTimeControl +NoTimeControl + +
+
+ +

List of all members.

+ + + + + + + + + + +

Public Member Functions

virtual QString getName ()=0
 Name of the time control.
virtual QString getDescription ()=0
 Description of the time control.
virtual QIcon getIcon ()
 Icon of the time control.
virtual ClocksWidgetinitGame (bool useLastSettings=false)=0
 Init new game.
+

Detailed Description

+

Base class of virtual controls.

+
Author:
Arto Hyvättinen
+
Date:
2010-08-15
+ +

Definition at line 35 of file timecontrol.h.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual QString TimeControl::getDescription ( )  [pure virtual]
+
+
+ +

Description of the time control.

+ +

Implemented in DelayAfterTimeControl, DelayTimeControl, FischerAfterTimeControl, FischerTimeControl, HourGlassTimeControl, and NoTimeControl.

+ +
+
+ +
+
+ + + + + + + + +
virtual QIcon TimeControl::getIcon ( )  [inline, virtual]
+
+
+ +

Icon of the time control.

+ +

Definition at line 43 of file timecontrol.h.

+ +
+
+ +
+
+ + + + + + + + +
virtual QString TimeControl::getName ( )  [pure virtual]
+
+ +
+ +
+
+ + + + + + + + + +
virtual ClocksWidget* TimeControl::initGame (bool  useLastSettings = false )  [pure virtual]
+
+
+ +

Init new game.

+

Ask options, and init new game.

+
Parameters:
+ + +
useLastSettings Use last settings, don't ask
+
+
+
Returns:
Clocks widget for new game, or NULL if unsuccess.
+ +

Implemented in DelayAfterTimeControl, DelayTimeControl, FischerAfterTimeControl, FischerTimeControl, HourGlassTimeControl, and NoTimeControl.

+ +
+
+
The documentation for this class was generated from the following file: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_time_control.png b/www/html/class_time_control.png new file mode 100644 index 0000000..00c3e63 Binary files /dev/null and b/www/html/class_time_control.png differ diff --git a/www/html/class_welcome_screen_widget-members.html b/www/html/class_welcome_screen_widget-members.html new file mode 100644 index 0000000..0156ea6 --- /dev/null +++ b/www/html/class_welcome_screen_widget-members.html @@ -0,0 +1,69 @@ + + + + + +Chess Clock: Member List + + + + + + + + + +
+

WelcomeScreenWidget Member List

This is the complete list of members for WelcomeScreenWidget, including all inherited members. + +
WelcomeScreenWidget(QWidget *parent=0)WelcomeScreenWidget
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/class_welcome_screen_widget.html b/www/html/class_welcome_screen_widget.html new file mode 100644 index 0000000..0c4119d --- /dev/null +++ b/www/html/class_welcome_screen_widget.html @@ -0,0 +1,109 @@ + + + + + +Chess Clock: WelcomeScreenWidget Class Reference + + + + + + + + + +
+

WelcomeScreenWidget Class Reference

+

Welcome screen. +More...

+ +

#include <welcomescreenwidget.h>

+ +

List of all members.

+ + + +

Public Member Functions

 WelcomeScreenWidget (QWidget *parent=0)
+

Detailed Description

+

Welcome screen.

+
Author:
Arto Hyvättinen
+
Date:
2010-08-14
+ +

Definition at line 34 of file welcomescreenwidget.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
WelcomeScreenWidget::WelcomeScreenWidget (QWidget *  parent = 0 ) 
+
+
+ +

Definition at line 29 of file welcomescreenwidget.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/clockswidget_8cpp.html b/www/html/clockswidget_8cpp.html new file mode 100644 index 0000000..7907c03 --- /dev/null +++ b/www/html/clockswidget_8cpp.html @@ -0,0 +1,78 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/clockswidget.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/clockswidget.cpp File Reference

#include "clockswidget.h"
+#include "chessclock.h"
+#include <QLabel>
+#include <QPixmap>
+#include <QApplication>
+#include <QHBoxLayout>
+#include <QVBoxLayout>
+#include <QFont>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/clockswidget_8cpp_source.html b/www/html/clockswidget_8cpp_source.html new file mode 100644 index 0000000..11839c6 --- /dev/null +++ b/www/html/clockswidget_8cpp_source.html @@ -0,0 +1,219 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/clockswidget.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/clockswidget_8h.html b/www/html/clockswidget_8h.html new file mode 100644 index 0000000..c4f4325 --- /dev/null +++ b/www/html/clockswidget_8h.html @@ -0,0 +1,75 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/clockswidget.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/clockswidget.h File Reference

#include <QWidget>
+#include <QTime>
+ +

Go to the source code of this file.

+ + + + +

Classes

class  ClocksWidget
 Widget with two clocks. More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/clockswidget_8h_source.html b/www/html/clockswidget_8h_source.html new file mode 100644 index 0000000..08bd276 --- /dev/null +++ b/www/html/clockswidget_8h_source.html @@ -0,0 +1,140 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/clockswidget.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayafterclock_8cpp.html b/www/html/delayafterclock_8cpp.html new file mode 100644 index 0000000..36a26f7 --- /dev/null +++ b/www/html/delayafterclock_8cpp.html @@ -0,0 +1,72 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayafterclock.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayafterclock.cpp File Reference

#include "delayafterclock.h"
+#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayafterclock_8cpp_source.html b/www/html/delayafterclock_8cpp_source.html new file mode 100644 index 0000000..1cf5623 --- /dev/null +++ b/www/html/delayafterclock_8cpp_source.html @@ -0,0 +1,106 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayafterclock.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayafterclock_8h.html b/www/html/delayafterclock_8h.html new file mode 100644 index 0000000..f26a37c --- /dev/null +++ b/www/html/delayafterclock_8h.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayafterclock.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayafterclock.h File Reference

#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ + + + +

Classes

class  DelayAfterClock
 Delay after (Bronstein delay). More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayafterclock_8h_source.html b/www/html/delayafterclock_8h_source.html new file mode 100644 index 0000000..2b9946b --- /dev/null +++ b/www/html/delayafterclock_8h_source.html @@ -0,0 +1,108 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayafterclock.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayaftertimecontrol_8cpp.html b/www/html/delayaftertimecontrol_8cpp.html new file mode 100644 index 0000000..76395da --- /dev/null +++ b/www/html/delayaftertimecontrol_8cpp.html @@ -0,0 +1,75 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayaftertimecontrol.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayaftertimecontrol.cpp File Reference

#include "delayaftertimecontrol.h"
+#include "delayafterclock.h"
+#include "../clockswidget.h"
+#include "basicdialog.h"
+#include <QApplication>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayaftertimecontrol_8cpp_source.html b/www/html/delayaftertimecontrol_8cpp_source.html new file mode 100644 index 0000000..f451ed4 --- /dev/null +++ b/www/html/delayaftertimecontrol_8cpp_source.html @@ -0,0 +1,127 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayaftertimecontrol.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayaftertimecontrol_8h.html b/www/html/delayaftertimecontrol_8h.html new file mode 100644 index 0000000..08cfde4 --- /dev/null +++ b/www/html/delayaftertimecontrol_8h.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayaftertimecontrol.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayaftertimecontrol.h File Reference

#include "../timecontrol.h"
+ +

Go to the source code of this file.

+ + + +

Classes

class  DelayAfterTimeControl
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayaftertimecontrol_8h_source.html b/www/html/delayaftertimecontrol_8h_source.html new file mode 100644 index 0000000..8826148 --- /dev/null +++ b/www/html/delayaftertimecontrol_8h_source.html @@ -0,0 +1,101 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayaftertimecontrol.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayclock_8cpp.html b/www/html/delayclock_8cpp.html new file mode 100644 index 0000000..0bd42b8 --- /dev/null +++ b/www/html/delayclock_8cpp.html @@ -0,0 +1,72 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayclock.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayclock.cpp File Reference

#include "delayclock.h"
+#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayclock_8cpp_source.html b/www/html/delayclock_8cpp_source.html new file mode 100644 index 0000000..ea894c2 --- /dev/null +++ b/www/html/delayclock_8cpp_source.html @@ -0,0 +1,108 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayclock.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayclock_8h.html b/www/html/delayclock_8h.html new file mode 100644 index 0000000..a367707 --- /dev/null +++ b/www/html/delayclock_8h.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayclock.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayclock.h File Reference

#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ + + + +

Classes

class  DelayClock
 Simple delay. More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delayclock_8h_source.html b/www/html/delayclock_8h_source.html new file mode 100644 index 0000000..0759894 --- /dev/null +++ b/www/html/delayclock_8h_source.html @@ -0,0 +1,107 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delayclock.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delaytimecontrol_8cpp.html b/www/html/delaytimecontrol_8cpp.html new file mode 100644 index 0000000..d7a7f59 --- /dev/null +++ b/www/html/delaytimecontrol_8cpp.html @@ -0,0 +1,75 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delaytimecontrol.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delaytimecontrol.cpp File Reference

#include "delaytimecontrol.h"
+#include "delayclock.h"
+#include "../clockswidget.h"
+#include "basicdialog.h"
+#include <QApplication>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delaytimecontrol_8cpp_source.html b/www/html/delaytimecontrol_8cpp_source.html new file mode 100644 index 0000000..0025861 --- /dev/null +++ b/www/html/delaytimecontrol_8cpp_source.html @@ -0,0 +1,127 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delaytimecontrol.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delaytimecontrol_8h.html b/www/html/delaytimecontrol_8h.html new file mode 100644 index 0000000..1e8c89d --- /dev/null +++ b/www/html/delaytimecontrol_8h.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delaytimecontrol.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delaytimecontrol.h File Reference

#include "../timecontrol.h"
+ +

Go to the source code of this file.

+ + + +

Classes

class  DelayTimeControl
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/delaytimecontrol_8h_source.html b/www/html/delaytimecontrol_8h_source.html new file mode 100644 index 0000000..09c4b0b --- /dev/null +++ b/www/html/delaytimecontrol_8h_source.html @@ -0,0 +1,101 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/delaytimecontrol.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerafterclock_8cpp.html b/www/html/fischerafterclock_8cpp.html new file mode 100644 index 0000000..27b4857 --- /dev/null +++ b/www/html/fischerafterclock_8cpp.html @@ -0,0 +1,72 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerafterclock.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerafterclock.cpp File Reference

#include "fischerafterclock.h"
+#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerafterclock_8cpp_source.html b/www/html/fischerafterclock_8cpp_source.html new file mode 100644 index 0000000..0075f76 --- /dev/null +++ b/www/html/fischerafterclock_8cpp_source.html @@ -0,0 +1,102 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerafterclock.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerafterclock_8h.html b/www/html/fischerafterclock_8h.html new file mode 100644 index 0000000..4be9a8f --- /dev/null +++ b/www/html/fischerafterclock_8h.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerafterclock.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerafterclock.h File Reference

#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ + + + +

Classes

class  FischerAfterClock
 Insert specified time after turn. More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerafterclock_8h_source.html b/www/html/fischerafterclock_8h_source.html new file mode 100644 index 0000000..721b9a8 --- /dev/null +++ b/www/html/fischerafterclock_8h_source.html @@ -0,0 +1,111 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerafterclock.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischeraftertimecontrol_8cpp.html b/www/html/fischeraftertimecontrol_8cpp.html new file mode 100644 index 0000000..3b2cee5 --- /dev/null +++ b/www/html/fischeraftertimecontrol_8cpp.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischeraftertimecontrol.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischeraftertimecontrol.cpp File Reference

#include "fischeraftertimecontrol.h"
+#include "fischerafterclock.h"
+#include "../clockswidget.h"
+#include "basicdialog.h"
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischeraftertimecontrol_8cpp_source.html b/www/html/fischeraftertimecontrol_8cpp_source.html new file mode 100644 index 0000000..eaf9955 --- /dev/null +++ b/www/html/fischeraftertimecontrol_8cpp_source.html @@ -0,0 +1,120 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischeraftertimecontrol.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischeraftertimecontrol_8h.html b/www/html/fischeraftertimecontrol_8h.html new file mode 100644 index 0000000..c5f9103 --- /dev/null +++ b/www/html/fischeraftertimecontrol_8h.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischeraftertimecontrol.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischeraftertimecontrol.h File Reference

#include "../timecontrol.h"
+#include <QApplication>
+ +

Go to the source code of this file.

+ + + +

Classes

class  FischerAfterTimeControl
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischeraftertimecontrol_8h_source.html b/www/html/fischeraftertimecontrol_8h_source.html new file mode 100644 index 0000000..149e988 --- /dev/null +++ b/www/html/fischeraftertimecontrol_8h_source.html @@ -0,0 +1,103 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischeraftertimecontrol.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerclock_8cpp.html b/www/html/fischerclock_8cpp.html new file mode 100644 index 0000000..2f632d3 --- /dev/null +++ b/www/html/fischerclock_8cpp.html @@ -0,0 +1,72 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerclock.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerclock.cpp File Reference

#include "fischerclock.h"
+#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerclock_8cpp_source.html b/www/html/fischerclock_8cpp_source.html new file mode 100644 index 0000000..ed2be7f --- /dev/null +++ b/www/html/fischerclock_8cpp_source.html @@ -0,0 +1,102 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerclock.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerclock_8h.html b/www/html/fischerclock_8h.html new file mode 100644 index 0000000..62d617b --- /dev/null +++ b/www/html/fischerclock_8h.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerclock.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerclock.h File Reference

#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ + + +

Classes

class  FischerClock
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischerclock_8h_source.html b/www/html/fischerclock_8h_source.html new file mode 100644 index 0000000..6dc6625 --- /dev/null +++ b/www/html/fischerclock_8h_source.html @@ -0,0 +1,110 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischerclock.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischertimecontrol_8cpp.html b/www/html/fischertimecontrol_8cpp.html new file mode 100644 index 0000000..acef9a6 --- /dev/null +++ b/www/html/fischertimecontrol_8cpp.html @@ -0,0 +1,75 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischertimecontrol.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischertimecontrol.cpp File Reference

#include "fischertimecontrol.h"
+#include "fischerclock.h"
+#include "../clockswidget.h"
+#include "basicdialog.h"
+#include <QApplication>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischertimecontrol_8cpp_source.html b/www/html/fischertimecontrol_8cpp_source.html new file mode 100644 index 0000000..78b0e00 --- /dev/null +++ b/www/html/fischertimecontrol_8cpp_source.html @@ -0,0 +1,122 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischertimecontrol.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischertimecontrol_8h.html b/www/html/fischertimecontrol_8h.html new file mode 100644 index 0000000..b61fa93 --- /dev/null +++ b/www/html/fischertimecontrol_8h.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischertimecontrol.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischertimecontrol.h File Reference

#include "../timecontrol.h"
+#include <QApplication>
+ +

Go to the source code of this file.

+ + + +

Classes

class  FischerTimeControl
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/fischertimecontrol_8h_source.html b/www/html/fischertimecontrol_8h_source.html new file mode 100644 index 0000000..40d92d2 --- /dev/null +++ b/www/html/fischertimecontrol_8h_source.html @@ -0,0 +1,102 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/fischertimecontrol.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglassclock_8cpp.html b/www/html/hourglassclock_8cpp.html new file mode 100644 index 0000000..ff1cd72 --- /dev/null +++ b/www/html/hourglassclock_8cpp.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglassclock.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglassclock.cpp File Reference

#include "hourglassclock.h"
+#include "../chessclockwidget.h"
+#include "../turninformation.h"
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglassclock_8cpp_source.html b/www/html/hourglassclock_8cpp_source.html new file mode 100644 index 0000000..e062cc9 --- /dev/null +++ b/www/html/hourglassclock_8cpp_source.html @@ -0,0 +1,137 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglassclock.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglassclock_8h.html b/www/html/hourglassclock_8h.html new file mode 100644 index 0000000..533b917 --- /dev/null +++ b/www/html/hourglassclock_8h.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglassclock.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglassclock.h File Reference

#include "../chessclockwidget.h"
+ +

Go to the source code of this file.

+ + + +

Classes

class  HourGlassClock
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglassclock_8h_source.html b/www/html/hourglassclock_8h_source.html new file mode 100644 index 0000000..bef70fa --- /dev/null +++ b/www/html/hourglassclock_8h_source.html @@ -0,0 +1,106 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglassclock.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglasstimecontrol_8cpp.html b/www/html/hourglasstimecontrol_8cpp.html new file mode 100644 index 0000000..920beb6 --- /dev/null +++ b/www/html/hourglasstimecontrol_8cpp.html @@ -0,0 +1,76 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglasstimecontrol.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglasstimecontrol.cpp File Reference

#include "hourglasstimecontrol.h"
+#include "hourglassclock.h"
+#include "../clockswidget.h"
+#include "basicdialog.h"
+#include <QApplication>
+#include <QTime>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglasstimecontrol_8cpp_source.html b/www/html/hourglasstimecontrol_8cpp_source.html new file mode 100644 index 0000000..86d05be --- /dev/null +++ b/www/html/hourglasstimecontrol_8cpp_source.html @@ -0,0 +1,129 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglasstimecontrol.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglasstimecontrol_8h.html b/www/html/hourglasstimecontrol_8h.html new file mode 100644 index 0000000..e05ae91 --- /dev/null +++ b/www/html/hourglasstimecontrol_8h.html @@ -0,0 +1,73 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglasstimecontrol.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglasstimecontrol.h File Reference

#include "../timecontrol.h"
+ +

Go to the source code of this file.

+ + + +

Classes

class  HourGlassTimeControl
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/hourglasstimecontrol_8h_source.html b/www/html/hourglasstimecontrol_8h_source.html new file mode 100644 index 0000000..e1126bb --- /dev/null +++ b/www/html/hourglasstimecontrol_8h_source.html @@ -0,0 +1,101 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/hourglasstimecontrol.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/notimecontrol_8cpp.html b/www/html/notimecontrol_8cpp.html new file mode 100644 index 0000000..4f56f62 --- /dev/null +++ b/www/html/notimecontrol_8cpp.html @@ -0,0 +1,76 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/notimecontrol.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/notimecontrol.cpp File Reference

#include "notimecontrol.h"
+#include "../chessclock.h"
+#include "basicdialog.h"
+#include "../chessclockwidget.h"
+#include "../clockswidget.h"
+#include <QApplication>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/notimecontrol_8cpp_source.html b/www/html/notimecontrol_8cpp_source.html new file mode 100644 index 0000000..e2c27ba --- /dev/null +++ b/www/html/notimecontrol_8cpp_source.html @@ -0,0 +1,126 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/notimecontrol.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/notimecontrol_8h.html b/www/html/notimecontrol_8h.html new file mode 100644 index 0000000..c4144a5 --- /dev/null +++ b/www/html/notimecontrol_8h.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/notimecontrol.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/notimecontrol.h File Reference

#include "../timecontrol.h"
+#include <QApplication>
+ +

Go to the source code of this file.

+ + + +

Classes

class  NoTimeControl
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/notimecontrol_8h_source.html b/www/html/notimecontrol_8h_source.html new file mode 100644 index 0000000..13cadb4 --- /dev/null +++ b/www/html/notimecontrol_8h_source.html @@ -0,0 +1,102 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol/notimecontrol.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/pages.html b/www/html/pages.html new file mode 100644 index 0000000..c0d20de --- /dev/null +++ b/www/html/pages.html @@ -0,0 +1,64 @@ + + + + + +Chess Clock: Page Index + + + + + + + + + +
+

Related Pages

Here is a list of all related documentation pages: +
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/search/all_62.html b/www/html/search/all_62.html new file mode 100644 index 0000000..5701666 --- /dev/null +++ b/www/html/search/all_62.html @@ -0,0 +1,81 @@ + + + + + + + +
+
Loading...
+ + +
+ +
+
+
+ black_ + ClocksWidget +
+
+
+
+ blackAddition_ + BasicDialog +
+
+
+
+ blackInitial_ + BasicDialog +
+
+
+
+ blackLabel_ + BasicDialog +
+
+
+
+ BlackPause + ClocksWidget +
+
+
+
+ BlackTurn + ClocksWidget +
+
+
+
+ blackTurns_ + BasicDialog +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/all_66.html b/www/html/search/all_66.html new file mode 100644 index 0000000..0e3e7be --- /dev/null +++ b/www/html/search/all_66.html @@ -0,0 +1,96 @@ + + + + + + + +
+
Loading...
+ + + + + + + + + + + + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/all_68.html b/www/html/search/all_68.html new file mode 100644 index 0000000..5fa9243 --- /dev/null +++ b/www/html/search/all_68.html @@ -0,0 +1,58 @@ + + + + + + + +
+
Loading...
+ + + + + + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/classes_62.html b/www/html/search/classes_62.html new file mode 100644 index 0000000..7f95214 --- /dev/null +++ b/www/html/search/classes_62.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Loading...
+
+ +
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/classes_64.html b/www/html/search/classes_64.html new file mode 100644 index 0000000..c2ec319 --- /dev/null +++ b/www/html/search/classes_64.html @@ -0,0 +1,40 @@ + + + + + + + +
+
Loading...
+ + +
+ +
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/classes_66.html b/www/html/search/classes_66.html new file mode 100644 index 0000000..f23f91a --- /dev/null +++ b/www/html/search/classes_66.html @@ -0,0 +1,40 @@ + + + + + + + +
+
Loading...
+ + +
+ +
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/classes_68.html b/www/html/search/classes_68.html new file mode 100644 index 0000000..0a71e4b --- /dev/null +++ b/www/html/search/classes_68.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Loading...
+ + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/classes_6e.html b/www/html/search/classes_6e.html new file mode 100644 index 0000000..e32607d --- /dev/null +++ b/www/html/search/classes_6e.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Loading...
+
+ +
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/classes_73.html b/www/html/search/classes_73.html new file mode 100644 index 0000000..445824d --- /dev/null +++ b/www/html/search/classes_73.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Loading...
+
+ +
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/classes_77.html b/www/html/search/classes_77.html new file mode 100644 index 0000000..a58c7ce --- /dev/null +++ b/www/html/search/classes_77.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Loading...
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/enums_67.html b/www/html/search/enums_67.html new file mode 100644 index 0000000..dd3ae3e --- /dev/null +++ b/www/html/search/enums_67.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Loading...
+
+
+ GameStatus + ClocksWidget +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/enumvalues_62.html b/www/html/search/enumvalues_62.html new file mode 100644 index 0000000..0ef5bed --- /dev/null +++ b/www/html/search/enumvalues_62.html @@ -0,0 +1,32 @@ + + + + + + + +
+
Loading...
+
+
+ BlackPause + ClocksWidget +
+
+
+
+ BlackTurn + ClocksWidget +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/enumvalues_73.html b/www/html/search/enumvalues_73.html new file mode 100644 index 0000000..71663f3 --- /dev/null +++ b/www/html/search/enumvalues_73.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Loading...
+
+
+ Stopped + ClocksWidget +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/enumvalues_77.html b/www/html/search/enumvalues_77.html new file mode 100644 index 0000000..93813a2 --- /dev/null +++ b/www/html/search/enumvalues_77.html @@ -0,0 +1,38 @@ + + + + + + + +
+
Loading...
+
+
+ Welcome + ClocksWidget +
+
+
+
+ WhitePause + ClocksWidget +
+
+
+
+ WhiteTurn + ClocksWidget +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/files_62.html b/www/html/search/files_62.html new file mode 100644 index 0000000..ad29838 --- /dev/null +++ b/www/html/search/files_62.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Loading...
+ +
+ +
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/files_64.html b/www/html/search/files_64.html new file mode 100644 index 0000000..cdcf8be --- /dev/null +++ b/www/html/search/files_64.html @@ -0,0 +1,60 @@ + + + + + + + +
+
Loading...
+ + + + + +
+ +
+ + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/files_66.html b/www/html/search/files_66.html new file mode 100644 index 0000000..fb5a761 --- /dev/null +++ b/www/html/search/files_66.html @@ -0,0 +1,60 @@ + + + + + + + +
+
Loading...
+ + + + + + + + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/files_68.html b/www/html/search/files_68.html new file mode 100644 index 0000000..83a3e16 --- /dev/null +++ b/www/html/search/files_68.html @@ -0,0 +1,40 @@ + + + + + + + +
+
Loading...
+ + + + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/files_6e.html b/www/html/search/files_6e.html new file mode 100644 index 0000000..ec232b1 --- /dev/null +++ b/www/html/search/files_6e.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Loading...
+ + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/files_73.html b/www/html/search/files_73.html new file mode 100644 index 0000000..0a81e88 --- /dev/null +++ b/www/html/search/files_73.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Loading...
+ +
+ +
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/files_77.html b/www/html/search/files_77.html new file mode 100644 index 0000000..02e72b4 --- /dev/null +++ b/www/html/search/files_77.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Loading...
+ + +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/functions_62.html b/www/html/search/functions_62.html new file mode 100644 index 0000000..962359a --- /dev/null +++ b/www/html/search/functions_62.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Loading...
+
+
+ BasicDialog + BasicDialog +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/functions_64.html b/www/html/search/functions_64.html new file mode 100644 index 0000000..a1c46c7 --- /dev/null +++ b/www/html/search/functions_64.html @@ -0,0 +1,62 @@ + + + + + + + +
+
Loading...
+
+
+ DelayAfterClock + DelayAfterClock +
+
+
+
+ DelayAfterTimeControl + DelayAfterTimeControl +
+
+
+
+ DelayClock + DelayClock +
+
+
+
+ DelayTimeControl + DelayTimeControl +
+
+
+
+ disableAddition + BasicDialog +
+
+
+
+ disablePerTurns + BasicDialog +
+
+
+
+ disableUnEquals + BasicDialog +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/functions_66.html b/www/html/search/functions_66.html new file mode 100644 index 0000000..b226fde --- /dev/null +++ b/www/html/search/functions_66.html @@ -0,0 +1,44 @@ + + + + + + + +
+
Loading...
+
+
+ FischerAfterClock + FischerAfterClock +
+
+
+
+ FischerAfterTimeControl + FischerAfterTimeControl +
+
+
+
+ FischerClock + FischerClock +
+
+
+
+ FischerTimeControl + FischerTimeControl +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/functions_68.html b/www/html/search/functions_68.html new file mode 100644 index 0000000..26c564d --- /dev/null +++ b/www/html/search/functions_68.html @@ -0,0 +1,32 @@ + + + + + + + +
+
Loading...
+
+
+ HourGlassClock + HourGlassClock +
+
+
+
+ HourGlassTimeControl + HourGlassTimeControl +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/functions_6e.html b/www/html/search/functions_6e.html new file mode 100644 index 0000000..f5f977c --- /dev/null +++ b/www/html/search/functions_6e.html @@ -0,0 +1,32 @@ + + + + + + + +
+
Loading...
+
+
+ newGame + ChessClockWindow +
+
+
+
+ NoTimeControl + NoTimeControl +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/functions_77.html b/www/html/search/functions_77.html new file mode 100644 index 0000000..a974dfa --- /dev/null +++ b/www/html/search/functions_77.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Loading...
+
+
+ WelcomeScreenWidget + WelcomeScreenWidget +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_61.html b/www/html/search/variables_61.html new file mode 100644 index 0000000..6c7eb56 --- /dev/null +++ b/www/html/search/variables_61.html @@ -0,0 +1,41 @@ + + + + + + + +
+
Loading...
+ +
+
+ additionLabel_ + BasicDialog +
+
+
+
+ another_ + ChessClock +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_62.html b/www/html/search/variables_62.html new file mode 100644 index 0000000..f058f50 --- /dev/null +++ b/www/html/search/variables_62.html @@ -0,0 +1,50 @@ + + + + + + + +
+
Loading...
+
+
+ black_ + ClocksWidget +
+
+
+
+ blackAddition_ + BasicDialog +
+
+
+
+ blackInitial_ + BasicDialog +
+
+
+
+ blackLabel_ + BasicDialog +
+
+
+
+ blackTurns_ + BasicDialog +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_63.html b/www/html/search/variables_63.html new file mode 100644 index 0000000..26db515 --- /dev/null +++ b/www/html/search/variables_63.html @@ -0,0 +1,44 @@ + + + + + + + +
+
Loading...
+
+
+ CLICKDELAY + ClocksWidget +
+
+
+
+ clocks_ + ChessClockWindow +
+
+
+
+ clockTime_ + ChessClock +
+
+
+
+ currentTurn_ + ChessClock +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_65.html b/www/html/search/variables_65.html new file mode 100644 index 0000000..4b18cf7 --- /dev/null +++ b/www/html/search/variables_65.html @@ -0,0 +1,32 @@ + + + + + + + +
+
Loading...
+
+
+ equals_ + BasicDialog +
+
+
+
+ equalsLabel_ + BasicDialog +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_67.html b/www/html/search/variables_67.html new file mode 100644 index 0000000..9aaded9 --- /dev/null +++ b/www/html/search/variables_67.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Loading...
+
+
+ greenTime_ + ChessClockWidget +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_69.html b/www/html/search/variables_69.html new file mode 100644 index 0000000..e19ccf3 --- /dev/null +++ b/www/html/search/variables_69.html @@ -0,0 +1,32 @@ + + + + + + + +
+
Loading...
+
+
+ initialLabel_ + BasicDialog +
+
+
+
+ isWhite_ + ChessClock +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_73.html b/www/html/search/variables_73.html new file mode 100644 index 0000000..c173487 --- /dev/null +++ b/www/html/search/variables_73.html @@ -0,0 +1,41 @@ + + + + + + + +
+
Loading...
+
+
+ stack_ + ChessClockWindow +
+
+
+
+ start_ + ChessClockWindow +
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/search/variables_75.html b/www/html/search/variables_75.html new file mode 100644 index 0000000..f910aba --- /dev/null +++ b/www/html/search/variables_75.html @@ -0,0 +1,32 @@ + + + + + + + +
+
Loading...
+
+
+ UPDATEINTERVAL + ChessClock +
+
+
+
+ updateTimer_ + ChessClock +
+
+
Searching...
+
No Matches
+ +
+ + diff --git a/www/html/startwidget_8cpp.html b/www/html/startwidget_8cpp.html new file mode 100644 index 0000000..6f81020 --- /dev/null +++ b/www/html/startwidget_8cpp.html @@ -0,0 +1,78 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/startwidget.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/startwidget.cpp File Reference

#include "startwidget.h"
+#include "timecontrol.h"
+#include <QVBoxLayout>
+#include <QHBoxLayout>
+#include <QApplication>
+#include <QFont>
+#include <QLabel>
+#include <QListWidgetItem>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/startwidget_8cpp_source.html b/www/html/startwidget_8cpp_source.html new file mode 100644 index 0000000..8322975 --- /dev/null +++ b/www/html/startwidget_8cpp_source.html @@ -0,0 +1,155 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/startwidget.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/startwidget_8h.html b/www/html/startwidget_8h.html new file mode 100644 index 0000000..4e8b318 --- /dev/null +++ b/www/html/startwidget_8h.html @@ -0,0 +1,75 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/startwidget.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/startwidget.h File Reference

#include <QWidget>
+#include <QListWidget>
+ +

Go to the source code of this file.

+ + + + +

Classes

class  StartWidget
 Start widget to ask for Time control. More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/startwidget_8h_source.html b/www/html/startwidget_8h_source.html new file mode 100644 index 0000000..3016874 --- /dev/null +++ b/www/html/startwidget_8h_source.html @@ -0,0 +1,115 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/startwidget.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/timecontrol_8h.html b/www/html/timecontrol_8h.html new file mode 100644 index 0000000..39c1d79 --- /dev/null +++ b/www/html/timecontrol_8h.html @@ -0,0 +1,75 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol.h File Reference

#include <QString>
+#include <QIcon>
+ +

Go to the source code of this file.

+ + + + +

Classes

class  TimeControl
 Base class of virtual controls. More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/timecontrol_8h_source.html b/www/html/timecontrol_8h_source.html new file mode 100644 index 0000000..7a25d2f --- /dev/null +++ b/www/html/timecontrol_8h_source.html @@ -0,0 +1,103 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/timecontrol.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/todo.html b/www/html/todo.html new file mode 100644 index 0000000..bf8c0b4 --- /dev/null +++ b/www/html/todo.html @@ -0,0 +1,69 @@ + + + + + +Chess Clock: Todo List + + + + + + + + + +
+ + +

Todo List

+
+
page Chess Clock
+

Game log

+

+
+
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/welcomescreenwidget_8cpp.html b/www/html/welcomescreenwidget_8cpp.html new file mode 100644 index 0000000..d80d6e6 --- /dev/null +++ b/www/html/welcomescreenwidget_8cpp.html @@ -0,0 +1,76 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/welcomescreenwidget.cpp File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/welcomescreenwidget.cpp File Reference

#include <QLabel>
+#include <QPixmap>
+#include <QApplication>
+#include <QHBoxLayout>
+#include "welcomescreenwidget.h"
+#include <QWidget>
+ +

Go to the source code of this file.

+ +
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/welcomescreenwidget_8cpp_source.html b/www/html/welcomescreenwidget_8cpp_source.html new file mode 100644 index 0000000..e9ea167 --- /dev/null +++ b/www/html/welcomescreenwidget_8cpp_source.html @@ -0,0 +1,113 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/welcomescreenwidget.cpp Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/welcomescreenwidget_8h.html b/www/html/welcomescreenwidget_8h.html new file mode 100644 index 0000000..0090048 --- /dev/null +++ b/www/html/welcomescreenwidget_8h.html @@ -0,0 +1,74 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/welcomescreenwidget.h File Reference + + + + + + + + + +
+

/holvi/arto/ohjelmointi/ChessClock/chessclock/classes/welcomescreenwidget.h File Reference

#include <QWidget>
+ +

Go to the source code of this file.

+ + + + +

Classes

class  WelcomeScreenWidget
 Welcome screen. More...
+
+ +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ + diff --git a/www/html/welcomescreenwidget_8h_source.html b/www/html/welcomescreenwidget_8h_source.html new file mode 100644 index 0000000..b4468ef --- /dev/null +++ b/www/html/welcomescreenwidget_8h_source.html @@ -0,0 +1,103 @@ + + + + + +Chess Clock: /holvi/arto/ohjelmointi/ChessClock/chessclock/classes/welcomescreenwidget.h Source File + + + + + + + + + + +
+ All Classes Files Functions Variables Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Aug 16 21:44:24 2010 for Chess Clock by  + +doxygen 1.6.3
+ +