#include <kbilliards.h>
Public Slots | |
| void | slotAbout () |
| void | slotAboutKDE () |
| void | throw_ball () |
| void | newGame () |
| void | confdialog () |
| void | saveSettings () |
| void | viewScores () |
| void | clock () |
Signals | |
| void | PBsignal (int) |
Public Member Functions | |
| Kbilliards (QWidget *parent=0, const char *name=0) | |
| ~Kbilliards () | |
| void | placeedgeobjects () |
| void | keyPressEvent (QKeyEvent *) |
| void | placeballs (int, int) |
| void | BallinHole (int) |
| void | loadSettings () |
| void | winner () |
Public Attributes | |
| Configuration | defaultconfig |
| Configuration | actualconfig |
| MusicConfiguration | actualmusicconfig |
| KMenuBar * | menu |
| KStatusBar * | status |
| KToolBar * | toolbar |
| ThrowVector * | throwvector |
| QList< Ball > | ingameballs |
| QList< Ball > | outgameballs |
| QList< EdgeObject > | edgeobjects |
| int | Score |
| QLCDNumber * | ScoreDisplay |
| bool | PowerBarFlag |
| double | MaxThrowPower |
| KConfigBase * | config |
| int | nextBallseq |
| bool | ballinhole |
| bool | checkballstatus |
| SoundModule * | Music |
Protected Slots | |
| void | move_left_vector () |
| void | move_right_vector () |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *) |
Protected Attributes | |
| QCanvas * | canvas |
| QCanvasView * | BilliardArea |
| EdgeObject * | holetl |
| EdgeObject * | holetc |
| EdgeObject * | holetr |
| EdgeObject * | holebl |
| EdgeObject * | holebc |
| EdgeObject * | holebr |
| Ball * | whiteball |
| int | gamestatus |
|
||||||||||||
|
construtor |
|
|
destructor |
|
|
No descriptions |
|
|
No descriptions |
|
|
show configuration window dialog |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
||||||||||||
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
No descriptions |
|
|
0 - game not running 1 - game started and running |
|
|
holes |
|
|
true if PowerBar is active |
|
|
balls |
1.3.7