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


Public Types | |
| using | Ptr = std::shared_ptr< ITweakPositionTextBox > |
Public Member Functions | |
| virtual Point< double > | parse (std::string_view x, std::string_view y, const Point< int > &drawingAreaSize, int zoom) const =0 |
| virtual std::pair< std::string, std::string > | display (const Point< double > &position, const Point< int > &drawingAreaSize, int zoom) const =0 |
Public Member Functions inherited from Interface | |
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface & | operator= (const Interface &)=delete |
| Interface (Interface &&)=delete | |
| Interface & | operator= (Interface &&)=delete |
| virtual | ~Interface ()=default |
| using Scroom::Utils::ITweakPositionTextBox::Ptr = std::shared_ptr<ITweakPositionTextBox> |
|
pure virtual |
Implemented in Scroom::Utils::TweakPositionTextBox.
|
pure virtual |
Implemented in Scroom::Utils::TweakPositionTextBox.