#include <ViewerPlugin.hpp>
Inherits QObject, PluginInterface, and ViewerInterface.
◆ ViewerPlugin()
ViewerPlugin::ViewerPlugin |
( |
| ) |
|
◆ camera() [1/2]
std::vector< Camera > ViewerPlugin::camera |
( |
| ) |
const |
|
virtual |
◆ camera() [2/2]
std::vector< Camera > ViewerPlugin::camera |
( |
size_t | viewportId | ) |
const |
|
virtual |
◆ initialize()
void ViewerPlugin::initialize |
( |
MainWindow * | mainWindow | ) |
|
|
virtual |
◆ resetScene()
void ViewerPlugin::resetScene |
( |
Editor * | editor, |
|
|
bool | resetView ) |
|
virtual |
◆ slotView3d
void ViewerPlugin::slotView3d |
( |
| ) |
|
|
slot |
◆ slotViewFront
void ViewerPlugin::slotViewFront |
( |
| ) |
|
|
slot |
◆ slotViewLayout
◆ slotViewLayoutGrid
void ViewerPlugin::slotViewLayoutGrid |
( |
| ) |
|
|
slot |
◆ slotViewLayoutSingle
void ViewerPlugin::slotViewLayoutSingle |
( |
| ) |
|
|
slot |
◆ slotViewLayoutThreeRowsRight
void ViewerPlugin::slotViewLayoutThreeRowsRight |
( |
| ) |
|
|
slot |
◆ slotViewLayoutTwoColumns
void ViewerPlugin::slotViewLayoutTwoColumns |
( |
| ) |
|
|
slot |
◆ slotViewOrthographic
void ViewerPlugin::slotViewOrthographic |
( |
| ) |
|
|
slot |
◆ slotViewPerspective
void ViewerPlugin::slotViewPerspective |
( |
| ) |
|
|
slot |
◆ slotViewResetCenter
void ViewerPlugin::slotViewResetCenter |
( |
| ) |
|
|
slot |
◆ slotViewResetDistance
void ViewerPlugin::slotViewResetDistance |
( |
| ) |
|
|
slot |
◆ slotViewRight
void ViewerPlugin::slotViewRight |
( |
| ) |
|
|
slot |
◆ slotViewTop
void ViewerPlugin::slotViewTop |
( |
| ) |
|
|
slot |
◆ updateScene()
void ViewerPlugin::updateScene |
( |
Editor * | editor | ) |
|
|
virtual |
◆ updateViewer()
void ViewerPlugin::updateViewer |
( |
| ) |
|
|
private |
◆ mainWindow_
◆ view3dAction_
QAction* ViewerPlugin::view3dAction_ |
|
private |
◆ viewFrontAction_
QAction* ViewerPlugin::viewFrontAction_ |
|
private |
◆ viewLayoutGridAction_
QAction* ViewerPlugin::viewLayoutGridAction_ |
|
private |
◆ viewLayoutSingleAction_
QAction* ViewerPlugin::viewLayoutSingleAction_ |
|
private |
◆ viewLayoutThreeRowsRightAction_
QAction* ViewerPlugin::viewLayoutThreeRowsRightAction_ |
|
private |
◆ viewLayoutTwoColumnsAction_
QAction* ViewerPlugin::viewLayoutTwoColumnsAction_ |
|
private |
◆ viewOrthographicAction_
QAction* ViewerPlugin::viewOrthographicAction_ |
|
private |
◆ viewPerspectiveAction_
QAction* ViewerPlugin::viewPerspectiveAction_ |
|
private |
◆ viewports_
Referenced by camera(), camera(), initialize(), resetScene(), slotView3d(), slotViewFront(), slotViewLayout(), slotViewOrthographic(), slotViewPerspective(), slotViewResetCenter(), slotViewResetDistance(), slotViewRight(), slotViewTop(), and updateScene().
◆ viewResetCenterAction_
QAction* ViewerPlugin::viewResetCenterAction_ |
|
private |
◆ viewResetDistanceAction_
QAction* ViewerPlugin::viewResetDistanceAction_ |
|
private |
◆ viewRightAction_
QAction* ViewerPlugin::viewRightAction_ |
|
private |
◆ viewTopAction_
QAction* ViewerPlugin::viewTopAction_ |
|
private |
The documentation for this class was generated from the following files:
- ViewerPlugin.hpp
- ViewerPlugin.cpp