LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::drawingml::chart::View3DModel Struct Reference

#include <plotareamodel.hxx>

Public Member Functions

 View3DModel (bool bMSO2007Doc)
 True = right-angled axes in 3D view. More...
 

Public Attributes

std::optional< sal_Int32 > monHeightPercent
 
std::optional< sal_Int32 > monRotationX
 Height of the 3D view, relative to chart width. More...
 
std::optional< sal_Int32 > monRotationY
 Horizontal rotation in degrees. More...
 
sal_Int32 mnDepthPercent
 Vertical rotation in degrees. More...
 
sal_Int32 mnPerspective
 Depth of the 3D view, relative to chart width. More...
 
bool mbRightAngled
 Eye distance to the 3D objects. More...
 

Detailed Description

Definition at line 31 of file plotareamodel.hxx.

Constructor & Destructor Documentation

◆ View3DModel()

oox::drawingml::chart::View3DModel::View3DModel ( bool  bMSO2007Doc)
explicit

True = right-angled axes in 3D view.

Definition at line 26 of file plotareamodel.cxx.

Member Data Documentation

◆ mbRightAngled

bool oox::drawingml::chart::View3DModel::mbRightAngled

◆ mnDepthPercent

sal_Int32 oox::drawingml::chart::View3DModel::mnDepthPercent

Vertical rotation in degrees.

Definition at line 36 of file plotareamodel.hxx.

Referenced by oox::drawingml::chart::View3DContext::onCreateContext().

◆ mnPerspective

sal_Int32 oox::drawingml::chart::View3DModel::mnPerspective

Depth of the 3D view, relative to chart width.

Definition at line 37 of file plotareamodel.hxx.

Referenced by oox::drawingml::chart::View3DConverter::convertFromModel(), and oox::drawingml::chart::View3DContext::onCreateContext().

◆ monHeightPercent

std::optional< sal_Int32 > oox::drawingml::chart::View3DModel::monHeightPercent

◆ monRotationX

std::optional< sal_Int32 > oox::drawingml::chart::View3DModel::monRotationX

Height of the 3D view, relative to chart width.

Definition at line 34 of file plotareamodel.hxx.

Referenced by oox::drawingml::chart::View3DConverter::convertFromModel(), and oox::drawingml::chart::View3DContext::onCreateContext().

◆ monRotationY

std::optional< sal_Int32 > oox::drawingml::chart::View3DModel::monRotationY

The documentation for this struct was generated from the following files: