This is the complete list of members for sudoku.app.App, including all inherited members.
| __init__(self, bool useUi=True, bool verbose=True) | sudoku.app.App | |
| addErrorCell(self, int row, int col) | sudoku.app.App | |
| clearAllNotes(self) | sudoku.app.App | |
| clearErrorCells(self) | sudoku.app.App | |
| deselectCell(self) | sudoku.app.App | |
| getAllDifficultyNames(cls) | sudoku.app.App | |
| getBlockSize(cls) | sudoku.app.App | |
| getCurrentDifficulty(self) | sudoku.app.App | |
| getDefaultDifficulty(self) | sudoku.app.App | |
| getElapsedTime(self) | sudoku.app.App | |
| getErrorCells(self) | sudoku.app.App | |
| getFieldLabel(self, int row, int col) | sudoku.app.App | |
| getFieldNotes(self, int row, int col) | sudoku.app.App | |
| getFieldValue(self, int row, int col) | sudoku.app.App | |
| getGridSize(cls) | sudoku.app.App | |
| getMaxMistakes(cls) | sudoku.app.App | |
| getMistakesMade(self) | sudoku.app.App | |
| getPuzzle(self) | sudoku.app.App | |
| getSetDigits(self) | sudoku.app.App | |
| handleMove(self, int row, int col) | sudoku.app.App | |
| hasGameEnded(self) | sudoku.app.App | |
| highlightDigits(self) | sudoku.app.App | |
| highlightRules(self) | sudoku.app.App | |
| inEraseMode(self) | sudoku.app.App | |
| inNoteMode(self) | sudoku.app.App | |
| isFieldFixed(self, int row, int col) | sudoku.app.App | |
| printField(self, int row, int col) | sudoku.app.App | |
| removeErrorCell(self, int row, int col) | sudoku.app.App | |
| restartGame(self) | sudoku.app.App | |
| run(self) | sudoku.app.App | |
| selectCell(self, int row, int col) | sudoku.app.App | |
| selectDigit(self, int value) | sudoku.app.App | |
| selectedCell | sudoku.app.App | |
| selectedCell(self) | sudoku.app.App | |
| selectedCell(self, tuple[int, int]|None pos) | sudoku.app.App | |
| selectedDigit | sudoku.app.App | |
| selectedDigit(self) | sudoku.app.App | |
| selectedDigit(self, int|None digit) | sudoku.app.App | |
| setAutoNotes(self) | sudoku.app.App | |
| startNewGame(self, str difficulty) | sudoku.app.App | |
| toggleEraseMode(self) | sudoku.app.App | |
| toggleHighlightDigits(self) | sudoku.app.App | |
| toggleHighlightRules(self) | sudoku.app.App | |
| toggleNoteMode(self) | sudoku.app.App | |