API Documentation
|
#include <CoordinateSelector.h>
Public Member Functions | |
CoordinateSelector (QWidget *parent=nullptr) | |
void | initPage () |
String | currentURL () const |
Bounds< 2, fltp08 > | currentBounds () const override |
Bounds< 2, Angle< fltp08 > > | currentBoundsAngle () const override |
virtual void | setCurrentBounds (const Bounds< 2, fltp08 > &wgs84_bounds) override |
virtual void | setCurrentBounds (const Bounds< 2, Angle< fltp08 > > &wgs84_bounds) override |
Public Member Functions inherited from CoordinateBoundsSelector |
Protected Attributes | |
QWebEngineView * | m_web_view |
Additional Inherited Members | |
Signals inherited from CoordinateBoundsSelector | |
void | finishedSignal () |
void | canceledSignal () |
Static Public Member Functions inherited from CoordinateBoundsSelector | |
static CoordinateBoundsSelector * | CreateCoordinateSelector (QWidget *parent=nullptr) |
static bool | CanCreateCoordinateSelector () |
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 = nullptr |
CoordinateSelector | ( | QWidget * | parent = nullptr | ) |
Implements CoordinateBoundsSelector.
Implements CoordinateBoundsSelector.
String currentURL | ( | ) | const |
void initPage | ( | ) |
Implements CoordinateBoundsSelector.
Implements CoordinateBoundsSelector.
|
protected |