OSMMesh
#include <osmmesh.h>
Inherits from Qt3DRender::QGeometryRenderer, Serenity::Mesh
Public Slots
Public Signals
Public Functions
Public Properties
Public Attributes
Public Slots Documentation
slot setController
 | void setController(
    OSMController * controller
)
  | 
 
slot setWidth
 | void setWidth(
    float width
)
  | 
 
Public Signals Documentation
signal controllerChanged
 | void controllerChanged(
    OSMController * controller
)
  | 
 
signal widthChanged
 | void widthChanged(
    float width
)
  | 
 
Public Functions Documentation
function OSMMesh
 | explicit OSMMesh(
    Qt3DCore::QNode * parent =nullptr
)
  | 
 
function ~OSMMesh
function controller
 | OSMController * controller() const
  | 
 
function width
function OSMMesh
function ~OSMMesh
Public Property Documentation
property controller
 | OSMController * controller;
  | 
 
property width
Public Attributes Documentation
variable loader
 | KDBindings::Property< OSMLoader * > loader { nullptr };
  | 
 
variable width
Updated on 2023-07-03 at 11:02:07 +0000