![]() |
API Documentation
|
A dedicated dialog for allowing the user to select bounds for a northing and easting. Allows registration of a dedicated dialog for selecting coordinates. More...
#include <CoordinateBoundsSelector.h>
Signals | |
| void | canceledSignal () |
| void | finishedSignal () |
Public Member Functions | |
| virtual Bounds< 2, fltp08 > | currentBounds () const =0 |
| virtual Bounds< 2, Angle< fltp08 > > | currentBoundsAngle () const =0 |
| virtual void | setCurrentBounds (const Bounds< 2, Angle< fltp08 > > &wgs84_bounds)=0 |
| virtual void | setCurrentBounds (const Bounds< 2, fltp08 > &wgs84_bounds)=0 |
Static Public Member Functions | |
| static bool | CanCreateCoordinateSelector () |
| static CoordinateBoundsSelector * | CreateCoordinateSelector (QWidget *parent=nullptr) |
| static void | RegisterCreator (std::function< CoordinateBoundsSelector *(QWidget *parent)> creator) |
Static Protected Attributes | |
| static std::function< CoordinateBoundsSelector *(QWidget *parent)> | s_create_coordinate_selector |
A dedicated dialog for allowing the user to select bounds for a northing and easting. Allows registration of a dedicated dialog for selecting coordinates.
|
signal |
|
static |
|
static |
Implemented in CoordinateSelector.
Implemented in CoordinateSelector.
|
signal |
|
static |
Implemented in CoordinateSelector.
Implemented in CoordinateSelector.
|
staticprotected |