Documentation
¶
Index ¶
- Constants
- Variables
- func PointerFromQGeoCodeReply(ptr QGeoCodeReply_ITF) unsafe.Pointer
- func PointerFromQGeoCodingManager(ptr QGeoCodingManager_ITF) unsafe.Pointer
- func PointerFromQGeoCodingManagerEngine(ptr QGeoCodingManagerEngine_ITF) unsafe.Pointer
- func PointerFromQGeoManeuver(ptr QGeoManeuver_ITF) unsafe.Pointer
- func PointerFromQGeoRoute(ptr QGeoRoute_ITF) unsafe.Pointer
- func PointerFromQGeoRouteReply(ptr QGeoRouteReply_ITF) unsafe.Pointer
- func PointerFromQGeoRouteRequest(ptr QGeoRouteRequest_ITF) unsafe.Pointer
- func PointerFromQGeoRouteSegment(ptr QGeoRouteSegment_ITF) unsafe.Pointer
- func PointerFromQGeoRoutingManager(ptr QGeoRoutingManager_ITF) unsafe.Pointer
- func PointerFromQGeoRoutingManagerEngine(ptr QGeoRoutingManagerEngine_ITF) unsafe.Pointer
- func PointerFromQGeoServiceProvider(ptr QGeoServiceProvider_ITF) unsafe.Pointer
- func PointerFromQGeoServiceProviderFactory(ptr QGeoServiceProviderFactory_ITF) unsafe.Pointer
- func PointerFromQLocation(ptr QLocation_ITF) unsafe.Pointer
- func PointerFromQPlace(ptr QPlace_ITF) unsafe.Pointer
- func PointerFromQPlaceAttribute(ptr QPlaceAttribute_ITF) unsafe.Pointer
- func PointerFromQPlaceCategory(ptr QPlaceCategory_ITF) unsafe.Pointer
- func PointerFromQPlaceContactDetail(ptr QPlaceContactDetail_ITF) unsafe.Pointer
- func PointerFromQPlaceContent(ptr QPlaceContent_ITF) unsafe.Pointer
- func PointerFromQPlaceContentReply(ptr QPlaceContentReply_ITF) unsafe.Pointer
- func PointerFromQPlaceContentRequest(ptr QPlaceContentRequest_ITF) unsafe.Pointer
- func PointerFromQPlaceDetailsReply(ptr QPlaceDetailsReply_ITF) unsafe.Pointer
- func PointerFromQPlaceEditorial(ptr QPlaceEditorial_ITF) unsafe.Pointer
- func PointerFromQPlaceIcon(ptr QPlaceIcon_ITF) unsafe.Pointer
- func PointerFromQPlaceIdReply(ptr QPlaceIdReply_ITF) unsafe.Pointer
- func PointerFromQPlaceImage(ptr QPlaceImage_ITF) unsafe.Pointer
- func PointerFromQPlaceManager(ptr QPlaceManager_ITF) unsafe.Pointer
- func PointerFromQPlaceManagerEngine(ptr QPlaceManagerEngine_ITF) unsafe.Pointer
- func PointerFromQPlaceMatchReply(ptr QPlaceMatchReply_ITF) unsafe.Pointer
- func PointerFromQPlaceMatchRequest(ptr QPlaceMatchRequest_ITF) unsafe.Pointer
- func PointerFromQPlaceProposedSearchResult(ptr QPlaceProposedSearchResult_ITF) unsafe.Pointer
- func PointerFromQPlaceRatings(ptr QPlaceRatings_ITF) unsafe.Pointer
- func PointerFromQPlaceReply(ptr QPlaceReply_ITF) unsafe.Pointer
- func PointerFromQPlaceResult(ptr QPlaceResult_ITF) unsafe.Pointer
- func PointerFromQPlaceReview(ptr QPlaceReview_ITF) unsafe.Pointer
- func PointerFromQPlaceSearchReply(ptr QPlaceSearchReply_ITF) unsafe.Pointer
- func PointerFromQPlaceSearchRequest(ptr QPlaceSearchRequest_ITF) unsafe.Pointer
- func PointerFromQPlaceSearchResult(ptr QPlaceSearchResult_ITF) unsafe.Pointer
- func PointerFromQPlaceSearchSuggestionReply(ptr QPlaceSearchSuggestionReply_ITF) unsafe.Pointer
- func PointerFromQPlaceSupplier(ptr QPlaceSupplier_ITF) unsafe.Pointer
- func PointerFromQPlaceUser(ptr QPlaceUser_ITF) unsafe.Pointer
- func QGeoServiceProvider_AvailableServiceProviders() []string
- type QGeoCodeReply
- type QGeoCodeReply_ITF
- type QGeoCodeReply__Error
- type QGeoCodingManager
- type QGeoCodingManagerEngine
- type QGeoCodingManagerEngine_ITF
- type QGeoCodingManager_ITF
- type QGeoManeuver
- func (ptr *QGeoManeuver) DestroyQGeoManeuver()
- func (ptr *QGeoManeuver) Direction() QGeoManeuver__InstructionDirection
- func (ptr *QGeoManeuver) DistanceToNextInstruction() float64
- func (ptr *QGeoManeuver) InstructionText() string
- func (ptr *QGeoManeuver) IsValid() bool
- func (p *QGeoManeuver) Pointer() unsafe.Pointer
- func (ptr *QGeoManeuver) Position() *positioning.QGeoCoordinate
- func (p *QGeoManeuver) QGeoManeuver_PTR() *QGeoManeuver
- func (ptr *QGeoManeuver) SetDirection(direction QGeoManeuver__InstructionDirection)
- func (ptr *QGeoManeuver) SetDistanceToNextInstruction(distance float64)
- func (ptr *QGeoManeuver) SetInstructionText(instructionText string)
- func (p *QGeoManeuver) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoManeuver) SetPosition(position positioning.QGeoCoordinate_ITF)
- func (ptr *QGeoManeuver) SetTimeToNextInstruction(secs int)
- func (ptr *QGeoManeuver) SetWaypoint(coordinate positioning.QGeoCoordinate_ITF)
- func (ptr *QGeoManeuver) TimeToNextInstruction() int
- func (ptr *QGeoManeuver) Waypoint() *positioning.QGeoCoordinate
- type QGeoManeuver_ITF
- type QGeoManeuver__InstructionDirection
- type QGeoRoute
- func (ptr *QGeoRoute) Bounds() *positioning.QGeoRectangle
- func (ptr *QGeoRoute) DestroyQGeoRoute()
- func (ptr *QGeoRoute) Distance() float64
- func (ptr *QGeoRoute) FirstRouteSegment() *QGeoRouteSegment
- func (ptr *QGeoRoute) Path() []*positioning.QGeoCoordinate
- func (p *QGeoRoute) Pointer() unsafe.Pointer
- func (p *QGeoRoute) QGeoRoute_PTR() *QGeoRoute
- func (ptr *QGeoRoute) Request() *QGeoRouteRequest
- func (ptr *QGeoRoute) RouteId() string
- func (ptr *QGeoRoute) SetBounds(bounds positioning.QGeoRectangle_ITF)
- func (ptr *QGeoRoute) SetDistance(distance float64)
- func (ptr *QGeoRoute) SetFirstRouteSegment(routeSegment QGeoRouteSegment_ITF)
- func (p *QGeoRoute) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoRoute) SetRequest(request QGeoRouteRequest_ITF)
- func (ptr *QGeoRoute) SetRouteId(id string)
- func (ptr *QGeoRoute) SetTravelMode(mode QGeoRouteRequest__TravelMode)
- func (ptr *QGeoRoute) SetTravelTime(secs int)
- func (ptr *QGeoRoute) TravelMode() QGeoRouteRequest__TravelMode
- func (ptr *QGeoRoute) TravelTime() int
- type QGeoRouteReply
- func (ptr *QGeoRouteReply) Abort()
- func (ptr *QGeoRouteReply) AbortDefault()
- func (ptr *QGeoRouteReply) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QGeoRouteReply) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QGeoRouteReply) ConnectAbort(f func())
- func (ptr *QGeoRouteReply) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QGeoRouteReply) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoRouteReply) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QGeoRouteReply) ConnectDeleteLater(f func())
- func (ptr *QGeoRouteReply) ConnectDestroyQGeoRouteReply(f func())
- func (ptr *QGeoRouteReply) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoRouteReply) ConnectError2(f func(error QGeoRouteReply__Error, errorString string))
- func (ptr *QGeoRouteReply) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QGeoRouteReply) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QGeoRouteReply) ConnectFinished(f func())
- func (ptr *QGeoRouteReply) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QGeoRouteReply) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRouteReply) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRouteReply) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QGeoRouteReply) CustomEvent(event core.QEvent_ITF)
- func (ptr *QGeoRouteReply) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QGeoRouteReply) DeleteLater()
- func (ptr *QGeoRouteReply) DeleteLaterDefault()
- func (ptr *QGeoRouteReply) DestroyQGeoRouteReply()
- func (ptr *QGeoRouteReply) DestroyQGeoRouteReplyDefault()
- func (ptr *QGeoRouteReply) DisconnectAbort()
- func (ptr *QGeoRouteReply) DisconnectChildEvent()
- func (ptr *QGeoRouteReply) DisconnectConnectNotify()
- func (ptr *QGeoRouteReply) DisconnectCustomEvent()
- func (ptr *QGeoRouteReply) DisconnectDeleteLater()
- func (ptr *QGeoRouteReply) DisconnectDestroyQGeoRouteReply()
- func (ptr *QGeoRouteReply) DisconnectDisconnectNotify()
- func (ptr *QGeoRouteReply) DisconnectError2()
- func (ptr *QGeoRouteReply) DisconnectEvent()
- func (ptr *QGeoRouteReply) DisconnectEventFilter()
- func (ptr *QGeoRouteReply) DisconnectFinished()
- func (ptr *QGeoRouteReply) DisconnectMetaObject()
- func (ptr *QGeoRouteReply) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRouteReply) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRouteReply) DisconnectTimerEvent()
- func (ptr *QGeoRouteReply) Error() QGeoRouteReply__Error
- func (ptr *QGeoRouteReply) Error2(error QGeoRouteReply__Error, errorString string)
- func (ptr *QGeoRouteReply) ErrorString() string
- func (ptr *QGeoRouteReply) Event(e core.QEvent_ITF) bool
- func (ptr *QGeoRouteReply) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QGeoRouteReply) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoRouteReply) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoRouteReply) Finished()
- func (ptr *QGeoRouteReply) IsFinished() bool
- func (ptr *QGeoRouteReply) MetaObject() *core.QMetaObject
- func (ptr *QGeoRouteReply) MetaObjectDefault() *core.QMetaObject
- func (p *QGeoRouteReply) Pointer() unsafe.Pointer
- func (p *QGeoRouteReply) QGeoRouteReply_PTR() *QGeoRouteReply
- func (ptr *QGeoRouteReply) Request() *QGeoRouteRequest
- func (ptr *QGeoRouteReply) Routes() []*QGeoRoute
- func (ptr *QGeoRouteReply) SetError(error QGeoRouteReply__Error, errorString string)
- func (ptr *QGeoRouteReply) SetFinished(finished bool)
- func (p *QGeoRouteReply) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoRouteReply) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QGeoRouteReply) TimerEventDefault(event core.QTimerEvent_ITF)
- type QGeoRouteReply_ITF
- type QGeoRouteReply__Error
- type QGeoRouteRequest
- func (ptr *QGeoRouteRequest) DestroyQGeoRouteRequest()
- func (ptr *QGeoRouteRequest) ExcludeAreas() []*positioning.QGeoRectangle
- func (ptr *QGeoRouteRequest) FeatureWeight(featureType QGeoRouteRequest__FeatureType) QGeoRouteRequest__FeatureWeight
- func (ptr *QGeoRouteRequest) ManeuverDetail() QGeoRouteRequest__ManeuverDetail
- func (ptr *QGeoRouteRequest) NumberAlternativeRoutes() int
- func (p *QGeoRouteRequest) Pointer() unsafe.Pointer
- func (p *QGeoRouteRequest) QGeoRouteRequest_PTR() *QGeoRouteRequest
- func (ptr *QGeoRouteRequest) RouteOptimization() QGeoRouteRequest__RouteOptimization
- func (ptr *QGeoRouteRequest) SegmentDetail() QGeoRouteRequest__SegmentDetail
- func (ptr *QGeoRouteRequest) SetFeatureWeight(featureType QGeoRouteRequest__FeatureType, ...)
- func (ptr *QGeoRouteRequest) SetManeuverDetail(maneuverDetail QGeoRouteRequest__ManeuverDetail)
- func (ptr *QGeoRouteRequest) SetNumberAlternativeRoutes(alternatives int)
- func (p *QGeoRouteRequest) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoRouteRequest) SetRouteOptimization(optimization QGeoRouteRequest__RouteOptimization)
- func (ptr *QGeoRouteRequest) SetSegmentDetail(segmentDetail QGeoRouteRequest__SegmentDetail)
- func (ptr *QGeoRouteRequest) SetTravelModes(travelModes QGeoRouteRequest__TravelMode)
- func (ptr *QGeoRouteRequest) TravelModes() QGeoRouteRequest__TravelMode
- func (ptr *QGeoRouteRequest) Waypoints() []*positioning.QGeoCoordinate
- type QGeoRouteRequest_ITF
- type QGeoRouteRequest__FeatureType
- type QGeoRouteRequest__FeatureWeight
- type QGeoRouteRequest__ManeuverDetail
- type QGeoRouteRequest__RouteOptimization
- type QGeoRouteRequest__SegmentDetail
- type QGeoRouteRequest__TravelMode
- type QGeoRouteSegment
- func (ptr *QGeoRouteSegment) DestroyQGeoRouteSegment()
- func (ptr *QGeoRouteSegment) Distance() float64
- func (ptr *QGeoRouteSegment) IsValid() bool
- func (ptr *QGeoRouteSegment) Maneuver() *QGeoManeuver
- func (ptr *QGeoRouteSegment) NextRouteSegment() *QGeoRouteSegment
- func (ptr *QGeoRouteSegment) Path() []*positioning.QGeoCoordinate
- func (p *QGeoRouteSegment) Pointer() unsafe.Pointer
- func (p *QGeoRouteSegment) QGeoRouteSegment_PTR() *QGeoRouteSegment
- func (ptr *QGeoRouteSegment) SetDistance(distance float64)
- func (ptr *QGeoRouteSegment) SetManeuver(maneuver QGeoManeuver_ITF)
- func (ptr *QGeoRouteSegment) SetNextRouteSegment(routeSegment QGeoRouteSegment_ITF)
- func (p *QGeoRouteSegment) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoRouteSegment) SetTravelTime(secs int)
- func (ptr *QGeoRouteSegment) TravelTime() int
- type QGeoRouteSegment_ITF
- type QGeoRoute_ITF
- type QGeoRoutingManager
- func (ptr *QGeoRoutingManager) CalculateRoute(request QGeoRouteRequest_ITF) *QGeoRouteReply
- func (ptr *QGeoRoutingManager) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QGeoRoutingManager) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QGeoRoutingManager) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QGeoRoutingManager) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoRoutingManager) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QGeoRoutingManager) ConnectDeleteLater(f func())
- func (ptr *QGeoRoutingManager) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoRoutingManager) ConnectError(f func(reply *QGeoRouteReply, error QGeoRouteReply__Error, errorString string))
- func (ptr *QGeoRoutingManager) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QGeoRoutingManager) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QGeoRoutingManager) ConnectFinished(f func(reply *QGeoRouteReply))
- func (ptr *QGeoRoutingManager) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QGeoRoutingManager) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManager) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManager) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QGeoRoutingManager) CustomEvent(event core.QEvent_ITF)
- func (ptr *QGeoRoutingManager) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QGeoRoutingManager) DeleteLater()
- func (ptr *QGeoRoutingManager) DeleteLaterDefault()
- func (ptr *QGeoRoutingManager) DestroyQGeoRoutingManager()
- func (ptr *QGeoRoutingManager) DisconnectChildEvent()
- func (ptr *QGeoRoutingManager) DisconnectConnectNotify()
- func (ptr *QGeoRoutingManager) DisconnectCustomEvent()
- func (ptr *QGeoRoutingManager) DisconnectDeleteLater()
- func (ptr *QGeoRoutingManager) DisconnectDisconnectNotify()
- func (ptr *QGeoRoutingManager) DisconnectError()
- func (ptr *QGeoRoutingManager) DisconnectEvent()
- func (ptr *QGeoRoutingManager) DisconnectEventFilter()
- func (ptr *QGeoRoutingManager) DisconnectFinished()
- func (ptr *QGeoRoutingManager) DisconnectMetaObject()
- func (ptr *QGeoRoutingManager) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManager) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManager) DisconnectTimerEvent()
- func (ptr *QGeoRoutingManager) Error(reply QGeoRouteReply_ITF, error QGeoRouteReply__Error, errorString string)
- func (ptr *QGeoRoutingManager) Event(e core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManager) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManager) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManager) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManager) Finished(reply QGeoRouteReply_ITF)
- func (ptr *QGeoRoutingManager) Locale() *core.QLocale
- func (ptr *QGeoRoutingManager) ManagerName() string
- func (ptr *QGeoRoutingManager) ManagerVersion() int
- func (ptr *QGeoRoutingManager) MeasurementSystem() core.QLocale__MeasurementSystem
- func (ptr *QGeoRoutingManager) MetaObject() *core.QMetaObject
- func (ptr *QGeoRoutingManager) MetaObjectDefault() *core.QMetaObject
- func (p *QGeoRoutingManager) Pointer() unsafe.Pointer
- func (p *QGeoRoutingManager) QGeoRoutingManager_PTR() *QGeoRoutingManager
- func (ptr *QGeoRoutingManager) SetLocale(locale core.QLocale_ITF)
- func (ptr *QGeoRoutingManager) SetMeasurementSystem(system core.QLocale__MeasurementSystem)
- func (p *QGeoRoutingManager) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoRoutingManager) SupportedFeatureTypes() QGeoRouteRequest__FeatureType
- func (ptr *QGeoRoutingManager) SupportedFeatureWeights() QGeoRouteRequest__FeatureWeight
- func (ptr *QGeoRoutingManager) SupportedManeuverDetails() QGeoRouteRequest__ManeuverDetail
- func (ptr *QGeoRoutingManager) SupportedRouteOptimizations() QGeoRouteRequest__RouteOptimization
- func (ptr *QGeoRoutingManager) SupportedSegmentDetails() QGeoRouteRequest__SegmentDetail
- func (ptr *QGeoRoutingManager) SupportedTravelModes() QGeoRouteRequest__TravelMode
- func (ptr *QGeoRoutingManager) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QGeoRoutingManager) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QGeoRoutingManager) UpdateRoute(route QGeoRoute_ITF, position positioning.QGeoCoordinate_ITF) *QGeoRouteReply
- type QGeoRoutingManagerEngine
- func (ptr *QGeoRoutingManagerEngine) CalculateRoute(request QGeoRouteRequest_ITF) *QGeoRouteReply
- func (ptr *QGeoRoutingManagerEngine) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QGeoRoutingManagerEngine) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QGeoRoutingManagerEngine) ConnectCalculateRoute(f func(request *QGeoRouteRequest) *QGeoRouteReply)
- func (ptr *QGeoRoutingManagerEngine) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QGeoRoutingManagerEngine) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoRoutingManagerEngine) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QGeoRoutingManagerEngine) ConnectDeleteLater(f func())
- func (ptr *QGeoRoutingManagerEngine) ConnectDestroyQGeoRoutingManagerEngine(f func())
- func (ptr *QGeoRoutingManagerEngine) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoRoutingManagerEngine) ConnectError(f func(reply *QGeoRouteReply, error QGeoRouteReply__Error, errorString string))
- func (ptr *QGeoRoutingManagerEngine) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QGeoRoutingManagerEngine) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QGeoRoutingManagerEngine) ConnectFinished(f func(reply *QGeoRouteReply))
- func (ptr *QGeoRoutingManagerEngine) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QGeoRoutingManagerEngine) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManagerEngine) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManagerEngine) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QGeoRoutingManagerEngine) ConnectUpdateRoute(f func(route *QGeoRoute, position *positioning.QGeoCoordinate) *QGeoRouteReply)
- func (ptr *QGeoRoutingManagerEngine) CustomEvent(event core.QEvent_ITF)
- func (ptr *QGeoRoutingManagerEngine) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QGeoRoutingManagerEngine) DeleteLater()
- func (ptr *QGeoRoutingManagerEngine) DeleteLaterDefault()
- func (ptr *QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngine()
- func (ptr *QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngineDefault()
- func (ptr *QGeoRoutingManagerEngine) DisconnectCalculateRoute(request QGeoRouteRequest_ITF)
- func (ptr *QGeoRoutingManagerEngine) DisconnectChildEvent()
- func (ptr *QGeoRoutingManagerEngine) DisconnectConnectNotify()
- func (ptr *QGeoRoutingManagerEngine) DisconnectCustomEvent()
- func (ptr *QGeoRoutingManagerEngine) DisconnectDeleteLater()
- func (ptr *QGeoRoutingManagerEngine) DisconnectDestroyQGeoRoutingManagerEngine()
- func (ptr *QGeoRoutingManagerEngine) DisconnectDisconnectNotify()
- func (ptr *QGeoRoutingManagerEngine) DisconnectError()
- func (ptr *QGeoRoutingManagerEngine) DisconnectEvent()
- func (ptr *QGeoRoutingManagerEngine) DisconnectEventFilter()
- func (ptr *QGeoRoutingManagerEngine) DisconnectFinished()
- func (ptr *QGeoRoutingManagerEngine) DisconnectMetaObject()
- func (ptr *QGeoRoutingManagerEngine) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManagerEngine) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoRoutingManagerEngine) DisconnectTimerEvent()
- func (ptr *QGeoRoutingManagerEngine) DisconnectUpdateRoute()
- func (ptr *QGeoRoutingManagerEngine) Error(reply QGeoRouteReply_ITF, error QGeoRouteReply__Error, errorString string)
- func (ptr *QGeoRoutingManagerEngine) Event(e core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManagerEngine) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManagerEngine) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManagerEngine) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoRoutingManagerEngine) Finished(reply QGeoRouteReply_ITF)
- func (ptr *QGeoRoutingManagerEngine) Locale() *core.QLocale
- func (ptr *QGeoRoutingManagerEngine) ManagerName() string
- func (ptr *QGeoRoutingManagerEngine) ManagerVersion() int
- func (ptr *QGeoRoutingManagerEngine) MeasurementSystem() core.QLocale__MeasurementSystem
- func (ptr *QGeoRoutingManagerEngine) MetaObject() *core.QMetaObject
- func (ptr *QGeoRoutingManagerEngine) MetaObjectDefault() *core.QMetaObject
- func (p *QGeoRoutingManagerEngine) Pointer() unsafe.Pointer
- func (p *QGeoRoutingManagerEngine) QGeoRoutingManagerEngine_PTR() *QGeoRoutingManagerEngine
- func (ptr *QGeoRoutingManagerEngine) SetLocale(locale core.QLocale_ITF)
- func (ptr *QGeoRoutingManagerEngine) SetMeasurementSystem(system core.QLocale__MeasurementSystem)
- func (p *QGeoRoutingManagerEngine) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoRoutingManagerEngine) SetSupportedFeatureTypes(featureTypes QGeoRouteRequest__FeatureType)
- func (ptr *QGeoRoutingManagerEngine) SetSupportedFeatureWeights(featureWeights QGeoRouteRequest__FeatureWeight)
- func (ptr *QGeoRoutingManagerEngine) SetSupportedManeuverDetails(maneuverDetails QGeoRouteRequest__ManeuverDetail)
- func (ptr *QGeoRoutingManagerEngine) SetSupportedRouteOptimizations(optimizations QGeoRouteRequest__RouteOptimization)
- func (ptr *QGeoRoutingManagerEngine) SetSupportedSegmentDetails(segmentDetails QGeoRouteRequest__SegmentDetail)
- func (ptr *QGeoRoutingManagerEngine) SetSupportedTravelModes(travelModes QGeoRouteRequest__TravelMode)
- func (ptr *QGeoRoutingManagerEngine) SupportedFeatureTypes() QGeoRouteRequest__FeatureType
- func (ptr *QGeoRoutingManagerEngine) SupportedFeatureWeights() QGeoRouteRequest__FeatureWeight
- func (ptr *QGeoRoutingManagerEngine) SupportedManeuverDetails() QGeoRouteRequest__ManeuverDetail
- func (ptr *QGeoRoutingManagerEngine) SupportedRouteOptimizations() QGeoRouteRequest__RouteOptimization
- func (ptr *QGeoRoutingManagerEngine) SupportedSegmentDetails() QGeoRouteRequest__SegmentDetail
- func (ptr *QGeoRoutingManagerEngine) SupportedTravelModes() QGeoRouteRequest__TravelMode
- func (ptr *QGeoRoutingManagerEngine) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QGeoRoutingManagerEngine) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QGeoRoutingManagerEngine) UpdateRoute(route QGeoRoute_ITF, position positioning.QGeoCoordinate_ITF) *QGeoRouteReply
- func (ptr *QGeoRoutingManagerEngine) UpdateRouteDefault(route QGeoRoute_ITF, position positioning.QGeoCoordinate_ITF) *QGeoRouteReply
- type QGeoRoutingManagerEngine_ITF
- type QGeoRoutingManager_ITF
- type QGeoServiceProvider
- func (ptr *QGeoServiceProvider) AvailableServiceProviders() []string
- func (ptr *QGeoServiceProvider) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QGeoServiceProvider) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QGeoServiceProvider) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QGeoServiceProvider) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoServiceProvider) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QGeoServiceProvider) ConnectDeleteLater(f func())
- func (ptr *QGeoServiceProvider) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QGeoServiceProvider) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QGeoServiceProvider) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QGeoServiceProvider) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QGeoServiceProvider) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoServiceProvider) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoServiceProvider) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QGeoServiceProvider) CustomEvent(event core.QEvent_ITF)
- func (ptr *QGeoServiceProvider) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QGeoServiceProvider) DeleteLater()
- func (ptr *QGeoServiceProvider) DeleteLaterDefault()
- func (ptr *QGeoServiceProvider) DestroyQGeoServiceProvider()
- func (ptr *QGeoServiceProvider) DisconnectChildEvent()
- func (ptr *QGeoServiceProvider) DisconnectConnectNotify()
- func (ptr *QGeoServiceProvider) DisconnectCustomEvent()
- func (ptr *QGeoServiceProvider) DisconnectDeleteLater()
- func (ptr *QGeoServiceProvider) DisconnectDisconnectNotify()
- func (ptr *QGeoServiceProvider) DisconnectEvent()
- func (ptr *QGeoServiceProvider) DisconnectEventFilter()
- func (ptr *QGeoServiceProvider) DisconnectMetaObject()
- func (ptr *QGeoServiceProvider) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QGeoServiceProvider) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGeoServiceProvider) DisconnectTimerEvent()
- func (ptr *QGeoServiceProvider) Error() QGeoServiceProvider__Error
- func (ptr *QGeoServiceProvider) ErrorString() string
- func (ptr *QGeoServiceProvider) Event(e core.QEvent_ITF) bool
- func (ptr *QGeoServiceProvider) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QGeoServiceProvider) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoServiceProvider) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGeoServiceProvider) GeocodingFeatures() QGeoServiceProvider__GeocodingFeature
- func (ptr *QGeoServiceProvider) GeocodingManager() *QGeoCodingManager
- func (ptr *QGeoServiceProvider) MappingFeatures() QGeoServiceProvider__MappingFeature
- func (ptr *QGeoServiceProvider) MetaObject() *core.QMetaObject
- func (ptr *QGeoServiceProvider) MetaObjectDefault() *core.QMetaObject
- func (ptr *QGeoServiceProvider) PlaceManager() *QPlaceManager
- func (ptr *QGeoServiceProvider) PlacesFeatures() QGeoServiceProvider__PlacesFeature
- func (p *QGeoServiceProvider) Pointer() unsafe.Pointer
- func (p *QGeoServiceProvider) QGeoServiceProvider_PTR() *QGeoServiceProvider
- func (ptr *QGeoServiceProvider) RoutingFeatures() QGeoServiceProvider__RoutingFeature
- func (ptr *QGeoServiceProvider) RoutingManager() *QGeoRoutingManager
- func (ptr *QGeoServiceProvider) SetAllowExperimental(allow bool)
- func (ptr *QGeoServiceProvider) SetLocale(locale core.QLocale_ITF)
- func (p *QGeoServiceProvider) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGeoServiceProvider) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QGeoServiceProvider) TimerEventDefault(event core.QTimerEvent_ITF)
- type QGeoServiceProviderFactory
- func (ptr *QGeoServiceProviderFactory) ConnectDestroyQGeoServiceProviderFactory(f func())
- func (ptr *QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactory()
- func (ptr *QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactoryDefault()
- func (ptr *QGeoServiceProviderFactory) DisconnectDestroyQGeoServiceProviderFactory()
- func (p *QGeoServiceProviderFactory) Pointer() unsafe.Pointer
- func (p *QGeoServiceProviderFactory) QGeoServiceProviderFactory_PTR() *QGeoServiceProviderFactory
- func (p *QGeoServiceProviderFactory) SetPointer(ptr unsafe.Pointer)
- type QGeoServiceProviderFactory_ITF
- type QGeoServiceProvider_ITF
- type QGeoServiceProvider__Error
- type QGeoServiceProvider__GeocodingFeature
- type QGeoServiceProvider__MappingFeature
- type QGeoServiceProvider__PlacesFeature
- type QGeoServiceProvider__RoutingFeature
- type QLocation
- type QLocation_ITF
- type QLocation__Visibility
- type QPlace
- type QPlaceAttribute
- type QPlaceAttribute_ITF
- type QPlaceCategory
- type QPlaceCategory_ITF
- type QPlaceContactDetail
- type QPlaceContactDetail_ITF
- type QPlaceContent
- type QPlaceContentReply
- type QPlaceContentReply_ITF
- type QPlaceContentRequest
- type QPlaceContentRequest_ITF
- type QPlaceContent_ITF
- type QPlaceContent__Type
- type QPlaceDetailsReply
- type QPlaceDetailsReply_ITF
- type QPlaceEditorial
- type QPlaceEditorial_ITF
- type QPlaceIcon
- type QPlaceIcon_ITF
- type QPlaceIdReply
- type QPlaceIdReply_ITF
- type QPlaceIdReply__OperationType
- type QPlaceImage
- type QPlaceImage_ITF
- type QPlaceManager
- type QPlaceManagerEngine
- type QPlaceManagerEngine_ITF
- type QPlaceManager_ITF
- type QPlaceMatchReply
- type QPlaceMatchReply_ITF
- type QPlaceMatchRequest
- type QPlaceMatchRequest_ITF
- type QPlaceProposedSearchResult
- type QPlaceProposedSearchResult_ITF
- type QPlaceRatings
- type QPlaceRatings_ITF
- type QPlaceReply
- type QPlaceReply_ITF
- type QPlaceReply__Error
- type QPlaceReply__Type
- type QPlaceResult
- type QPlaceResult_ITF
- type QPlaceReview
- type QPlaceReview_ITF
- type QPlaceSearchReply
- type QPlaceSearchReply_ITF
- type QPlaceSearchRequest
- type QPlaceSearchRequest_ITF
- type QPlaceSearchRequest__RelevanceHint
- type QPlaceSearchResult
- type QPlaceSearchResult_ITF
- type QPlaceSearchResult__SearchResultType
- type QPlaceSearchSuggestionReply
- type QPlaceSearchSuggestionReply_ITF
- type QPlaceSupplier
- type QPlaceSupplier_ITF
- type QPlaceUser
- type QPlaceUser_ITF
- type QPlace_ITF
Constants ¶
View Source
const ( QGeoCodeReply__NoError = QGeoCodeReply__Error(0) QGeoCodeReply__EngineNotSetError = QGeoCodeReply__Error(1) QGeoCodeReply__CommunicationError = QGeoCodeReply__Error(2) QGeoCodeReply__ParseError = QGeoCodeReply__Error(3) QGeoCodeReply__UnsupportedOptionError = QGeoCodeReply__Error(4) QGeoCodeReply__CombinationError = QGeoCodeReply__Error(5) QGeoCodeReply__UnknownError = QGeoCodeReply__Error(6) )
View Source
const ( QGeoManeuver__NoDirection = QGeoManeuver__InstructionDirection(0) QGeoManeuver__DirectionForward = QGeoManeuver__InstructionDirection(1) QGeoManeuver__DirectionBearRight = QGeoManeuver__InstructionDirection(2) QGeoManeuver__DirectionLightRight = QGeoManeuver__InstructionDirection(3) QGeoManeuver__DirectionRight = QGeoManeuver__InstructionDirection(4) QGeoManeuver__DirectionHardRight = QGeoManeuver__InstructionDirection(5) QGeoManeuver__DirectionUTurnRight = QGeoManeuver__InstructionDirection(6) QGeoManeuver__DirectionUTurnLeft = QGeoManeuver__InstructionDirection(7) QGeoManeuver__DirectionHardLeft = QGeoManeuver__InstructionDirection(8) QGeoManeuver__DirectionLeft = QGeoManeuver__InstructionDirection(9) QGeoManeuver__DirectionLightLeft = QGeoManeuver__InstructionDirection(10) QGeoManeuver__DirectionBearLeft = QGeoManeuver__InstructionDirection(11) )
View Source
const ( QGeoRouteReply__NoError = QGeoRouteReply__Error(0) QGeoRouteReply__EngineNotSetError = QGeoRouteReply__Error(1) QGeoRouteReply__CommunicationError = QGeoRouteReply__Error(2) QGeoRouteReply__ParseError = QGeoRouteReply__Error(3) QGeoRouteReply__UnsupportedOptionError = QGeoRouteReply__Error(4) QGeoRouteReply__UnknownError = QGeoRouteReply__Error(5) )
View Source
const ( QGeoRouteRequest__NoFeature = QGeoRouteRequest__FeatureType(0x00000000) QGeoRouteRequest__TollFeature = QGeoRouteRequest__FeatureType(0x00000001) QGeoRouteRequest__HighwayFeature = QGeoRouteRequest__FeatureType(0x00000002) QGeoRouteRequest__PublicTransitFeature = QGeoRouteRequest__FeatureType(0x00000004) QGeoRouteRequest__FerryFeature = QGeoRouteRequest__FeatureType(0x00000008) QGeoRouteRequest__TunnelFeature = QGeoRouteRequest__FeatureType(0x00000010) QGeoRouteRequest__DirtRoadFeature = QGeoRouteRequest__FeatureType(0x00000020) QGeoRouteRequest__ParksFeature = QGeoRouteRequest__FeatureType(0x00000040) QGeoRouteRequest__MotorPoolLaneFeature = QGeoRouteRequest__FeatureType(0x00000080) )
View Source
const ( QGeoRouteRequest__NeutralFeatureWeight = QGeoRouteRequest__FeatureWeight(0x00000000) QGeoRouteRequest__PreferFeatureWeight = QGeoRouteRequest__FeatureWeight(0x00000001) QGeoRouteRequest__RequireFeatureWeight = QGeoRouteRequest__FeatureWeight(0x00000002) QGeoRouteRequest__AvoidFeatureWeight = QGeoRouteRequest__FeatureWeight(0x00000004) QGeoRouteRequest__DisallowFeatureWeight = QGeoRouteRequest__FeatureWeight(0x00000008) )
View Source
const ( QGeoRouteRequest__NoManeuvers = QGeoRouteRequest__ManeuverDetail(0x0000) QGeoRouteRequest__BasicManeuvers = QGeoRouteRequest__ManeuverDetail(0x0001) )
View Source
const ( QGeoRouteRequest__ShortestRoute = QGeoRouteRequest__RouteOptimization(0x0001) QGeoRouteRequest__FastestRoute = QGeoRouteRequest__RouteOptimization(0x0002) QGeoRouteRequest__MostEconomicRoute = QGeoRouteRequest__RouteOptimization(0x0004) QGeoRouteRequest__MostScenicRoute = QGeoRouteRequest__RouteOptimization(0x0008) )
View Source
const ( QGeoRouteRequest__NoSegmentData = QGeoRouteRequest__SegmentDetail(0x0000) QGeoRouteRequest__BasicSegmentData = QGeoRouteRequest__SegmentDetail(0x0001) )
View Source
const ( QGeoRouteRequest__CarTravel = QGeoRouteRequest__TravelMode(0x0001) QGeoRouteRequest__PedestrianTravel = QGeoRouteRequest__TravelMode(0x0002) QGeoRouteRequest__BicycleTravel = QGeoRouteRequest__TravelMode(0x0004) QGeoRouteRequest__PublicTransitTravel = QGeoRouteRequest__TravelMode(0x0008) QGeoRouteRequest__TruckTravel = QGeoRouteRequest__TravelMode(0x0010) )
View Source
const ( QGeoServiceProvider__NoError = QGeoServiceProvider__Error(0) QGeoServiceProvider__NotSupportedError = QGeoServiceProvider__Error(1) QGeoServiceProvider__UnknownParameterError = QGeoServiceProvider__Error(2) QGeoServiceProvider__MissingRequiredParameterError = QGeoServiceProvider__Error(3) QGeoServiceProvider__ConnectionError = QGeoServiceProvider__Error(4) )
View Source
const ( QLocation__UnspecifiedVisibility = QLocation__Visibility(0x00) QLocation__DeviceVisibility = QLocation__Visibility(0x01) QLocation__PrivateVisibility = QLocation__Visibility(0x02) QLocation__PublicVisibility = QLocation__Visibility(0x04) )
View Source
const ( QPlaceContent__NoType = QPlaceContent__Type(0) QPlaceContent__ImageType = QPlaceContent__Type(1) QPlaceContent__ReviewType = QPlaceContent__Type(2) QPlaceContent__EditorialType = QPlaceContent__Type(3) )
View Source
const ( QPlaceIdReply__SavePlace = QPlaceIdReply__OperationType(0) QPlaceIdReply__SaveCategory = QPlaceIdReply__OperationType(1) QPlaceIdReply__RemovePlace = QPlaceIdReply__OperationType(2) QPlaceIdReply__RemoveCategory = QPlaceIdReply__OperationType(3) )
View Source
const ( QPlaceReply__NoError = QPlaceReply__Error(0) QPlaceReply__PlaceDoesNotExistError = QPlaceReply__Error(1) QPlaceReply__CategoryDoesNotExistError = QPlaceReply__Error(2) QPlaceReply__CommunicationError = QPlaceReply__Error(3) QPlaceReply__ParseError = QPlaceReply__Error(4) QPlaceReply__PermissionsError = QPlaceReply__Error(5) QPlaceReply__UnsupportedError = QPlaceReply__Error(6) QPlaceReply__BadArgumentError = QPlaceReply__Error(7) QPlaceReply__CancelError = QPlaceReply__Error(8) QPlaceReply__UnknownError = QPlaceReply__Error(9) )
View Source
const ( QPlaceReply__Reply = QPlaceReply__Type(0) QPlaceReply__DetailsReply = QPlaceReply__Type(1) QPlaceReply__SearchReply = QPlaceReply__Type(2) QPlaceReply__SearchSuggestionReply = QPlaceReply__Type(3) QPlaceReply__ContentReply = QPlaceReply__Type(4) QPlaceReply__IdReply = QPlaceReply__Type(5) QPlaceReply__MatchReply = QPlaceReply__Type(6) )
View Source
const ( QPlaceSearchRequest__UnspecifiedHint = QPlaceSearchRequest__RelevanceHint(0) QPlaceSearchRequest__DistanceHint = QPlaceSearchRequest__RelevanceHint(1) QPlaceSearchRequest__LexicalPlaceNameHint = QPlaceSearchRequest__RelevanceHint(2) )
View Source
const ( QPlaceSearchResult__UnknownSearchResult = QPlaceSearchResult__SearchResultType(0) QPlaceSearchResult__PlaceResult = QPlaceSearchResult__SearchResultType(1) QPlaceSearchResult__ProposedSearchResult = QPlaceSearchResult__SearchResultType(2) )
Variables ¶
View Source
var ( QGeoServiceProvider__NoGeocodingFeatures = QGeoServiceProvider__GeocodingFeature(0) QGeoServiceProvider__OnlineGeocodingFeature = QGeoServiceProvider__GeocodingFeature(C.QGeoServiceProvider_OnlineGeocodingFeature_Type()) QGeoServiceProvider__OfflineGeocodingFeature = QGeoServiceProvider__GeocodingFeature(C.QGeoServiceProvider_OfflineGeocodingFeature_Type()) QGeoServiceProvider__ReverseGeocodingFeature = QGeoServiceProvider__GeocodingFeature(C.QGeoServiceProvider_ReverseGeocodingFeature_Type()) QGeoServiceProvider__LocalizedGeocodingFeature = QGeoServiceProvider__GeocodingFeature(C.QGeoServiceProvider_LocalizedGeocodingFeature_Type()) QGeoServiceProvider__AnyGeocodingFeatures = QGeoServiceProvider__GeocodingFeature(C.QGeoServiceProvider_AnyGeocodingFeatures_Type()) )
View Source
var ( QGeoServiceProvider__NoMappingFeatures = QGeoServiceProvider__MappingFeature(0) QGeoServiceProvider__OnlineMappingFeature = QGeoServiceProvider__MappingFeature(C.QGeoServiceProvider_OnlineMappingFeature_Type()) QGeoServiceProvider__OfflineMappingFeature = QGeoServiceProvider__MappingFeature(C.QGeoServiceProvider_OfflineMappingFeature_Type()) QGeoServiceProvider__LocalizedMappingFeature = QGeoServiceProvider__MappingFeature(C.QGeoServiceProvider_LocalizedMappingFeature_Type()) QGeoServiceProvider__AnyMappingFeatures = QGeoServiceProvider__MappingFeature(C.QGeoServiceProvider_AnyMappingFeatures_Type()) )
View Source
var ( QGeoServiceProvider__NoPlacesFeatures = QGeoServiceProvider__PlacesFeature(0) QGeoServiceProvider__OnlinePlacesFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_OnlinePlacesFeature_Type()) QGeoServiceProvider__OfflinePlacesFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_OfflinePlacesFeature_Type()) QGeoServiceProvider__SavePlaceFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_SavePlaceFeature_Type()) QGeoServiceProvider__RemovePlaceFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_RemovePlaceFeature_Type()) QGeoServiceProvider__SaveCategoryFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_SaveCategoryFeature_Type()) QGeoServiceProvider__RemoveCategoryFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_RemoveCategoryFeature_Type()) QGeoServiceProvider__PlaceRecommendationsFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_PlaceRecommendationsFeature_Type()) QGeoServiceProvider__SearchSuggestionsFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_SearchSuggestionsFeature_Type()) QGeoServiceProvider__LocalizedPlacesFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_LocalizedPlacesFeature_Type()) QGeoServiceProvider__NotificationsFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_NotificationsFeature_Type()) QGeoServiceProvider__PlaceMatchingFeature = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_PlaceMatchingFeature_Type()) QGeoServiceProvider__AnyPlacesFeatures = QGeoServiceProvider__PlacesFeature(C.QGeoServiceProvider_AnyPlacesFeatures_Type()) )
View Source
var ( QGeoServiceProvider__NoRoutingFeatures = QGeoServiceProvider__RoutingFeature(0) QGeoServiceProvider__OnlineRoutingFeature = QGeoServiceProvider__RoutingFeature(C.QGeoServiceProvider_OnlineRoutingFeature_Type()) QGeoServiceProvider__OfflineRoutingFeature = QGeoServiceProvider__RoutingFeature(C.QGeoServiceProvider_OfflineRoutingFeature_Type()) QGeoServiceProvider__LocalizedRoutingFeature = QGeoServiceProvider__RoutingFeature(C.QGeoServiceProvider_LocalizedRoutingFeature_Type()) QGeoServiceProvider__RouteUpdatesFeature = QGeoServiceProvider__RoutingFeature(C.QGeoServiceProvider_RouteUpdatesFeature_Type()) QGeoServiceProvider__AlternativeRoutesFeature = QGeoServiceProvider__RoutingFeature(C.QGeoServiceProvider_AlternativeRoutesFeature_Type()) QGeoServiceProvider__ExcludeAreasRoutingFeature = QGeoServiceProvider__RoutingFeature(C.QGeoServiceProvider_ExcludeAreasRoutingFeature_Type()) QGeoServiceProvider__AnyRoutingFeatures = QGeoServiceProvider__RoutingFeature(C.QGeoServiceProvider_AnyRoutingFeatures_Type()) )
Functions ¶
func PointerFromQGeoCodeReply ¶
func PointerFromQGeoCodeReply(ptr QGeoCodeReply_ITF) unsafe.Pointer
func PointerFromQGeoCodingManager ¶
func PointerFromQGeoCodingManager(ptr QGeoCodingManager_ITF) unsafe.Pointer
func PointerFromQGeoCodingManagerEngine ¶
func PointerFromQGeoCodingManagerEngine(ptr QGeoCodingManagerEngine_ITF) unsafe.Pointer
func PointerFromQGeoManeuver ¶
func PointerFromQGeoManeuver(ptr QGeoManeuver_ITF) unsafe.Pointer
func PointerFromQGeoRoute ¶
func PointerFromQGeoRoute(ptr QGeoRoute_ITF) unsafe.Pointer
func PointerFromQGeoRouteReply ¶
func PointerFromQGeoRouteReply(ptr QGeoRouteReply_ITF) unsafe.Pointer
func PointerFromQGeoRouteRequest ¶
func PointerFromQGeoRouteRequest(ptr QGeoRouteRequest_ITF) unsafe.Pointer
func PointerFromQGeoRouteSegment ¶
func PointerFromQGeoRouteSegment(ptr QGeoRouteSegment_ITF) unsafe.Pointer
func PointerFromQGeoRoutingManager ¶
func PointerFromQGeoRoutingManager(ptr QGeoRoutingManager_ITF) unsafe.Pointer
func PointerFromQGeoRoutingManagerEngine ¶
func PointerFromQGeoRoutingManagerEngine(ptr QGeoRoutingManagerEngine_ITF) unsafe.Pointer
func PointerFromQGeoServiceProvider ¶
func PointerFromQGeoServiceProvider(ptr QGeoServiceProvider_ITF) unsafe.Pointer
func PointerFromQGeoServiceProviderFactory ¶
func PointerFromQGeoServiceProviderFactory(ptr QGeoServiceProviderFactory_ITF) unsafe.Pointer
func PointerFromQLocation ¶
func PointerFromQLocation(ptr QLocation_ITF) unsafe.Pointer
func PointerFromQPlace ¶
func PointerFromQPlace(ptr QPlace_ITF) unsafe.Pointer
func PointerFromQPlaceAttribute ¶
func PointerFromQPlaceAttribute(ptr QPlaceAttribute_ITF) unsafe.Pointer
func PointerFromQPlaceCategory ¶
func PointerFromQPlaceCategory(ptr QPlaceCategory_ITF) unsafe.Pointer
func PointerFromQPlaceContactDetail ¶
func PointerFromQPlaceContactDetail(ptr QPlaceContactDetail_ITF) unsafe.Pointer
func PointerFromQPlaceContent ¶
func PointerFromQPlaceContent(ptr QPlaceContent_ITF) unsafe.Pointer
func PointerFromQPlaceContentReply ¶
func PointerFromQPlaceContentReply(ptr QPlaceContentReply_ITF) unsafe.Pointer
func PointerFromQPlaceContentRequest ¶
func PointerFromQPlaceContentRequest(ptr QPlaceContentRequest_ITF) unsafe.Pointer
func PointerFromQPlaceDetailsReply ¶
func PointerFromQPlaceDetailsReply(ptr QPlaceDetailsReply_ITF) unsafe.Pointer
func PointerFromQPlaceEditorial ¶
func PointerFromQPlaceEditorial(ptr QPlaceEditorial_ITF) unsafe.Pointer
func PointerFromQPlaceIcon ¶
func PointerFromQPlaceIcon(ptr QPlaceIcon_ITF) unsafe.Pointer
func PointerFromQPlaceIdReply ¶
func PointerFromQPlaceIdReply(ptr QPlaceIdReply_ITF) unsafe.Pointer
func PointerFromQPlaceImage ¶
func PointerFromQPlaceImage(ptr QPlaceImage_ITF) unsafe.Pointer
func PointerFromQPlaceManager ¶
func PointerFromQPlaceManager(ptr QPlaceManager_ITF) unsafe.Pointer
func PointerFromQPlaceManagerEngine ¶
func PointerFromQPlaceManagerEngine(ptr QPlaceManagerEngine_ITF) unsafe.Pointer
func PointerFromQPlaceMatchReply ¶
func PointerFromQPlaceMatchReply(ptr QPlaceMatchReply_ITF) unsafe.Pointer
func PointerFromQPlaceMatchRequest ¶
func PointerFromQPlaceMatchRequest(ptr QPlaceMatchRequest_ITF) unsafe.Pointer
func PointerFromQPlaceProposedSearchResult ¶
func PointerFromQPlaceProposedSearchResult(ptr QPlaceProposedSearchResult_ITF) unsafe.Pointer
func PointerFromQPlaceRatings ¶
func PointerFromQPlaceRatings(ptr QPlaceRatings_ITF) unsafe.Pointer
func PointerFromQPlaceReply ¶
func PointerFromQPlaceReply(ptr QPlaceReply_ITF) unsafe.Pointer
func PointerFromQPlaceResult ¶
func PointerFromQPlaceResult(ptr QPlaceResult_ITF) unsafe.Pointer
func PointerFromQPlaceReview ¶
func PointerFromQPlaceReview(ptr QPlaceReview_ITF) unsafe.Pointer
func PointerFromQPlaceSearchReply ¶
func PointerFromQPlaceSearchReply(ptr QPlaceSearchReply_ITF) unsafe.Pointer
func PointerFromQPlaceSearchRequest ¶
func PointerFromQPlaceSearchRequest(ptr QPlaceSearchRequest_ITF) unsafe.Pointer
func PointerFromQPlaceSearchResult ¶
func PointerFromQPlaceSearchResult(ptr QPlaceSearchResult_ITF) unsafe.Pointer
func PointerFromQPlaceSearchSuggestionReply ¶
func PointerFromQPlaceSearchSuggestionReply(ptr QPlaceSearchSuggestionReply_ITF) unsafe.Pointer
func PointerFromQPlaceSupplier ¶
func PointerFromQPlaceSupplier(ptr QPlaceSupplier_ITF) unsafe.Pointer
func PointerFromQPlaceUser ¶
func PointerFromQPlaceUser(ptr QPlaceUser_ITF) unsafe.Pointer
func QGeoServiceProvider_AvailableServiceProviders ¶
func QGeoServiceProvider_AvailableServiceProviders() []string
Types ¶
type QGeoCodeReply ¶
func NewQGeoCodeReplyFromPointer ¶
func NewQGeoCodeReplyFromPointer(ptr unsafe.Pointer) *QGeoCodeReply
func (*QGeoCodeReply) Pointer ¶
func (p *QGeoCodeReply) Pointer() unsafe.Pointer
func (*QGeoCodeReply) QGeoCodeReply_PTR ¶
func (p *QGeoCodeReply) QGeoCodeReply_PTR() *QGeoCodeReply
func (*QGeoCodeReply) SetPointer ¶
func (p *QGeoCodeReply) SetPointer(ptr unsafe.Pointer)
type QGeoCodeReply_ITF ¶
type QGeoCodeReply_ITF interface { core.QObject_ITF QGeoCodeReply_PTR() *QGeoCodeReply }
type QGeoCodingManager ¶
func NewQGeoCodingManagerFromPointer ¶
func NewQGeoCodingManagerFromPointer(ptr unsafe.Pointer) *QGeoCodingManager
func (*QGeoCodingManager) Pointer ¶
func (p *QGeoCodingManager) Pointer() unsafe.Pointer
func (*QGeoCodingManager) QGeoCodingManager_PTR ¶
func (p *QGeoCodingManager) QGeoCodingManager_PTR() *QGeoCodingManager
func (*QGeoCodingManager) SetPointer ¶
func (p *QGeoCodingManager) SetPointer(ptr unsafe.Pointer)
type QGeoCodingManagerEngine ¶
func NewQGeoCodingManagerEngineFromPointer ¶
func NewQGeoCodingManagerEngineFromPointer(ptr unsafe.Pointer) *QGeoCodingManagerEngine
func (*QGeoCodingManagerEngine) Pointer ¶
func (p *QGeoCodingManagerEngine) Pointer() unsafe.Pointer
func (*QGeoCodingManagerEngine) QGeoCodingManagerEngine_PTR ¶
func (p *QGeoCodingManagerEngine) QGeoCodingManagerEngine_PTR() *QGeoCodingManagerEngine
func (*QGeoCodingManagerEngine) SetPointer ¶
func (p *QGeoCodingManagerEngine) SetPointer(ptr unsafe.Pointer)
type QGeoCodingManagerEngine_ITF ¶
type QGeoCodingManagerEngine_ITF interface { core.QObject_ITF QGeoCodingManagerEngine_PTR() *QGeoCodingManagerEngine }
type QGeoCodingManager_ITF ¶
type QGeoCodingManager_ITF interface { core.QObject_ITF QGeoCodingManager_PTR() *QGeoCodingManager }
type QGeoManeuver ¶
type QGeoManeuver struct {
// contains filtered or unexported fields
}
func NewQGeoManeuver ¶
func NewQGeoManeuver() *QGeoManeuver
func NewQGeoManeuver2 ¶
func NewQGeoManeuver2(other QGeoManeuver_ITF) *QGeoManeuver
func NewQGeoManeuverFromPointer ¶
func NewQGeoManeuverFromPointer(ptr unsafe.Pointer) *QGeoManeuver
func (*QGeoManeuver) DestroyQGeoManeuver ¶
func (ptr *QGeoManeuver) DestroyQGeoManeuver()
func (*QGeoManeuver) Direction ¶
func (ptr *QGeoManeuver) Direction() QGeoManeuver__InstructionDirection
func (*QGeoManeuver) DistanceToNextInstruction ¶
func (ptr *QGeoManeuver) DistanceToNextInstruction() float64
func (*QGeoManeuver) InstructionText ¶
func (ptr *QGeoManeuver) InstructionText() string
func (*QGeoManeuver) IsValid ¶
func (ptr *QGeoManeuver) IsValid() bool
func (*QGeoManeuver) Pointer ¶
func (p *QGeoManeuver) Pointer() unsafe.Pointer
func (*QGeoManeuver) Position ¶
func (ptr *QGeoManeuver) Position() *positioning.QGeoCoordinate
func (*QGeoManeuver) QGeoManeuver_PTR ¶
func (p *QGeoManeuver) QGeoManeuver_PTR() *QGeoManeuver
func (*QGeoManeuver) SetDirection ¶
func (ptr *QGeoManeuver) SetDirection(direction QGeoManeuver__InstructionDirection)
func (*QGeoManeuver) SetDistanceToNextInstruction ¶
func (ptr *QGeoManeuver) SetDistanceToNextInstruction(distance float64)
func (*QGeoManeuver) SetInstructionText ¶
func (ptr *QGeoManeuver) SetInstructionText(instructionText string)
func (*QGeoManeuver) SetPointer ¶
func (p *QGeoManeuver) SetPointer(ptr unsafe.Pointer)
func (*QGeoManeuver) SetPosition ¶
func (ptr *QGeoManeuver) SetPosition(position positioning.QGeoCoordinate_ITF)
func (*QGeoManeuver) SetTimeToNextInstruction ¶
func (ptr *QGeoManeuver) SetTimeToNextInstruction(secs int)
func (*QGeoManeuver) SetWaypoint ¶
func (ptr *QGeoManeuver) SetWaypoint(coordinate positioning.QGeoCoordinate_ITF)
func (*QGeoManeuver) TimeToNextInstruction ¶
func (ptr *QGeoManeuver) TimeToNextInstruction() int
func (*QGeoManeuver) Waypoint ¶
func (ptr *QGeoManeuver) Waypoint() *positioning.QGeoCoordinate
type QGeoManeuver_ITF ¶
type QGeoManeuver_ITF interface {
QGeoManeuver_PTR() *QGeoManeuver
}
type QGeoManeuver__InstructionDirection ¶
type QGeoManeuver__InstructionDirection int64
QGeoManeuver::InstructionDirection
type QGeoRoute ¶
type QGeoRoute struct {
// contains filtered or unexported fields
}
func NewQGeoRoute ¶
func NewQGeoRoute() *QGeoRoute
func NewQGeoRoute2 ¶
func NewQGeoRoute2(other QGeoRoute_ITF) *QGeoRoute
func NewQGeoRouteFromPointer ¶
func (*QGeoRoute) Bounds ¶
func (ptr *QGeoRoute) Bounds() *positioning.QGeoRectangle
func (*QGeoRoute) DestroyQGeoRoute ¶
func (ptr *QGeoRoute) DestroyQGeoRoute()
func (*QGeoRoute) FirstRouteSegment ¶
func (ptr *QGeoRoute) FirstRouteSegment() *QGeoRouteSegment
func (*QGeoRoute) Path ¶
func (ptr *QGeoRoute) Path() []*positioning.QGeoCoordinate
func (*QGeoRoute) QGeoRoute_PTR ¶
func (*QGeoRoute) Request ¶
func (ptr *QGeoRoute) Request() *QGeoRouteRequest
func (*QGeoRoute) SetBounds ¶
func (ptr *QGeoRoute) SetBounds(bounds positioning.QGeoRectangle_ITF)
func (*QGeoRoute) SetDistance ¶
func (*QGeoRoute) SetFirstRouteSegment ¶
func (ptr *QGeoRoute) SetFirstRouteSegment(routeSegment QGeoRouteSegment_ITF)
func (*QGeoRoute) SetPointer ¶
func (*QGeoRoute) SetRequest ¶
func (ptr *QGeoRoute) SetRequest(request QGeoRouteRequest_ITF)
func (*QGeoRoute) SetRouteId ¶
func (*QGeoRoute) SetTravelMode ¶
func (ptr *QGeoRoute) SetTravelMode(mode QGeoRouteRequest__TravelMode)
func (*QGeoRoute) SetTravelTime ¶
func (*QGeoRoute) TravelMode ¶
func (ptr *QGeoRoute) TravelMode() QGeoRouteRequest__TravelMode
func (*QGeoRoute) TravelTime ¶
type QGeoRouteReply ¶
func NewQGeoRouteReply ¶
func NewQGeoRouteReply(error QGeoRouteReply__Error, errorString string, parent core.QObject_ITF) *QGeoRouteReply
func NewQGeoRouteReply2 ¶
func NewQGeoRouteReply2(request QGeoRouteRequest_ITF, parent core.QObject_ITF) *QGeoRouteReply
func NewQGeoRouteReplyFromPointer ¶
func NewQGeoRouteReplyFromPointer(ptr unsafe.Pointer) *QGeoRouteReply
func (*QGeoRouteReply) Abort ¶
func (ptr *QGeoRouteReply) Abort()
func (*QGeoRouteReply) AbortDefault ¶
func (ptr *QGeoRouteReply) AbortDefault()
func (*QGeoRouteReply) ChildEvent ¶
func (ptr *QGeoRouteReply) ChildEvent(event core.QChildEvent_ITF)
func (*QGeoRouteReply) ChildEventDefault ¶
func (ptr *QGeoRouteReply) ChildEventDefault(event core.QChildEvent_ITF)
func (*QGeoRouteReply) ConnectAbort ¶
func (ptr *QGeoRouteReply) ConnectAbort(f func())
func (*QGeoRouteReply) ConnectChildEvent ¶
func (ptr *QGeoRouteReply) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QGeoRouteReply) ConnectConnectNotify ¶
func (ptr *QGeoRouteReply) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoRouteReply) ConnectCustomEvent ¶
func (ptr *QGeoRouteReply) ConnectCustomEvent(f func(event *core.QEvent))
func (*QGeoRouteReply) ConnectDeleteLater ¶
func (ptr *QGeoRouteReply) ConnectDeleteLater(f func())
func (*QGeoRouteReply) ConnectDestroyQGeoRouteReply ¶
func (ptr *QGeoRouteReply) ConnectDestroyQGeoRouteReply(f func())
func (*QGeoRouteReply) ConnectDisconnectNotify ¶
func (ptr *QGeoRouteReply) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoRouteReply) ConnectError2 ¶
func (ptr *QGeoRouteReply) ConnectError2(f func(error QGeoRouteReply__Error, errorString string))
func (*QGeoRouteReply) ConnectEvent ¶
func (ptr *QGeoRouteReply) ConnectEvent(f func(e *core.QEvent) bool)
func (*QGeoRouteReply) ConnectEventFilter ¶
func (*QGeoRouteReply) ConnectFinished ¶
func (ptr *QGeoRouteReply) ConnectFinished(f func())
func (*QGeoRouteReply) ConnectMetaObject ¶
func (ptr *QGeoRouteReply) ConnectMetaObject(f func() *core.QMetaObject)
func (*QGeoRouteReply) ConnectNotify ¶
func (ptr *QGeoRouteReply) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoRouteReply) ConnectNotifyDefault ¶
func (ptr *QGeoRouteReply) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoRouteReply) ConnectTimerEvent ¶
func (ptr *QGeoRouteReply) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QGeoRouteReply) CustomEvent ¶
func (ptr *QGeoRouteReply) CustomEvent(event core.QEvent_ITF)
func (*QGeoRouteReply) CustomEventDefault ¶
func (ptr *QGeoRouteReply) CustomEventDefault(event core.QEvent_ITF)
func (*QGeoRouteReply) DeleteLater ¶
func (ptr *QGeoRouteReply) DeleteLater()
func (*QGeoRouteReply) DeleteLaterDefault ¶
func (ptr *QGeoRouteReply) DeleteLaterDefault()
func (*QGeoRouteReply) DestroyQGeoRouteReply ¶
func (ptr *QGeoRouteReply) DestroyQGeoRouteReply()
func (*QGeoRouteReply) DestroyQGeoRouteReplyDefault ¶
func (ptr *QGeoRouteReply) DestroyQGeoRouteReplyDefault()
func (*QGeoRouteReply) DisconnectAbort ¶
func (ptr *QGeoRouteReply) DisconnectAbort()
func (*QGeoRouteReply) DisconnectChildEvent ¶
func (ptr *QGeoRouteReply) DisconnectChildEvent()
func (*QGeoRouteReply) DisconnectConnectNotify ¶
func (ptr *QGeoRouteReply) DisconnectConnectNotify()
func (*QGeoRouteReply) DisconnectCustomEvent ¶
func (ptr *QGeoRouteReply) DisconnectCustomEvent()
func (*QGeoRouteReply) DisconnectDeleteLater ¶
func (ptr *QGeoRouteReply) DisconnectDeleteLater()
func (*QGeoRouteReply) DisconnectDestroyQGeoRouteReply ¶
func (ptr *QGeoRouteReply) DisconnectDestroyQGeoRouteReply()
func (*QGeoRouteReply) DisconnectDisconnectNotify ¶
func (ptr *QGeoRouteReply) DisconnectDisconnectNotify()
func (*QGeoRouteReply) DisconnectError2 ¶
func (ptr *QGeoRouteReply) DisconnectError2()
func (*QGeoRouteReply) DisconnectEvent ¶
func (ptr *QGeoRouteReply) DisconnectEvent()
func (*QGeoRouteReply) DisconnectEventFilter ¶
func (ptr *QGeoRouteReply) DisconnectEventFilter()
func (*QGeoRouteReply) DisconnectFinished ¶
func (ptr *QGeoRouteReply) DisconnectFinished()
func (*QGeoRouteReply) DisconnectMetaObject ¶
func (ptr *QGeoRouteReply) DisconnectMetaObject()
func (*QGeoRouteReply) DisconnectNotify ¶
func (ptr *QGeoRouteReply) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoRouteReply) DisconnectNotifyDefault ¶
func (ptr *QGeoRouteReply) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoRouteReply) DisconnectTimerEvent ¶
func (ptr *QGeoRouteReply) DisconnectTimerEvent()
func (*QGeoRouteReply) Error ¶
func (ptr *QGeoRouteReply) Error() QGeoRouteReply__Error
func (*QGeoRouteReply) Error2 ¶
func (ptr *QGeoRouteReply) Error2(error QGeoRouteReply__Error, errorString string)
func (*QGeoRouteReply) ErrorString ¶
func (ptr *QGeoRouteReply) ErrorString() string
func (*QGeoRouteReply) Event ¶
func (ptr *QGeoRouteReply) Event(e core.QEvent_ITF) bool
func (*QGeoRouteReply) EventDefault ¶
func (ptr *QGeoRouteReply) EventDefault(e core.QEvent_ITF) bool
func (*QGeoRouteReply) EventFilter ¶
func (ptr *QGeoRouteReply) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoRouteReply) EventFilterDefault ¶
func (ptr *QGeoRouteReply) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoRouteReply) Finished ¶
func (ptr *QGeoRouteReply) Finished()
func (*QGeoRouteReply) IsFinished ¶
func (ptr *QGeoRouteReply) IsFinished() bool
func (*QGeoRouteReply) MetaObject ¶
func (ptr *QGeoRouteReply) MetaObject() *core.QMetaObject
func (*QGeoRouteReply) MetaObjectDefault ¶
func (ptr *QGeoRouteReply) MetaObjectDefault() *core.QMetaObject
func (*QGeoRouteReply) Pointer ¶
func (p *QGeoRouteReply) Pointer() unsafe.Pointer
func (*QGeoRouteReply) QGeoRouteReply_PTR ¶
func (p *QGeoRouteReply) QGeoRouteReply_PTR() *QGeoRouteReply
func (*QGeoRouteReply) Request ¶
func (ptr *QGeoRouteReply) Request() *QGeoRouteRequest
func (*QGeoRouteReply) Routes ¶
func (ptr *QGeoRouteReply) Routes() []*QGeoRoute
func (*QGeoRouteReply) SetError ¶
func (ptr *QGeoRouteReply) SetError(error QGeoRouteReply__Error, errorString string)
func (*QGeoRouteReply) SetFinished ¶
func (ptr *QGeoRouteReply) SetFinished(finished bool)
func (*QGeoRouteReply) SetPointer ¶
func (p *QGeoRouteReply) SetPointer(ptr unsafe.Pointer)
func (*QGeoRouteReply) TimerEvent ¶
func (ptr *QGeoRouteReply) TimerEvent(event core.QTimerEvent_ITF)
func (*QGeoRouteReply) TimerEventDefault ¶
func (ptr *QGeoRouteReply) TimerEventDefault(event core.QTimerEvent_ITF)
type QGeoRouteReply_ITF ¶
type QGeoRouteReply_ITF interface { core.QObject_ITF QGeoRouteReply_PTR() *QGeoRouteReply }
type QGeoRouteRequest ¶
type QGeoRouteRequest struct {
// contains filtered or unexported fields
}
func NewQGeoRouteRequest2 ¶
func NewQGeoRouteRequest2(origin positioning.QGeoCoordinate_ITF, destination positioning.QGeoCoordinate_ITF) *QGeoRouteRequest
func NewQGeoRouteRequest3 ¶
func NewQGeoRouteRequest3(other QGeoRouteRequest_ITF) *QGeoRouteRequest
func NewQGeoRouteRequestFromPointer ¶
func NewQGeoRouteRequestFromPointer(ptr unsafe.Pointer) *QGeoRouteRequest
func (*QGeoRouteRequest) DestroyQGeoRouteRequest ¶
func (ptr *QGeoRouteRequest) DestroyQGeoRouteRequest()
func (*QGeoRouteRequest) ExcludeAreas ¶
func (ptr *QGeoRouteRequest) ExcludeAreas() []*positioning.QGeoRectangle
func (*QGeoRouteRequest) FeatureWeight ¶
func (ptr *QGeoRouteRequest) FeatureWeight(featureType QGeoRouteRequest__FeatureType) QGeoRouteRequest__FeatureWeight
func (*QGeoRouteRequest) ManeuverDetail ¶
func (ptr *QGeoRouteRequest) ManeuverDetail() QGeoRouteRequest__ManeuverDetail
func (*QGeoRouteRequest) NumberAlternativeRoutes ¶
func (ptr *QGeoRouteRequest) NumberAlternativeRoutes() int
func (*QGeoRouteRequest) Pointer ¶
func (p *QGeoRouteRequest) Pointer() unsafe.Pointer
func (*QGeoRouteRequest) QGeoRouteRequest_PTR ¶
func (p *QGeoRouteRequest) QGeoRouteRequest_PTR() *QGeoRouteRequest
func (*QGeoRouteRequest) RouteOptimization ¶
func (ptr *QGeoRouteRequest) RouteOptimization() QGeoRouteRequest__RouteOptimization
func (*QGeoRouteRequest) SegmentDetail ¶
func (ptr *QGeoRouteRequest) SegmentDetail() QGeoRouteRequest__SegmentDetail
func (*QGeoRouteRequest) SetFeatureWeight ¶
func (ptr *QGeoRouteRequest) SetFeatureWeight(featureType QGeoRouteRequest__FeatureType, featureWeight QGeoRouteRequest__FeatureWeight)
func (*QGeoRouteRequest) SetManeuverDetail ¶
func (ptr *QGeoRouteRequest) SetManeuverDetail(maneuverDetail QGeoRouteRequest__ManeuverDetail)
func (*QGeoRouteRequest) SetNumberAlternativeRoutes ¶
func (ptr *QGeoRouteRequest) SetNumberAlternativeRoutes(alternatives int)
func (*QGeoRouteRequest) SetPointer ¶
func (p *QGeoRouteRequest) SetPointer(ptr unsafe.Pointer)
func (*QGeoRouteRequest) SetRouteOptimization ¶
func (ptr *QGeoRouteRequest) SetRouteOptimization(optimization QGeoRouteRequest__RouteOptimization)
func (*QGeoRouteRequest) SetSegmentDetail ¶
func (ptr *QGeoRouteRequest) SetSegmentDetail(segmentDetail QGeoRouteRequest__SegmentDetail)
func (*QGeoRouteRequest) SetTravelModes ¶
func (ptr *QGeoRouteRequest) SetTravelModes(travelModes QGeoRouteRequest__TravelMode)
func (*QGeoRouteRequest) TravelModes ¶
func (ptr *QGeoRouteRequest) TravelModes() QGeoRouteRequest__TravelMode
func (*QGeoRouteRequest) Waypoints ¶
func (ptr *QGeoRouteRequest) Waypoints() []*positioning.QGeoCoordinate
type QGeoRouteRequest_ITF ¶
type QGeoRouteRequest_ITF interface {
QGeoRouteRequest_PTR() *QGeoRouteRequest
}
type QGeoRouteRequest__FeatureType ¶
type QGeoRouteRequest__FeatureType int64
QGeoRouteRequest::FeatureType
type QGeoRouteRequest__FeatureWeight ¶
type QGeoRouteRequest__FeatureWeight int64
QGeoRouteRequest::FeatureWeight
type QGeoRouteRequest__ManeuverDetail ¶
type QGeoRouteRequest__ManeuverDetail int64
QGeoRouteRequest::ManeuverDetail
type QGeoRouteRequest__RouteOptimization ¶
type QGeoRouteRequest__RouteOptimization int64
QGeoRouteRequest::RouteOptimization
type QGeoRouteRequest__SegmentDetail ¶
type QGeoRouteRequest__SegmentDetail int64
QGeoRouteRequest::SegmentDetail
type QGeoRouteRequest__TravelMode ¶
type QGeoRouteRequest__TravelMode int64
QGeoRouteRequest::TravelMode
type QGeoRouteSegment ¶
type QGeoRouteSegment struct {
// contains filtered or unexported fields
}
func NewQGeoRouteSegment ¶
func NewQGeoRouteSegment() *QGeoRouteSegment
func NewQGeoRouteSegment2 ¶
func NewQGeoRouteSegment2(other QGeoRouteSegment_ITF) *QGeoRouteSegment
func NewQGeoRouteSegmentFromPointer ¶
func NewQGeoRouteSegmentFromPointer(ptr unsafe.Pointer) *QGeoRouteSegment
func (*QGeoRouteSegment) DestroyQGeoRouteSegment ¶
func (ptr *QGeoRouteSegment) DestroyQGeoRouteSegment()
func (*QGeoRouteSegment) Distance ¶
func (ptr *QGeoRouteSegment) Distance() float64
func (*QGeoRouteSegment) IsValid ¶
func (ptr *QGeoRouteSegment) IsValid() bool
func (*QGeoRouteSegment) Maneuver ¶
func (ptr *QGeoRouteSegment) Maneuver() *QGeoManeuver
func (*QGeoRouteSegment) NextRouteSegment ¶
func (ptr *QGeoRouteSegment) NextRouteSegment() *QGeoRouteSegment
func (*QGeoRouteSegment) Path ¶
func (ptr *QGeoRouteSegment) Path() []*positioning.QGeoCoordinate
func (*QGeoRouteSegment) Pointer ¶
func (p *QGeoRouteSegment) Pointer() unsafe.Pointer
func (*QGeoRouteSegment) QGeoRouteSegment_PTR ¶
func (p *QGeoRouteSegment) QGeoRouteSegment_PTR() *QGeoRouteSegment
func (*QGeoRouteSegment) SetDistance ¶
func (ptr *QGeoRouteSegment) SetDistance(distance float64)
func (*QGeoRouteSegment) SetManeuver ¶
func (ptr *QGeoRouteSegment) SetManeuver(maneuver QGeoManeuver_ITF)
func (*QGeoRouteSegment) SetNextRouteSegment ¶
func (ptr *QGeoRouteSegment) SetNextRouteSegment(routeSegment QGeoRouteSegment_ITF)
func (*QGeoRouteSegment) SetPointer ¶
func (p *QGeoRouteSegment) SetPointer(ptr unsafe.Pointer)
func (*QGeoRouteSegment) SetTravelTime ¶
func (ptr *QGeoRouteSegment) SetTravelTime(secs int)
func (*QGeoRouteSegment) TravelTime ¶
func (ptr *QGeoRouteSegment) TravelTime() int
type QGeoRouteSegment_ITF ¶
type QGeoRouteSegment_ITF interface {
QGeoRouteSegment_PTR() *QGeoRouteSegment
}
type QGeoRoute_ITF ¶
type QGeoRoute_ITF interface {
QGeoRoute_PTR() *QGeoRoute
}
type QGeoRoutingManager ¶
func NewQGeoRoutingManagerFromPointer ¶
func NewQGeoRoutingManagerFromPointer(ptr unsafe.Pointer) *QGeoRoutingManager
func (*QGeoRoutingManager) CalculateRoute ¶
func (ptr *QGeoRoutingManager) CalculateRoute(request QGeoRouteRequest_ITF) *QGeoRouteReply
func (*QGeoRoutingManager) ChildEvent ¶
func (ptr *QGeoRoutingManager) ChildEvent(event core.QChildEvent_ITF)
func (*QGeoRoutingManager) ChildEventDefault ¶
func (ptr *QGeoRoutingManager) ChildEventDefault(event core.QChildEvent_ITF)
func (*QGeoRoutingManager) ConnectChildEvent ¶
func (ptr *QGeoRoutingManager) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QGeoRoutingManager) ConnectConnectNotify ¶
func (ptr *QGeoRoutingManager) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoRoutingManager) ConnectCustomEvent ¶
func (ptr *QGeoRoutingManager) ConnectCustomEvent(f func(event *core.QEvent))
func (*QGeoRoutingManager) ConnectDeleteLater ¶
func (ptr *QGeoRoutingManager) ConnectDeleteLater(f func())
func (*QGeoRoutingManager) ConnectDisconnectNotify ¶
func (ptr *QGeoRoutingManager) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoRoutingManager) ConnectError ¶
func (ptr *QGeoRoutingManager) ConnectError(f func(reply *QGeoRouteReply, error QGeoRouteReply__Error, errorString string))
func (*QGeoRoutingManager) ConnectEvent ¶
func (ptr *QGeoRoutingManager) ConnectEvent(f func(e *core.QEvent) bool)
func (*QGeoRoutingManager) ConnectEventFilter ¶
func (*QGeoRoutingManager) ConnectFinished ¶
func (ptr *QGeoRoutingManager) ConnectFinished(f func(reply *QGeoRouteReply))
func (*QGeoRoutingManager) ConnectMetaObject ¶
func (ptr *QGeoRoutingManager) ConnectMetaObject(f func() *core.QMetaObject)
func (*QGeoRoutingManager) ConnectNotify ¶
func (ptr *QGeoRoutingManager) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManager) ConnectNotifyDefault ¶
func (ptr *QGeoRoutingManager) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManager) ConnectTimerEvent ¶
func (ptr *QGeoRoutingManager) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QGeoRoutingManager) CustomEvent ¶
func (ptr *QGeoRoutingManager) CustomEvent(event core.QEvent_ITF)
func (*QGeoRoutingManager) CustomEventDefault ¶
func (ptr *QGeoRoutingManager) CustomEventDefault(event core.QEvent_ITF)
func (*QGeoRoutingManager) DeleteLater ¶
func (ptr *QGeoRoutingManager) DeleteLater()
func (*QGeoRoutingManager) DeleteLaterDefault ¶
func (ptr *QGeoRoutingManager) DeleteLaterDefault()
func (*QGeoRoutingManager) DestroyQGeoRoutingManager ¶
func (ptr *QGeoRoutingManager) DestroyQGeoRoutingManager()
func (*QGeoRoutingManager) DisconnectChildEvent ¶
func (ptr *QGeoRoutingManager) DisconnectChildEvent()
func (*QGeoRoutingManager) DisconnectConnectNotify ¶
func (ptr *QGeoRoutingManager) DisconnectConnectNotify()
func (*QGeoRoutingManager) DisconnectCustomEvent ¶
func (ptr *QGeoRoutingManager) DisconnectCustomEvent()
func (*QGeoRoutingManager) DisconnectDeleteLater ¶
func (ptr *QGeoRoutingManager) DisconnectDeleteLater()
func (*QGeoRoutingManager) DisconnectDisconnectNotify ¶
func (ptr *QGeoRoutingManager) DisconnectDisconnectNotify()
func (*QGeoRoutingManager) DisconnectError ¶
func (ptr *QGeoRoutingManager) DisconnectError()
func (*QGeoRoutingManager) DisconnectEvent ¶
func (ptr *QGeoRoutingManager) DisconnectEvent()
func (*QGeoRoutingManager) DisconnectEventFilter ¶
func (ptr *QGeoRoutingManager) DisconnectEventFilter()
func (*QGeoRoutingManager) DisconnectFinished ¶
func (ptr *QGeoRoutingManager) DisconnectFinished()
func (*QGeoRoutingManager) DisconnectMetaObject ¶
func (ptr *QGeoRoutingManager) DisconnectMetaObject()
func (*QGeoRoutingManager) DisconnectNotify ¶
func (ptr *QGeoRoutingManager) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManager) DisconnectNotifyDefault ¶
func (ptr *QGeoRoutingManager) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManager) DisconnectTimerEvent ¶
func (ptr *QGeoRoutingManager) DisconnectTimerEvent()
func (*QGeoRoutingManager) Error ¶
func (ptr *QGeoRoutingManager) Error(reply QGeoRouteReply_ITF, error QGeoRouteReply__Error, errorString string)
func (*QGeoRoutingManager) Event ¶
func (ptr *QGeoRoutingManager) Event(e core.QEvent_ITF) bool
func (*QGeoRoutingManager) EventDefault ¶
func (ptr *QGeoRoutingManager) EventDefault(e core.QEvent_ITF) bool
func (*QGeoRoutingManager) EventFilter ¶
func (ptr *QGeoRoutingManager) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoRoutingManager) EventFilterDefault ¶
func (ptr *QGeoRoutingManager) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoRoutingManager) Finished ¶
func (ptr *QGeoRoutingManager) Finished(reply QGeoRouteReply_ITF)
func (*QGeoRoutingManager) Locale ¶
func (ptr *QGeoRoutingManager) Locale() *core.QLocale
func (*QGeoRoutingManager) ManagerName ¶
func (ptr *QGeoRoutingManager) ManagerName() string
func (*QGeoRoutingManager) ManagerVersion ¶
func (ptr *QGeoRoutingManager) ManagerVersion() int
func (*QGeoRoutingManager) MeasurementSystem ¶
func (ptr *QGeoRoutingManager) MeasurementSystem() core.QLocale__MeasurementSystem
func (*QGeoRoutingManager) MetaObject ¶
func (ptr *QGeoRoutingManager) MetaObject() *core.QMetaObject
func (*QGeoRoutingManager) MetaObjectDefault ¶
func (ptr *QGeoRoutingManager) MetaObjectDefault() *core.QMetaObject
func (*QGeoRoutingManager) Pointer ¶
func (p *QGeoRoutingManager) Pointer() unsafe.Pointer
func (*QGeoRoutingManager) QGeoRoutingManager_PTR ¶
func (p *QGeoRoutingManager) QGeoRoutingManager_PTR() *QGeoRoutingManager
func (*QGeoRoutingManager) SetLocale ¶
func (ptr *QGeoRoutingManager) SetLocale(locale core.QLocale_ITF)
func (*QGeoRoutingManager) SetMeasurementSystem ¶
func (ptr *QGeoRoutingManager) SetMeasurementSystem(system core.QLocale__MeasurementSystem)
func (*QGeoRoutingManager) SetPointer ¶
func (p *QGeoRoutingManager) SetPointer(ptr unsafe.Pointer)
func (*QGeoRoutingManager) SupportedFeatureTypes ¶
func (ptr *QGeoRoutingManager) SupportedFeatureTypes() QGeoRouteRequest__FeatureType
func (*QGeoRoutingManager) SupportedFeatureWeights ¶
func (ptr *QGeoRoutingManager) SupportedFeatureWeights() QGeoRouteRequest__FeatureWeight
func (*QGeoRoutingManager) SupportedManeuverDetails ¶
func (ptr *QGeoRoutingManager) SupportedManeuverDetails() QGeoRouteRequest__ManeuverDetail
func (*QGeoRoutingManager) SupportedRouteOptimizations ¶
func (ptr *QGeoRoutingManager) SupportedRouteOptimizations() QGeoRouteRequest__RouteOptimization
func (*QGeoRoutingManager) SupportedSegmentDetails ¶
func (ptr *QGeoRoutingManager) SupportedSegmentDetails() QGeoRouteRequest__SegmentDetail
func (*QGeoRoutingManager) SupportedTravelModes ¶
func (ptr *QGeoRoutingManager) SupportedTravelModes() QGeoRouteRequest__TravelMode
func (*QGeoRoutingManager) TimerEvent ¶
func (ptr *QGeoRoutingManager) TimerEvent(event core.QTimerEvent_ITF)
func (*QGeoRoutingManager) TimerEventDefault ¶
func (ptr *QGeoRoutingManager) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QGeoRoutingManager) UpdateRoute ¶
func (ptr *QGeoRoutingManager) UpdateRoute(route QGeoRoute_ITF, position positioning.QGeoCoordinate_ITF) *QGeoRouteReply
type QGeoRoutingManagerEngine ¶
func NewQGeoRoutingManagerEngineFromPointer ¶
func NewQGeoRoutingManagerEngineFromPointer(ptr unsafe.Pointer) *QGeoRoutingManagerEngine
func (*QGeoRoutingManagerEngine) CalculateRoute ¶
func (ptr *QGeoRoutingManagerEngine) CalculateRoute(request QGeoRouteRequest_ITF) *QGeoRouteReply
func (*QGeoRoutingManagerEngine) ChildEvent ¶
func (ptr *QGeoRoutingManagerEngine) ChildEvent(event core.QChildEvent_ITF)
func (*QGeoRoutingManagerEngine) ChildEventDefault ¶
func (ptr *QGeoRoutingManagerEngine) ChildEventDefault(event core.QChildEvent_ITF)
func (*QGeoRoutingManagerEngine) ConnectCalculateRoute ¶
func (ptr *QGeoRoutingManagerEngine) ConnectCalculateRoute(f func(request *QGeoRouteRequest) *QGeoRouteReply)
func (*QGeoRoutingManagerEngine) ConnectChildEvent ¶
func (ptr *QGeoRoutingManagerEngine) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QGeoRoutingManagerEngine) ConnectConnectNotify ¶
func (ptr *QGeoRoutingManagerEngine) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoRoutingManagerEngine) ConnectCustomEvent ¶
func (ptr *QGeoRoutingManagerEngine) ConnectCustomEvent(f func(event *core.QEvent))
func (*QGeoRoutingManagerEngine) ConnectDeleteLater ¶
func (ptr *QGeoRoutingManagerEngine) ConnectDeleteLater(f func())
func (*QGeoRoutingManagerEngine) ConnectDestroyQGeoRoutingManagerEngine ¶
func (ptr *QGeoRoutingManagerEngine) ConnectDestroyQGeoRoutingManagerEngine(f func())
func (*QGeoRoutingManagerEngine) ConnectDisconnectNotify ¶
func (ptr *QGeoRoutingManagerEngine) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoRoutingManagerEngine) ConnectError ¶
func (ptr *QGeoRoutingManagerEngine) ConnectError(f func(reply *QGeoRouteReply, error QGeoRouteReply__Error, errorString string))
func (*QGeoRoutingManagerEngine) ConnectEvent ¶
func (ptr *QGeoRoutingManagerEngine) ConnectEvent(f func(e *core.QEvent) bool)
func (*QGeoRoutingManagerEngine) ConnectEventFilter ¶
func (*QGeoRoutingManagerEngine) ConnectFinished ¶
func (ptr *QGeoRoutingManagerEngine) ConnectFinished(f func(reply *QGeoRouteReply))
func (*QGeoRoutingManagerEngine) ConnectMetaObject ¶
func (ptr *QGeoRoutingManagerEngine) ConnectMetaObject(f func() *core.QMetaObject)
func (*QGeoRoutingManagerEngine) ConnectNotify ¶
func (ptr *QGeoRoutingManagerEngine) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManagerEngine) ConnectNotifyDefault ¶
func (ptr *QGeoRoutingManagerEngine) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManagerEngine) ConnectTimerEvent ¶
func (ptr *QGeoRoutingManagerEngine) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QGeoRoutingManagerEngine) ConnectUpdateRoute ¶
func (ptr *QGeoRoutingManagerEngine) ConnectUpdateRoute(f func(route *QGeoRoute, position *positioning.QGeoCoordinate) *QGeoRouteReply)
func (*QGeoRoutingManagerEngine) CustomEvent ¶
func (ptr *QGeoRoutingManagerEngine) CustomEvent(event core.QEvent_ITF)
func (*QGeoRoutingManagerEngine) CustomEventDefault ¶
func (ptr *QGeoRoutingManagerEngine) CustomEventDefault(event core.QEvent_ITF)
func (*QGeoRoutingManagerEngine) DeleteLater ¶
func (ptr *QGeoRoutingManagerEngine) DeleteLater()
func (*QGeoRoutingManagerEngine) DeleteLaterDefault ¶
func (ptr *QGeoRoutingManagerEngine) DeleteLaterDefault()
func (*QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngine ¶
func (ptr *QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngine()
func (*QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngineDefault ¶
func (ptr *QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngineDefault()
func (*QGeoRoutingManagerEngine) DisconnectCalculateRoute ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectCalculateRoute(request QGeoRouteRequest_ITF)
func (*QGeoRoutingManagerEngine) DisconnectChildEvent ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectChildEvent()
func (*QGeoRoutingManagerEngine) DisconnectConnectNotify ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectConnectNotify()
func (*QGeoRoutingManagerEngine) DisconnectCustomEvent ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectCustomEvent()
func (*QGeoRoutingManagerEngine) DisconnectDeleteLater ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectDeleteLater()
func (*QGeoRoutingManagerEngine) DisconnectDestroyQGeoRoutingManagerEngine ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectDestroyQGeoRoutingManagerEngine()
func (*QGeoRoutingManagerEngine) DisconnectDisconnectNotify ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectDisconnectNotify()
func (*QGeoRoutingManagerEngine) DisconnectError ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectError()
func (*QGeoRoutingManagerEngine) DisconnectEvent ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectEvent()
func (*QGeoRoutingManagerEngine) DisconnectEventFilter ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectEventFilter()
func (*QGeoRoutingManagerEngine) DisconnectFinished ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectFinished()
func (*QGeoRoutingManagerEngine) DisconnectMetaObject ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectMetaObject()
func (*QGeoRoutingManagerEngine) DisconnectNotify ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManagerEngine) DisconnectNotifyDefault ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoRoutingManagerEngine) DisconnectTimerEvent ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectTimerEvent()
func (*QGeoRoutingManagerEngine) DisconnectUpdateRoute ¶
func (ptr *QGeoRoutingManagerEngine) DisconnectUpdateRoute()
func (*QGeoRoutingManagerEngine) Error ¶
func (ptr *QGeoRoutingManagerEngine) Error(reply QGeoRouteReply_ITF, error QGeoRouteReply__Error, errorString string)
func (*QGeoRoutingManagerEngine) Event ¶
func (ptr *QGeoRoutingManagerEngine) Event(e core.QEvent_ITF) bool
func (*QGeoRoutingManagerEngine) EventDefault ¶
func (ptr *QGeoRoutingManagerEngine) EventDefault(e core.QEvent_ITF) bool
func (*QGeoRoutingManagerEngine) EventFilter ¶
func (ptr *QGeoRoutingManagerEngine) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoRoutingManagerEngine) EventFilterDefault ¶
func (ptr *QGeoRoutingManagerEngine) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoRoutingManagerEngine) Finished ¶
func (ptr *QGeoRoutingManagerEngine) Finished(reply QGeoRouteReply_ITF)
func (*QGeoRoutingManagerEngine) Locale ¶
func (ptr *QGeoRoutingManagerEngine) Locale() *core.QLocale
func (*QGeoRoutingManagerEngine) ManagerName ¶
func (ptr *QGeoRoutingManagerEngine) ManagerName() string
func (*QGeoRoutingManagerEngine) ManagerVersion ¶
func (ptr *QGeoRoutingManagerEngine) ManagerVersion() int
func (*QGeoRoutingManagerEngine) MeasurementSystem ¶
func (ptr *QGeoRoutingManagerEngine) MeasurementSystem() core.QLocale__MeasurementSystem
func (*QGeoRoutingManagerEngine) MetaObject ¶
func (ptr *QGeoRoutingManagerEngine) MetaObject() *core.QMetaObject
func (*QGeoRoutingManagerEngine) MetaObjectDefault ¶
func (ptr *QGeoRoutingManagerEngine) MetaObjectDefault() *core.QMetaObject
func (*QGeoRoutingManagerEngine) Pointer ¶
func (p *QGeoRoutingManagerEngine) Pointer() unsafe.Pointer
func (*QGeoRoutingManagerEngine) QGeoRoutingManagerEngine_PTR ¶
func (p *QGeoRoutingManagerEngine) QGeoRoutingManagerEngine_PTR() *QGeoRoutingManagerEngine
func (*QGeoRoutingManagerEngine) SetLocale ¶
func (ptr *QGeoRoutingManagerEngine) SetLocale(locale core.QLocale_ITF)
func (*QGeoRoutingManagerEngine) SetMeasurementSystem ¶
func (ptr *QGeoRoutingManagerEngine) SetMeasurementSystem(system core.QLocale__MeasurementSystem)
func (*QGeoRoutingManagerEngine) SetPointer ¶
func (p *QGeoRoutingManagerEngine) SetPointer(ptr unsafe.Pointer)
func (*QGeoRoutingManagerEngine) SetSupportedFeatureTypes ¶
func (ptr *QGeoRoutingManagerEngine) SetSupportedFeatureTypes(featureTypes QGeoRouteRequest__FeatureType)
func (*QGeoRoutingManagerEngine) SetSupportedFeatureWeights ¶
func (ptr *QGeoRoutingManagerEngine) SetSupportedFeatureWeights(featureWeights QGeoRouteRequest__FeatureWeight)
func (*QGeoRoutingManagerEngine) SetSupportedManeuverDetails ¶
func (ptr *QGeoRoutingManagerEngine) SetSupportedManeuverDetails(maneuverDetails QGeoRouteRequest__ManeuverDetail)
func (*QGeoRoutingManagerEngine) SetSupportedRouteOptimizations ¶
func (ptr *QGeoRoutingManagerEngine) SetSupportedRouteOptimizations(optimizations QGeoRouteRequest__RouteOptimization)
func (*QGeoRoutingManagerEngine) SetSupportedSegmentDetails ¶
func (ptr *QGeoRoutingManagerEngine) SetSupportedSegmentDetails(segmentDetails QGeoRouteRequest__SegmentDetail)
func (*QGeoRoutingManagerEngine) SetSupportedTravelModes ¶
func (ptr *QGeoRoutingManagerEngine) SetSupportedTravelModes(travelModes QGeoRouteRequest__TravelMode)
func (*QGeoRoutingManagerEngine) SupportedFeatureTypes ¶
func (ptr *QGeoRoutingManagerEngine) SupportedFeatureTypes() QGeoRouteRequest__FeatureType
func (*QGeoRoutingManagerEngine) SupportedFeatureWeights ¶
func (ptr *QGeoRoutingManagerEngine) SupportedFeatureWeights() QGeoRouteRequest__FeatureWeight
func (*QGeoRoutingManagerEngine) SupportedManeuverDetails ¶
func (ptr *QGeoRoutingManagerEngine) SupportedManeuverDetails() QGeoRouteRequest__ManeuverDetail
func (*QGeoRoutingManagerEngine) SupportedRouteOptimizations ¶
func (ptr *QGeoRoutingManagerEngine) SupportedRouteOptimizations() QGeoRouteRequest__RouteOptimization
func (*QGeoRoutingManagerEngine) SupportedSegmentDetails ¶
func (ptr *QGeoRoutingManagerEngine) SupportedSegmentDetails() QGeoRouteRequest__SegmentDetail
func (*QGeoRoutingManagerEngine) SupportedTravelModes ¶
func (ptr *QGeoRoutingManagerEngine) SupportedTravelModes() QGeoRouteRequest__TravelMode
func (*QGeoRoutingManagerEngine) TimerEvent ¶
func (ptr *QGeoRoutingManagerEngine) TimerEvent(event core.QTimerEvent_ITF)
func (*QGeoRoutingManagerEngine) TimerEventDefault ¶
func (ptr *QGeoRoutingManagerEngine) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QGeoRoutingManagerEngine) UpdateRoute ¶
func (ptr *QGeoRoutingManagerEngine) UpdateRoute(route QGeoRoute_ITF, position positioning.QGeoCoordinate_ITF) *QGeoRouteReply
func (*QGeoRoutingManagerEngine) UpdateRouteDefault ¶
func (ptr *QGeoRoutingManagerEngine) UpdateRouteDefault(route QGeoRoute_ITF, position positioning.QGeoCoordinate_ITF) *QGeoRouteReply
type QGeoRoutingManagerEngine_ITF ¶
type QGeoRoutingManagerEngine_ITF interface { core.QObject_ITF QGeoRoutingManagerEngine_PTR() *QGeoRoutingManagerEngine }
type QGeoRoutingManager_ITF ¶
type QGeoRoutingManager_ITF interface { core.QObject_ITF QGeoRoutingManager_PTR() *QGeoRoutingManager }
type QGeoServiceProvider ¶
func NewQGeoServiceProviderFromPointer ¶
func NewQGeoServiceProviderFromPointer(ptr unsafe.Pointer) *QGeoServiceProvider
func (*QGeoServiceProvider) AvailableServiceProviders ¶
func (ptr *QGeoServiceProvider) AvailableServiceProviders() []string
func (*QGeoServiceProvider) ChildEvent ¶
func (ptr *QGeoServiceProvider) ChildEvent(event core.QChildEvent_ITF)
func (*QGeoServiceProvider) ChildEventDefault ¶
func (ptr *QGeoServiceProvider) ChildEventDefault(event core.QChildEvent_ITF)
func (*QGeoServiceProvider) ConnectChildEvent ¶
func (ptr *QGeoServiceProvider) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QGeoServiceProvider) ConnectConnectNotify ¶
func (ptr *QGeoServiceProvider) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoServiceProvider) ConnectCustomEvent ¶
func (ptr *QGeoServiceProvider) ConnectCustomEvent(f func(event *core.QEvent))
func (*QGeoServiceProvider) ConnectDeleteLater ¶
func (ptr *QGeoServiceProvider) ConnectDeleteLater(f func())
func (*QGeoServiceProvider) ConnectDisconnectNotify ¶
func (ptr *QGeoServiceProvider) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QGeoServiceProvider) ConnectEvent ¶
func (ptr *QGeoServiceProvider) ConnectEvent(f func(e *core.QEvent) bool)
func (*QGeoServiceProvider) ConnectEventFilter ¶
func (*QGeoServiceProvider) ConnectMetaObject ¶
func (ptr *QGeoServiceProvider) ConnectMetaObject(f func() *core.QMetaObject)
func (*QGeoServiceProvider) ConnectNotify ¶
func (ptr *QGeoServiceProvider) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoServiceProvider) ConnectNotifyDefault ¶
func (ptr *QGeoServiceProvider) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoServiceProvider) ConnectTimerEvent ¶
func (ptr *QGeoServiceProvider) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QGeoServiceProvider) CustomEvent ¶
func (ptr *QGeoServiceProvider) CustomEvent(event core.QEvent_ITF)
func (*QGeoServiceProvider) CustomEventDefault ¶
func (ptr *QGeoServiceProvider) CustomEventDefault(event core.QEvent_ITF)
func (*QGeoServiceProvider) DeleteLater ¶
func (ptr *QGeoServiceProvider) DeleteLater()
func (*QGeoServiceProvider) DeleteLaterDefault ¶
func (ptr *QGeoServiceProvider) DeleteLaterDefault()
func (*QGeoServiceProvider) DestroyQGeoServiceProvider ¶
func (ptr *QGeoServiceProvider) DestroyQGeoServiceProvider()
func (*QGeoServiceProvider) DisconnectChildEvent ¶
func (ptr *QGeoServiceProvider) DisconnectChildEvent()
func (*QGeoServiceProvider) DisconnectConnectNotify ¶
func (ptr *QGeoServiceProvider) DisconnectConnectNotify()
func (*QGeoServiceProvider) DisconnectCustomEvent ¶
func (ptr *QGeoServiceProvider) DisconnectCustomEvent()
func (*QGeoServiceProvider) DisconnectDeleteLater ¶
func (ptr *QGeoServiceProvider) DisconnectDeleteLater()
func (*QGeoServiceProvider) DisconnectDisconnectNotify ¶
func (ptr *QGeoServiceProvider) DisconnectDisconnectNotify()
func (*QGeoServiceProvider) DisconnectEvent ¶
func (ptr *QGeoServiceProvider) DisconnectEvent()
func (*QGeoServiceProvider) DisconnectEventFilter ¶
func (ptr *QGeoServiceProvider) DisconnectEventFilter()
func (*QGeoServiceProvider) DisconnectMetaObject ¶
func (ptr *QGeoServiceProvider) DisconnectMetaObject()
func (*QGeoServiceProvider) DisconnectNotify ¶
func (ptr *QGeoServiceProvider) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QGeoServiceProvider) DisconnectNotifyDefault ¶
func (ptr *QGeoServiceProvider) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGeoServiceProvider) DisconnectTimerEvent ¶
func (ptr *QGeoServiceProvider) DisconnectTimerEvent()
func (*QGeoServiceProvider) Error ¶
func (ptr *QGeoServiceProvider) Error() QGeoServiceProvider__Error
func (*QGeoServiceProvider) ErrorString ¶
func (ptr *QGeoServiceProvider) ErrorString() string
func (*QGeoServiceProvider) Event ¶
func (ptr *QGeoServiceProvider) Event(e core.QEvent_ITF) bool
func (*QGeoServiceProvider) EventDefault ¶
func (ptr *QGeoServiceProvider) EventDefault(e core.QEvent_ITF) bool
func (*QGeoServiceProvider) EventFilter ¶
func (ptr *QGeoServiceProvider) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoServiceProvider) EventFilterDefault ¶
func (ptr *QGeoServiceProvider) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGeoServiceProvider) GeocodingFeatures ¶
func (ptr *QGeoServiceProvider) GeocodingFeatures() QGeoServiceProvider__GeocodingFeature
func (*QGeoServiceProvider) GeocodingManager ¶
func (ptr *QGeoServiceProvider) GeocodingManager() *QGeoCodingManager
func (*QGeoServiceProvider) MappingFeatures ¶
func (ptr *QGeoServiceProvider) MappingFeatures() QGeoServiceProvider__MappingFeature
func (*QGeoServiceProvider) MetaObject ¶
func (ptr *QGeoServiceProvider) MetaObject() *core.QMetaObject
func (*QGeoServiceProvider) MetaObjectDefault ¶
func (ptr *QGeoServiceProvider) MetaObjectDefault() *core.QMetaObject
func (*QGeoServiceProvider) PlaceManager ¶
func (ptr *QGeoServiceProvider) PlaceManager() *QPlaceManager
func (*QGeoServiceProvider) PlacesFeatures ¶
func (ptr *QGeoServiceProvider) PlacesFeatures() QGeoServiceProvider__PlacesFeature
func (*QGeoServiceProvider) Pointer ¶
func (p *QGeoServiceProvider) Pointer() unsafe.Pointer
func (*QGeoServiceProvider) QGeoServiceProvider_PTR ¶
func (p *QGeoServiceProvider) QGeoServiceProvider_PTR() *QGeoServiceProvider
func (*QGeoServiceProvider) RoutingFeatures ¶
func (ptr *QGeoServiceProvider) RoutingFeatures() QGeoServiceProvider__RoutingFeature
func (*QGeoServiceProvider) RoutingManager ¶
func (ptr *QGeoServiceProvider) RoutingManager() *QGeoRoutingManager
func (*QGeoServiceProvider) SetAllowExperimental ¶
func (ptr *QGeoServiceProvider) SetAllowExperimental(allow bool)
func (*QGeoServiceProvider) SetLocale ¶
func (ptr *QGeoServiceProvider) SetLocale(locale core.QLocale_ITF)
func (*QGeoServiceProvider) SetPointer ¶
func (p *QGeoServiceProvider) SetPointer(ptr unsafe.Pointer)
func (*QGeoServiceProvider) TimerEvent ¶
func (ptr *QGeoServiceProvider) TimerEvent(event core.QTimerEvent_ITF)
func (*QGeoServiceProvider) TimerEventDefault ¶
func (ptr *QGeoServiceProvider) TimerEventDefault(event core.QTimerEvent_ITF)
type QGeoServiceProviderFactory ¶
type QGeoServiceProviderFactory struct {
// contains filtered or unexported fields
}
func NewQGeoServiceProviderFactoryFromPointer ¶
func NewQGeoServiceProviderFactoryFromPointer(ptr unsafe.Pointer) *QGeoServiceProviderFactory
func (*QGeoServiceProviderFactory) ConnectDestroyQGeoServiceProviderFactory ¶
func (ptr *QGeoServiceProviderFactory) ConnectDestroyQGeoServiceProviderFactory(f func())
func (*QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactory ¶
func (ptr *QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactory()
func (*QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactoryDefault ¶
func (ptr *QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactoryDefault()
func (*QGeoServiceProviderFactory) DisconnectDestroyQGeoServiceProviderFactory ¶
func (ptr *QGeoServiceProviderFactory) DisconnectDestroyQGeoServiceProviderFactory()
func (*QGeoServiceProviderFactory) Pointer ¶
func (p *QGeoServiceProviderFactory) Pointer() unsafe.Pointer
func (*QGeoServiceProviderFactory) QGeoServiceProviderFactory_PTR ¶
func (p *QGeoServiceProviderFactory) QGeoServiceProviderFactory_PTR() *QGeoServiceProviderFactory
func (*QGeoServiceProviderFactory) SetPointer ¶
func (p *QGeoServiceProviderFactory) SetPointer(ptr unsafe.Pointer)
type QGeoServiceProviderFactory_ITF ¶
type QGeoServiceProviderFactory_ITF interface {
QGeoServiceProviderFactory_PTR() *QGeoServiceProviderFactory
}
type QGeoServiceProvider_ITF ¶
type QGeoServiceProvider_ITF interface { core.QObject_ITF QGeoServiceProvider_PTR() *QGeoServiceProvider }
type QGeoServiceProvider__GeocodingFeature ¶
type QGeoServiceProvider__GeocodingFeature int64
QGeoServiceProvider::GeocodingFeature
type QGeoServiceProvider__MappingFeature ¶
type QGeoServiceProvider__MappingFeature int64
QGeoServiceProvider::MappingFeature
type QGeoServiceProvider__PlacesFeature ¶
type QGeoServiceProvider__PlacesFeature int64
QGeoServiceProvider::PlacesFeature
type QGeoServiceProvider__RoutingFeature ¶
type QGeoServiceProvider__RoutingFeature int64
QGeoServiceProvider::RoutingFeature
type QLocation ¶
type QLocation struct {
// contains filtered or unexported fields
}
func NewQLocationFromPointer ¶
func (*QLocation) DestroyQLocation ¶
func (ptr *QLocation) DestroyQLocation()
func (*QLocation) QLocation_PTR ¶
func (*QLocation) SetPointer ¶
type QLocation_ITF ¶
type QLocation_ITF interface {
QLocation_PTR() *QLocation
}
type QPlace ¶
type QPlace struct {
// contains filtered or unexported fields
}
func NewQPlaceFromPointer ¶
func (*QPlace) QPlace_PTR ¶
func (*QPlace) SetPointer ¶
type QPlaceAttribute ¶
type QPlaceAttribute struct {
// contains filtered or unexported fields
}
func NewQPlaceAttributeFromPointer ¶
func NewQPlaceAttributeFromPointer(ptr unsafe.Pointer) *QPlaceAttribute
func (*QPlaceAttribute) Pointer ¶
func (p *QPlaceAttribute) Pointer() unsafe.Pointer
func (*QPlaceAttribute) QPlaceAttribute_PTR ¶
func (p *QPlaceAttribute) QPlaceAttribute_PTR() *QPlaceAttribute
func (*QPlaceAttribute) SetPointer ¶
func (p *QPlaceAttribute) SetPointer(ptr unsafe.Pointer)
type QPlaceAttribute_ITF ¶
type QPlaceAttribute_ITF interface {
QPlaceAttribute_PTR() *QPlaceAttribute
}
type QPlaceCategory ¶
type QPlaceCategory struct {
// contains filtered or unexported fields
}
func NewQPlaceCategoryFromPointer ¶
func NewQPlaceCategoryFromPointer(ptr unsafe.Pointer) *QPlaceCategory
func (*QPlaceCategory) Pointer ¶
func (p *QPlaceCategory) Pointer() unsafe.Pointer
func (*QPlaceCategory) QPlaceCategory_PTR ¶
func (p *QPlaceCategory) QPlaceCategory_PTR() *QPlaceCategory
func (*QPlaceCategory) SetPointer ¶
func (p *QPlaceCategory) SetPointer(ptr unsafe.Pointer)
type QPlaceCategory_ITF ¶
type QPlaceCategory_ITF interface {
QPlaceCategory_PTR() *QPlaceCategory
}
type QPlaceContactDetail ¶
type QPlaceContactDetail struct {
// contains filtered or unexported fields
}
func NewQPlaceContactDetailFromPointer ¶
func NewQPlaceContactDetailFromPointer(ptr unsafe.Pointer) *QPlaceContactDetail
func (*QPlaceContactDetail) Pointer ¶
func (p *QPlaceContactDetail) Pointer() unsafe.Pointer
func (*QPlaceContactDetail) QPlaceContactDetail_PTR ¶
func (p *QPlaceContactDetail) QPlaceContactDetail_PTR() *QPlaceContactDetail
func (*QPlaceContactDetail) SetPointer ¶
func (p *QPlaceContactDetail) SetPointer(ptr unsafe.Pointer)
type QPlaceContactDetail_ITF ¶
type QPlaceContactDetail_ITF interface {
QPlaceContactDetail_PTR() *QPlaceContactDetail
}
type QPlaceContent ¶
type QPlaceContent struct {
// contains filtered or unexported fields
}
func NewQPlaceContentFromPointer ¶
func NewQPlaceContentFromPointer(ptr unsafe.Pointer) *QPlaceContent
func (*QPlaceContent) Pointer ¶
func (p *QPlaceContent) Pointer() unsafe.Pointer
func (*QPlaceContent) QPlaceContent_PTR ¶
func (p *QPlaceContent) QPlaceContent_PTR() *QPlaceContent
func (*QPlaceContent) SetPointer ¶
func (p *QPlaceContent) SetPointer(ptr unsafe.Pointer)
type QPlaceContentReply ¶
type QPlaceContentReply struct {
QPlaceReply
}
func NewQPlaceContentReplyFromPointer ¶
func NewQPlaceContentReplyFromPointer(ptr unsafe.Pointer) *QPlaceContentReply
func (*QPlaceContentReply) Pointer ¶
func (p *QPlaceContentReply) Pointer() unsafe.Pointer
func (*QPlaceContentReply) QPlaceContentReply_PTR ¶
func (p *QPlaceContentReply) QPlaceContentReply_PTR() *QPlaceContentReply
func (*QPlaceContentReply) SetPointer ¶
func (p *QPlaceContentReply) SetPointer(ptr unsafe.Pointer)
type QPlaceContentReply_ITF ¶
type QPlaceContentReply_ITF interface { QPlaceReply_ITF QPlaceContentReply_PTR() *QPlaceContentReply }
type QPlaceContentRequest ¶
type QPlaceContentRequest struct {
// contains filtered or unexported fields
}
func NewQPlaceContentRequestFromPointer ¶
func NewQPlaceContentRequestFromPointer(ptr unsafe.Pointer) *QPlaceContentRequest
func (*QPlaceContentRequest) Pointer ¶
func (p *QPlaceContentRequest) Pointer() unsafe.Pointer
func (*QPlaceContentRequest) QPlaceContentRequest_PTR ¶
func (p *QPlaceContentRequest) QPlaceContentRequest_PTR() *QPlaceContentRequest
func (*QPlaceContentRequest) SetPointer ¶
func (p *QPlaceContentRequest) SetPointer(ptr unsafe.Pointer)
type QPlaceContentRequest_ITF ¶
type QPlaceContentRequest_ITF interface {
QPlaceContentRequest_PTR() *QPlaceContentRequest
}
type QPlaceContent_ITF ¶
type QPlaceContent_ITF interface {
QPlaceContent_PTR() *QPlaceContent
}
type QPlaceDetailsReply ¶
type QPlaceDetailsReply struct {
QPlaceReply
}
func NewQPlaceDetailsReplyFromPointer ¶
func NewQPlaceDetailsReplyFromPointer(ptr unsafe.Pointer) *QPlaceDetailsReply
func (*QPlaceDetailsReply) Pointer ¶
func (p *QPlaceDetailsReply) Pointer() unsafe.Pointer
func (*QPlaceDetailsReply) QPlaceDetailsReply_PTR ¶
func (p *QPlaceDetailsReply) QPlaceDetailsReply_PTR() *QPlaceDetailsReply
func (*QPlaceDetailsReply) SetPointer ¶
func (p *QPlaceDetailsReply) SetPointer(ptr unsafe.Pointer)
type QPlaceDetailsReply_ITF ¶
type QPlaceDetailsReply_ITF interface { QPlaceReply_ITF QPlaceDetailsReply_PTR() *QPlaceDetailsReply }
type QPlaceEditorial ¶
type QPlaceEditorial struct {
QPlaceContent
}
func NewQPlaceEditorialFromPointer ¶
func NewQPlaceEditorialFromPointer(ptr unsafe.Pointer) *QPlaceEditorial
func (*QPlaceEditorial) Pointer ¶
func (p *QPlaceEditorial) Pointer() unsafe.Pointer
func (*QPlaceEditorial) QPlaceEditorial_PTR ¶
func (p *QPlaceEditorial) QPlaceEditorial_PTR() *QPlaceEditorial
func (*QPlaceEditorial) SetPointer ¶
func (p *QPlaceEditorial) SetPointer(ptr unsafe.Pointer)
type QPlaceEditorial_ITF ¶
type QPlaceEditorial_ITF interface { QPlaceContent_ITF QPlaceEditorial_PTR() *QPlaceEditorial }
type QPlaceIcon ¶
type QPlaceIcon struct {
// contains filtered or unexported fields
}
func NewQPlaceIconFromPointer ¶
func NewQPlaceIconFromPointer(ptr unsafe.Pointer) *QPlaceIcon
func (*QPlaceIcon) Pointer ¶
func (p *QPlaceIcon) Pointer() unsafe.Pointer
func (*QPlaceIcon) QPlaceIcon_PTR ¶
func (p *QPlaceIcon) QPlaceIcon_PTR() *QPlaceIcon
func (*QPlaceIcon) SetPointer ¶
func (p *QPlaceIcon) SetPointer(ptr unsafe.Pointer)
type QPlaceIcon_ITF ¶
type QPlaceIcon_ITF interface {
QPlaceIcon_PTR() *QPlaceIcon
}
type QPlaceIdReply ¶
type QPlaceIdReply struct {
QPlaceReply
}
func NewQPlaceIdReplyFromPointer ¶
func NewQPlaceIdReplyFromPointer(ptr unsafe.Pointer) *QPlaceIdReply
func (*QPlaceIdReply) Pointer ¶
func (p *QPlaceIdReply) Pointer() unsafe.Pointer
func (*QPlaceIdReply) QPlaceIdReply_PTR ¶
func (p *QPlaceIdReply) QPlaceIdReply_PTR() *QPlaceIdReply
func (*QPlaceIdReply) SetPointer ¶
func (p *QPlaceIdReply) SetPointer(ptr unsafe.Pointer)
type QPlaceIdReply_ITF ¶
type QPlaceIdReply_ITF interface { QPlaceReply_ITF QPlaceIdReply_PTR() *QPlaceIdReply }
type QPlaceIdReply__OperationType ¶
type QPlaceIdReply__OperationType int64
QPlaceIdReply::OperationType
type QPlaceImage ¶
type QPlaceImage struct {
QPlaceContent
}
func NewQPlaceImageFromPointer ¶
func NewQPlaceImageFromPointer(ptr unsafe.Pointer) *QPlaceImage
func (*QPlaceImage) Pointer ¶
func (p *QPlaceImage) Pointer() unsafe.Pointer
func (*QPlaceImage) QPlaceImage_PTR ¶
func (p *QPlaceImage) QPlaceImage_PTR() *QPlaceImage
func (*QPlaceImage) SetPointer ¶
func (p *QPlaceImage) SetPointer(ptr unsafe.Pointer)
type QPlaceImage_ITF ¶
type QPlaceImage_ITF interface { QPlaceContent_ITF QPlaceImage_PTR() *QPlaceImage }
type QPlaceManager ¶
func NewQPlaceManagerFromPointer ¶
func NewQPlaceManagerFromPointer(ptr unsafe.Pointer) *QPlaceManager
func (*QPlaceManager) Pointer ¶
func (p *QPlaceManager) Pointer() unsafe.Pointer
func (*QPlaceManager) QPlaceManager_PTR ¶
func (p *QPlaceManager) QPlaceManager_PTR() *QPlaceManager
func (*QPlaceManager) SetPointer ¶
func (p *QPlaceManager) SetPointer(ptr unsafe.Pointer)
type QPlaceManagerEngine ¶
func NewQPlaceManagerEngineFromPointer ¶
func NewQPlaceManagerEngineFromPointer(ptr unsafe.Pointer) *QPlaceManagerEngine
func (*QPlaceManagerEngine) Pointer ¶
func (p *QPlaceManagerEngine) Pointer() unsafe.Pointer
func (*QPlaceManagerEngine) QPlaceManagerEngine_PTR ¶
func (p *QPlaceManagerEngine) QPlaceManagerEngine_PTR() *QPlaceManagerEngine
func (*QPlaceManagerEngine) SetPointer ¶
func (p *QPlaceManagerEngine) SetPointer(ptr unsafe.Pointer)
type QPlaceManagerEngine_ITF ¶
type QPlaceManagerEngine_ITF interface { core.QObject_ITF QPlaceManagerEngine_PTR() *QPlaceManagerEngine }
type QPlaceManager_ITF ¶
type QPlaceManager_ITF interface { core.QObject_ITF QPlaceManager_PTR() *QPlaceManager }
type QPlaceMatchReply ¶
type QPlaceMatchReply struct {
QPlaceReply
}
func NewQPlaceMatchReplyFromPointer ¶
func NewQPlaceMatchReplyFromPointer(ptr unsafe.Pointer) *QPlaceMatchReply
func (*QPlaceMatchReply) Pointer ¶
func (p *QPlaceMatchReply) Pointer() unsafe.Pointer
func (*QPlaceMatchReply) QPlaceMatchReply_PTR ¶
func (p *QPlaceMatchReply) QPlaceMatchReply_PTR() *QPlaceMatchReply
func (*QPlaceMatchReply) SetPointer ¶
func (p *QPlaceMatchReply) SetPointer(ptr unsafe.Pointer)
type QPlaceMatchReply_ITF ¶
type QPlaceMatchReply_ITF interface { QPlaceReply_ITF QPlaceMatchReply_PTR() *QPlaceMatchReply }
type QPlaceMatchRequest ¶
type QPlaceMatchRequest struct {
// contains filtered or unexported fields
}
func NewQPlaceMatchRequestFromPointer ¶
func NewQPlaceMatchRequestFromPointer(ptr unsafe.Pointer) *QPlaceMatchRequest
func (*QPlaceMatchRequest) Pointer ¶
func (p *QPlaceMatchRequest) Pointer() unsafe.Pointer
func (*QPlaceMatchRequest) QPlaceMatchRequest_PTR ¶
func (p *QPlaceMatchRequest) QPlaceMatchRequest_PTR() *QPlaceMatchRequest
func (*QPlaceMatchRequest) SetPointer ¶
func (p *QPlaceMatchRequest) SetPointer(ptr unsafe.Pointer)
type QPlaceMatchRequest_ITF ¶
type QPlaceMatchRequest_ITF interface {
QPlaceMatchRequest_PTR() *QPlaceMatchRequest
}
type QPlaceProposedSearchResult ¶
type QPlaceProposedSearchResult struct {
QPlaceSearchResult
}
func NewQPlaceProposedSearchResultFromPointer ¶
func NewQPlaceProposedSearchResultFromPointer(ptr unsafe.Pointer) *QPlaceProposedSearchResult
func (*QPlaceProposedSearchResult) Pointer ¶
func (p *QPlaceProposedSearchResult) Pointer() unsafe.Pointer
func (*QPlaceProposedSearchResult) QPlaceProposedSearchResult_PTR ¶
func (p *QPlaceProposedSearchResult) QPlaceProposedSearchResult_PTR() *QPlaceProposedSearchResult
func (*QPlaceProposedSearchResult) SetPointer ¶
func (p *QPlaceProposedSearchResult) SetPointer(ptr unsafe.Pointer)
type QPlaceProposedSearchResult_ITF ¶
type QPlaceProposedSearchResult_ITF interface { QPlaceSearchResult_ITF QPlaceProposedSearchResult_PTR() *QPlaceProposedSearchResult }
type QPlaceRatings ¶
type QPlaceRatings struct {
// contains filtered or unexported fields
}
func NewQPlaceRatingsFromPointer ¶
func NewQPlaceRatingsFromPointer(ptr unsafe.Pointer) *QPlaceRatings
func (*QPlaceRatings) Pointer ¶
func (p *QPlaceRatings) Pointer() unsafe.Pointer
func (*QPlaceRatings) QPlaceRatings_PTR ¶
func (p *QPlaceRatings) QPlaceRatings_PTR() *QPlaceRatings
func (*QPlaceRatings) SetPointer ¶
func (p *QPlaceRatings) SetPointer(ptr unsafe.Pointer)
type QPlaceRatings_ITF ¶
type QPlaceRatings_ITF interface {
QPlaceRatings_PTR() *QPlaceRatings
}
type QPlaceReply ¶
func NewQPlaceReplyFromPointer ¶
func NewQPlaceReplyFromPointer(ptr unsafe.Pointer) *QPlaceReply
func (*QPlaceReply) Pointer ¶
func (p *QPlaceReply) Pointer() unsafe.Pointer
func (*QPlaceReply) QPlaceReply_PTR ¶
func (p *QPlaceReply) QPlaceReply_PTR() *QPlaceReply
func (*QPlaceReply) SetPointer ¶
func (p *QPlaceReply) SetPointer(ptr unsafe.Pointer)
type QPlaceReply_ITF ¶
type QPlaceReply_ITF interface { core.QObject_ITF QPlaceReply_PTR() *QPlaceReply }
type QPlaceResult ¶
type QPlaceResult struct {
QPlaceSearchResult
}
func NewQPlaceResultFromPointer ¶
func NewQPlaceResultFromPointer(ptr unsafe.Pointer) *QPlaceResult
func (*QPlaceResult) Pointer ¶
func (p *QPlaceResult) Pointer() unsafe.Pointer
func (*QPlaceResult) QPlaceResult_PTR ¶
func (p *QPlaceResult) QPlaceResult_PTR() *QPlaceResult
func (*QPlaceResult) SetPointer ¶
func (p *QPlaceResult) SetPointer(ptr unsafe.Pointer)
type QPlaceResult_ITF ¶
type QPlaceResult_ITF interface { QPlaceSearchResult_ITF QPlaceResult_PTR() *QPlaceResult }
type QPlaceReview ¶
type QPlaceReview struct {
QPlaceContent
}
func NewQPlaceReviewFromPointer ¶
func NewQPlaceReviewFromPointer(ptr unsafe.Pointer) *QPlaceReview
func (*QPlaceReview) Pointer ¶
func (p *QPlaceReview) Pointer() unsafe.Pointer
func (*QPlaceReview) QPlaceReview_PTR ¶
func (p *QPlaceReview) QPlaceReview_PTR() *QPlaceReview
func (*QPlaceReview) SetPointer ¶
func (p *QPlaceReview) SetPointer(ptr unsafe.Pointer)
type QPlaceReview_ITF ¶
type QPlaceReview_ITF interface { QPlaceContent_ITF QPlaceReview_PTR() *QPlaceReview }
type QPlaceSearchReply ¶
type QPlaceSearchReply struct {
QPlaceReply
}
func NewQPlaceSearchReplyFromPointer ¶
func NewQPlaceSearchReplyFromPointer(ptr unsafe.Pointer) *QPlaceSearchReply
func (*QPlaceSearchReply) Pointer ¶
func (p *QPlaceSearchReply) Pointer() unsafe.Pointer
func (*QPlaceSearchReply) QPlaceSearchReply_PTR ¶
func (p *QPlaceSearchReply) QPlaceSearchReply_PTR() *QPlaceSearchReply
func (*QPlaceSearchReply) SetPointer ¶
func (p *QPlaceSearchReply) SetPointer(ptr unsafe.Pointer)
type QPlaceSearchReply_ITF ¶
type QPlaceSearchReply_ITF interface { QPlaceReply_ITF QPlaceSearchReply_PTR() *QPlaceSearchReply }
type QPlaceSearchRequest ¶
type QPlaceSearchRequest struct {
// contains filtered or unexported fields
}
func NewQPlaceSearchRequestFromPointer ¶
func NewQPlaceSearchRequestFromPointer(ptr unsafe.Pointer) *QPlaceSearchRequest
func (*QPlaceSearchRequest) Pointer ¶
func (p *QPlaceSearchRequest) Pointer() unsafe.Pointer
func (*QPlaceSearchRequest) QPlaceSearchRequest_PTR ¶
func (p *QPlaceSearchRequest) QPlaceSearchRequest_PTR() *QPlaceSearchRequest
func (*QPlaceSearchRequest) SetPointer ¶
func (p *QPlaceSearchRequest) SetPointer(ptr unsafe.Pointer)
type QPlaceSearchRequest_ITF ¶
type QPlaceSearchRequest_ITF interface {
QPlaceSearchRequest_PTR() *QPlaceSearchRequest
}
type QPlaceSearchRequest__RelevanceHint ¶
type QPlaceSearchRequest__RelevanceHint int64
QPlaceSearchRequest::RelevanceHint
type QPlaceSearchResult ¶
type QPlaceSearchResult struct {
// contains filtered or unexported fields
}
func NewQPlaceSearchResultFromPointer ¶
func NewQPlaceSearchResultFromPointer(ptr unsafe.Pointer) *QPlaceSearchResult
func (*QPlaceSearchResult) Pointer ¶
func (p *QPlaceSearchResult) Pointer() unsafe.Pointer
func (*QPlaceSearchResult) QPlaceSearchResult_PTR ¶
func (p *QPlaceSearchResult) QPlaceSearchResult_PTR() *QPlaceSearchResult
func (*QPlaceSearchResult) SetPointer ¶
func (p *QPlaceSearchResult) SetPointer(ptr unsafe.Pointer)
type QPlaceSearchResult_ITF ¶
type QPlaceSearchResult_ITF interface {
QPlaceSearchResult_PTR() *QPlaceSearchResult
}
type QPlaceSearchResult__SearchResultType ¶
type QPlaceSearchResult__SearchResultType int64
QPlaceSearchResult::SearchResultType
type QPlaceSearchSuggestionReply ¶
type QPlaceSearchSuggestionReply struct {
QPlaceReply
}
func NewQPlaceSearchSuggestionReplyFromPointer ¶
func NewQPlaceSearchSuggestionReplyFromPointer(ptr unsafe.Pointer) *QPlaceSearchSuggestionReply
func (*QPlaceSearchSuggestionReply) Pointer ¶
func (p *QPlaceSearchSuggestionReply) Pointer() unsafe.Pointer
func (*QPlaceSearchSuggestionReply) QPlaceSearchSuggestionReply_PTR ¶
func (p *QPlaceSearchSuggestionReply) QPlaceSearchSuggestionReply_PTR() *QPlaceSearchSuggestionReply
func (*QPlaceSearchSuggestionReply) SetPointer ¶
func (p *QPlaceSearchSuggestionReply) SetPointer(ptr unsafe.Pointer)
type QPlaceSearchSuggestionReply_ITF ¶
type QPlaceSearchSuggestionReply_ITF interface { QPlaceReply_ITF QPlaceSearchSuggestionReply_PTR() *QPlaceSearchSuggestionReply }
type QPlaceSupplier ¶
type QPlaceSupplier struct {
// contains filtered or unexported fields
}
func NewQPlaceSupplierFromPointer ¶
func NewQPlaceSupplierFromPointer(ptr unsafe.Pointer) *QPlaceSupplier
func (*QPlaceSupplier) Pointer ¶
func (p *QPlaceSupplier) Pointer() unsafe.Pointer
func (*QPlaceSupplier) QPlaceSupplier_PTR ¶
func (p *QPlaceSupplier) QPlaceSupplier_PTR() *QPlaceSupplier
func (*QPlaceSupplier) SetPointer ¶
func (p *QPlaceSupplier) SetPointer(ptr unsafe.Pointer)
type QPlaceSupplier_ITF ¶
type QPlaceSupplier_ITF interface {
QPlaceSupplier_PTR() *QPlaceSupplier
}
type QPlaceUser ¶
type QPlaceUser struct {
// contains filtered or unexported fields
}
func NewQPlaceUserFromPointer ¶
func NewQPlaceUserFromPointer(ptr unsafe.Pointer) *QPlaceUser
func (*QPlaceUser) Pointer ¶
func (p *QPlaceUser) Pointer() unsafe.Pointer
func (*QPlaceUser) QPlaceUser_PTR ¶
func (p *QPlaceUser) QPlaceUser_PTR() *QPlaceUser
func (*QPlaceUser) SetPointer ¶
func (p *QPlaceUser) SetPointer(ptr unsafe.Pointer)
type QPlaceUser_ITF ¶
type QPlaceUser_ITF interface {
QPlaceUser_PTR() *QPlaceUser
}
type QPlace_ITF ¶
type QPlace_ITF interface {
QPlace_PTR() *QPlace
}
Click to show internal directories.
Click to hide internal directories.