|
Scroom 0.14-48-ga0fee447
|
#include <transformpresentation.hh>

Public Types | |
| using | Ptr = std::shared_ptr< TransformationData > |
Public Member Functions | |
| void | setAspectRatio (double x, double y) |
| void | setAspectRatio (Scroom::Utils::Point< double > aspectRatio_) |
| Scroom::Utils::Point< double > | getAspectRatio () const |
Static Public Member Functions | |
| static Ptr | create (Scroom::Utils::Point< double > aspectRatio_) |
| static Ptr | create () |
Private Member Functions | |
| TransformationData () | |
| TransformationData (Scroom::Utils::Point< double > aspectRatio_) | |
Private Attributes | |
| Scroom::Utils::Point< double > | aspectRatio |
| using TransformationData::Ptr = std::shared_ptr<TransformationData> |
|
private |
Referenced by create(), and create().

|
explicitprivate |
|
static |
Referenced by anonymous_namespace{tiledbitmappresentation.cc}::OpenTiledBitmapAsPresentation::open().


|
static |

| Scroom::Utils::Point< double > TransformationData::getAspectRatio | ( | ) | const |
| void TransformationData::setAspectRatio | ( | double | x, |
| double | y | ||
| ) |

| void TransformationData::setAspectRatio | ( | Scroom::Utils::Point< double > | aspectRatio_ | ) |
|
private |
Referenced by getAspectRatio(), setAspectRatio(), and setAspectRatio().