MCPcopy Create free account
hub / github.com/KDE/kdevelop / TestWorkingSetController

Class TestWorkingSetController

kdevplatform/shell/tests/test_workingsets.h:28–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28class TestWorkingSetController : public QObject
29{
30Q_OBJECT
31private Q_SLOTS:
32 void initTestCase();
33 void init();
34 void cleanupTestCase();
35
36 void createWorkingSet();
37 void deleteWorkingSet();
38 void switchArea();
39 void restoreSplits();
40
41private:
42 void restartSession();
43
44 QWidget* m_closedSets;
45 KDevelop::WorkingSetController* m_workingSetCtrl;
46 Sublime::Area* m_area;
47 Sublime::Area* m_area_debug;
48 KDevelop::IDocumentController* m_documentCtrl;
49
50 QMainWindow* m_mainWindow;
51
52 QTemporaryDir m_tempDir;
53 QTemporaryFile m_file;
54};
55
56#endif // KDEVPLATFORM_TEST_WORKINGSETS_H

Callers

nothing calls this directly

Calls 1

initTestCaseFunction · 0.50

Tested by

no test coverage detected