kmahjongg
Editor Class Reference
#include <Editor.h>
List of all members.
Detailed Description
This class implements.
longer description
- Author:
- Mauricio Piacentini <mauricio@tabuleiro.com>
Definition at line 47 of file Editor.h.
Member Enumeration Documentation
anonymous enum [protected] |
Slot Description.
Describe enum
- Enumerator:
-
| remove |
describe |
| insert |
describe |
| move |
describe |
Definition at line 98 of file Editor.h.
Constructor & Destructor Documentation
| Editor::Editor |
( |
QWidget * |
parent = 0 |
) |
[explicit] |
Constructor Description.
- Parameters:
-
Definition at line 43 of file Editor.cpp.
| Editor::~Editor |
( |
|
) |
[virtual] |
Default Destructor.
Definition at line 95 of file Editor.cpp.
Member Function Documentation
| bool Editor::canInsert |
( |
POSITION & |
p |
) |
[protected] |
Method Description.
- Parameters:
-
- Returns:
true if
false if
Definition at line 666 of file Editor.cpp.
| void Editor::drawBackground |
( |
QPixmap * |
to |
) |
[protected] |
| void Editor::drawCursor |
( |
POSITION & |
p, |
|
|
bool |
visible | |
|
) |
| | [protected] |
Method Description.
- Parameters:
-
Definition at line 611 of file Editor.cpp.
| void Editor::drawFrameMouseMovedEvent |
( |
QMouseEvent * |
e |
) |
[protected, slot] |
| void Editor::drawFrameMousePressEvent |
( |
QMouseEvent * |
e |
) |
[protected, slot] |
| void Editor::drawTiles |
( |
QPixmap * |
to |
) |
[protected] |
Method Description.
- Parameters:
-
Definition at line 441 of file Editor.cpp.
| void Editor::loadBoard |
( |
|
) |
[protected, slot] |
| void Editor::newBoard |
( |
|
) |
[protected, slot] |
| void Editor::paintEvent |
( |
QPaintEvent * |
pa |
) |
[protected] |
| void Editor::resizeEvent |
( |
QResizeEvent * |
event |
) |
[protected] |
Method Description.
Definition at line 99 of file Editor.cpp.
| bool Editor::saveBoard |
( |
|
) |
[protected, slot] |
Slot Description.
- Returns:
true if ...
false if ...
Definition at line 334 of file Editor.cpp.
| void Editor::setupToolbar |
( |
|
) |
[protected] |
| void Editor::slotModeChanged |
( |
QAction * |
act |
) |
[protected, slot] |
| void Editor::slotShiftDown |
( |
|
) |
[protected, slot] |
| void Editor::slotShiftLeft |
( |
|
) |
[protected, slot] |
| void Editor::slotShiftRight |
( |
|
) |
[protected, slot] |
| void Editor::slotShiftUp |
( |
|
) |
[protected, slot] |
| void Editor::statusChanged |
( |
|
) |
[protected] |
| QString Editor::statusText |
( |
|
) |
[protected] |
Method Description.
- Returns:
- status description
Definition at line 279 of file Editor.cpp.
| bool Editor::testSave |
( |
|
) |
[protected] |
Method Description.
- Returns:
true if
false if
Definition at line 376 of file Editor.cpp.
| void Editor::transformPointToPosition |
( |
const QPoint & |
point, |
|
|
POSITION & |
MouseClickPos, |
|
|
bool |
align | |
|
) |
| | [protected] |
The documentation for this class was generated from the following files: