Lines Matching refs:SelfTestDialog
216 class SelfTestDialog::Private
218 friend class ::Kleo::Dialogs::SelfTestDialog;
219 SelfTestDialog *const q;
221 explicit Private(SelfTestDialog *qq) in Private()
294 explicit UI(SelfTestDialog *qq) in UI()
304 qq, &SelfTestDialog::updateRequested); in UI()
309 SelfTestDialog::SelfTestDialog(QWidget *p, Qt::WindowFlags f) in SelfTestDialog() function in SelfTestDialog
315 SelfTestDialog::SelfTestDialog(const std::vector<std::shared_ptr<SelfTest>> &tests, QWidget *p, Qt:… in SelfTestDialog() function in SelfTestDialog
322 SelfTestDialog::~SelfTestDialog() {} in ~SelfTestDialog()
324 void SelfTestDialog::clear() in clear()
329 void SelfTestDialog::addSelfTest(const std::shared_ptr<SelfTest> &test) in addSelfTest()
335 void SelfTestDialog::addSelfTests(const std::vector<std::shared_ptr<SelfTest>> &tests) in addSelfTests()
341 void SelfTestDialog::setRunAtStartUp(bool on) in setRunAtStartUp()
346 bool SelfTestDialog::runAtStartUp() const in runAtStartUp()
351 void SelfTestDialog::setAutomaticMode(bool automatic) in setAutomaticMode()