![]() |
API Documentation
|
Allows the user to select Coordinates using the CoordinateBoundsSelector selector. More...
#include <CoordinateSelector.h>
Public Member Functions | |
| CoordinateSelector (QWidget *parent=nullptr) | |
| Bounds< 2, fltp08 > | currentBounds () const override |
| Bounds< 2, Angle< fltp08 > > | currentBoundsAngle () const override |
| String | currentURL () const |
| void | initPage () |
| virtual void | setCurrentBounds (const Bounds< 2, Angle< fltp08 > > &wgs84_bounds) override |
| virtual void | setCurrentBounds (const Bounds< 2, fltp08 > &wgs84_bounds) override |
Public Member Functions inherited from CoordinateBoundsSelector | |
Protected Attributes | |
| QWebEngineView * | m_web_view |
Additional Inherited Members | |
Signals inherited from CoordinateBoundsSelector | |
| void | canceledSignal () |
| void | finishedSignal () |
Static Public Member Functions inherited from CoordinateBoundsSelector | |
| static bool | CanCreateCoordinateSelector () |
| static CoordinateBoundsSelector * | CreateCoordinateSelector (QWidget *parent=nullptr) |
| static void | RegisterCreator (std::function< CoordinateBoundsSelector *(QWidget *parent)> creator) |
Static Protected Attributes inherited from CoordinateBoundsSelector | |
| static std::function< CoordinateBoundsSelector *(QWidget *parent)> | s_create_coordinate_selector |
Allows the user to select Coordinates using the CoordinateBoundsSelector selector.
| CoordinateSelector | ( | QWidget * | parent = nullptr | ) |
Implements CoordinateBoundsSelector.
Implements CoordinateBoundsSelector.
| String currentURL | ( | ) | const |
| void initPage | ( | ) |
Implements CoordinateBoundsSelector.
Implements CoordinateBoundsSelector.
|
protected |