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 |
![]() |
Protected Attributes | |
QWebEngineView * | m_web_view |
Additional Inherited Members | |
![]() | |
void | canceledSignal () |
void | finishedSignal () |
![]() | |
static bool | CanCreateCoordinateSelector () |
static CoordinateBoundsSelector * | CreateCoordinateSelector (QWidget *parent=nullptr) |
static void | RegisterCreator (std::function< CoordinateBoundsSelector *(QWidget *parent)> creator) |
![]() | |
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 |