MCPcopy Create free account
hub / github.com/Kitware/VeloView / vvMainWindow

Class vvMainWindow

Application/vvMainWindow.h:21–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class pqDataRepresentation;
20
21class vvMainWindow : public QMainWindow
22{
23 Q_OBJECT
24 typedef QMainWindow Superclass;
25
26public:
27 vvMainWindow();
28 virtual ~vvMainWindow();
29
30protected:
31 void dragEnterEvent(QDragEnterEvent* evt) override;
32 void dropEvent(QDropEvent* evt) override;
33
34protected slots:
35 void showHelpForProxy(const QString& proxyname, const QString& groupname);
36 void handleMessage(const QString &, int type);
37
38private:
39 Q_DISABLE_COPY(vvMainWindow);
40
41 class pqInternals;
42 pqInternals* Internals;
43 friend class pqInternals;
44};
45
46#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected