Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95104774
plotpanel.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Dec 12, 21:50
Size
517 B
Mime Type
text/x-c++
Expires
Sat, Dec 14, 21:50 (2 d)
Engine
blob
Format
Raw Data
Handle
22931467
Attached To
rSYMKIT symkit
plotpanel.h
View Options
#ifndef PLOTPANEL_H
#define PLOTPANEL_H
#include "skviewerpanel.h"
class SKPlot;
class QVBoxLayout;
class QSplitter;
class PlotPanel : public SKViewerPanel
{
SKPlot * glwidget;
QVBoxLayout * centering;
QSplitter * splitter;
QWidget * dedicated;
public:
PlotPanel(SKPlot *, QWidget *parent = 0);
~PlotPanel();
void setPlot(SKPlot *);
SKPlot * getPlot();
virtual QString getLabel() const override;
virtual QWidget * getDedicated() override;
};
#endif // PLOTPANEL_H
Event Timeline
Log In to Comment