Cppcheck
|
A window with a text field that . More...
#include <scratchpad.h>
Public Member Functions | |
ScratchPad (MainWindow &mainWindow) | |
~ScratchPad () override | |
void | translate () |
Translate dialog. More... | |
Private Slots | |
void | checkButtonClicked () |
Called when check button is clicked. More... | |
Private Attributes | |
Ui::ScratchPad * | mUI |
MainWindow & | mMainWindow |
A window with a text field that .
Definition at line 37 of file scratchpad.h.
|
explicit |
Definition at line 29 of file scratchpad.cpp.
References checkButtonClicked(), and mUI.
|
override |
Definition at line 39 of file scratchpad.cpp.
References mUI.
|
privateslot |
Called when check button is clicked.
Definition at line 49 of file scratchpad.cpp.
References MainWindow::analyzeCode(), mMainWindow, and mUI.
Referenced by ScratchPad().
void ScratchPad::translate | ( | ) |
Translate dialog.
Definition at line 44 of file scratchpad.cpp.
References mUI.
Referenced by MainWindow::setLanguage().
|
private |
Definition at line 56 of file scratchpad.h.
Referenced by checkButtonClicked().
|
private |
Definition at line 55 of file scratchpad.h.
Referenced by checkButtonClicked(), ScratchPad(), translate(), and ~ScratchPad().