Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103563667
skviewerscreen.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
Mon, Mar 3, 00:41
Size
748 B
Mime Type
text/x-c++
Expires
Wed, Mar 5, 00:41 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24575264
Attached To
rSYMKIT symkit
skviewerscreen.h
View Options
#ifndef SKVIEWERSCREEN_H
#define SKVIEWERSCREEN_H
#include <QStackedWidget>
#include <list>
class
SKViewerPanel
;
class
QStackedLayout
;
class
SKViewerScreen
:
public
QStackedWidget
{
Q_OBJECT
std
::
list
<
SKViewerPanel
*>
panels
;
//std::vector<QWidget*> initPriorityList;
bool
initialized
;
public:
SKViewerScreen
(
QWidget
*
parent
=
0
);
~
SKViewerScreen
();
/*
* Update all panels
*/
void
updatePanels
();
void
addViewerPanel
(
SKViewerPanel
*
);
void
rmViewerPanel
(
SKViewerPanel
*
,
bool
del
=
false
);
void
clear
(
bool
del
=
false
);
void
setCurrentPanel
(
SKViewerPanel
*
);
SKViewerPanel
*
getCurrentPanel
();
//void initializePriorities();
//void addInitPriority(QWidget*);
};
#endif
Event Timeline
Log In to Comment