API Documentation
|
#include <CoordinateBoundsSelector.h>
Signals | |
void | finishedSignal () |
void | canceledSignal () |
Public Member Functions | |
virtual void | setCurrentBounds (const Bounds< 2, fltp08 > &wgs84_bounds)=0 |
virtual void | setCurrentBounds (const Bounds< 2, Angle< fltp08 > > &wgs84_bounds)=0 |
virtual Bounds< 2, fltp08 > | currentBounds () const =0 |
virtual Bounds< 2, Angle< fltp08 > > | currentBoundsAngle () const =0 |
Static Public Member Functions | |
static CoordinateBoundsSelector * | CreateCoordinateSelector (QWidget *parent=nullptr) |
static bool | CanCreateCoordinateSelector () |
static void | RegisterCreator (std::function< CoordinateBoundsSelector *(QWidget *parent)> creator) |
Static Protected Attributes | |
static std::function< CoordinateBoundsSelector *(QWidget *parent)> | s_create_coordinate_selector = nullptr |
|
signal |
|
static |
|
static |
Implemented in CoordinateSelector.
Implemented in CoordinateSelector.
|
signal |
|
static |
Implemented in CoordinateSelector.
Implemented in CoordinateSelector.
|
staticprotected |