location

package
v0.0.0-...-83fd9e9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2015 License: LGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

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 (
	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 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

type QGeoCodeReply struct {
	core.QObject
}

func NewQGeoCodeReplyFromPointer

func NewQGeoCodeReplyFromPointer(ptr unsafe.Pointer) *QGeoCodeReply

func (*QGeoCodeReply) QGeoCodeReply_PTR

func (ptr *QGeoCodeReply) QGeoCodeReply_PTR() *QGeoCodeReply

type QGeoCodeReply_ITF

type QGeoCodeReply_ITF interface {
	core.QObject_ITF
	QGeoCodeReply_PTR() *QGeoCodeReply
}

type QGeoCodeReply__Error

type QGeoCodeReply__Error int64

QGeoCodeReply::Error

type QGeoCodingManager

type QGeoCodingManager struct {
	core.QObject
}

func NewQGeoCodingManagerFromPointer

func NewQGeoCodingManagerFromPointer(ptr unsafe.Pointer) *QGeoCodingManager

func (*QGeoCodingManager) QGeoCodingManager_PTR

func (ptr *QGeoCodingManager) QGeoCodingManager_PTR() *QGeoCodingManager

type QGeoCodingManagerEngine

type QGeoCodingManagerEngine struct {
	core.QObject
}

func NewQGeoCodingManagerEngineFromPointer

func NewQGeoCodingManagerEngineFromPointer(ptr unsafe.Pointer) *QGeoCodingManagerEngine

func (*QGeoCodingManagerEngine) QGeoCodingManagerEngine_PTR

func (ptr *QGeoCodingManagerEngine) QGeoCodingManagerEngine_PTR() *QGeoCodingManagerEngine

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 (*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) QGeoManeuver_PTR

func (ptr *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

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 NewQGeoRouteFromPointer(ptr unsafe.Pointer) *QGeoRoute

func (*QGeoRoute) DestroyQGeoRoute

func (ptr *QGeoRoute) DestroyQGeoRoute()

func (*QGeoRoute) Distance

func (ptr *QGeoRoute) Distance() float64

func (*QGeoRoute) Pointer

func (p *QGeoRoute) Pointer() unsafe.Pointer

func (*QGeoRoute) QGeoRoute_PTR

func (ptr *QGeoRoute) QGeoRoute_PTR() *QGeoRoute

func (*QGeoRoute) RouteId

func (ptr *QGeoRoute) RouteId() string

func (*QGeoRoute) SetBounds

func (ptr *QGeoRoute) SetBounds(bounds positioning.QGeoRectangle_ITF)

func (*QGeoRoute) SetDistance

func (ptr *QGeoRoute) SetDistance(distance float64)

func (*QGeoRoute) SetFirstRouteSegment

func (ptr *QGeoRoute) SetFirstRouteSegment(routeSegment QGeoRouteSegment_ITF)

func (*QGeoRoute) SetPointer

func (p *QGeoRoute) SetPointer(ptr unsafe.Pointer)

func (*QGeoRoute) SetRequest

func (ptr *QGeoRoute) SetRequest(request QGeoRouteRequest_ITF)

func (*QGeoRoute) SetRouteId

func (ptr *QGeoRoute) SetRouteId(id string)

func (*QGeoRoute) SetTravelMode

func (ptr *QGeoRoute) SetTravelMode(mode QGeoRouteRequest__TravelMode)

func (*QGeoRoute) SetTravelTime

func (ptr *QGeoRoute) SetTravelTime(secs int)

func (*QGeoRoute) TravelMode

func (ptr *QGeoRoute) TravelMode() QGeoRouteRequest__TravelMode

func (*QGeoRoute) TravelTime

func (ptr *QGeoRoute) TravelTime() int

type QGeoRouteReply

type QGeoRouteReply struct {
	core.QObject
}

func NewQGeoRouteReply

func NewQGeoRouteReply(error QGeoRouteReply__Error, errorString string, parent core.QObject_ITF) *QGeoRouteReply

func NewQGeoRouteReplyFromPointer

func NewQGeoRouteReplyFromPointer(ptr unsafe.Pointer) *QGeoRouteReply

func (*QGeoRouteReply) ConnectAbort

func (ptr *QGeoRouteReply) ConnectAbort(f func())

func (*QGeoRouteReply) ConnectError2

func (ptr *QGeoRouteReply) ConnectError2(f func(error QGeoRouteReply__Error, errorString string))

func (*QGeoRouteReply) ConnectFinished

func (ptr *QGeoRouteReply) ConnectFinished(f func())

func (*QGeoRouteReply) DestroyQGeoRouteReply

func (ptr *QGeoRouteReply) DestroyQGeoRouteReply()

func (*QGeoRouteReply) DisconnectAbort

func (ptr *QGeoRouteReply) DisconnectAbort()

func (*QGeoRouteReply) DisconnectError2

func (ptr *QGeoRouteReply) DisconnectError2()

func (*QGeoRouteReply) DisconnectFinished

func (ptr *QGeoRouteReply) DisconnectFinished()

func (*QGeoRouteReply) Error

func (*QGeoRouteReply) ErrorString

func (ptr *QGeoRouteReply) ErrorString() string

func (*QGeoRouteReply) IsFinished

func (ptr *QGeoRouteReply) IsFinished() bool

func (*QGeoRouteReply) QGeoRouteReply_PTR

func (ptr *QGeoRouteReply) QGeoRouteReply_PTR() *QGeoRouteReply

type QGeoRouteReply_ITF

type QGeoRouteReply_ITF interface {
	core.QObject_ITF
	QGeoRouteReply_PTR() *QGeoRouteReply
}

type QGeoRouteReply__Error

type QGeoRouteReply__Error int64

QGeoRouteReply::Error

type QGeoRouteRequest

type QGeoRouteRequest struct {
	// contains filtered or unexported fields
}

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) 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 (ptr *QGeoRouteRequest) QGeoRouteRequest_PTR() *QGeoRouteRequest

func (*QGeoRouteRequest) RouteOptimization

func (ptr *QGeoRouteRequest) RouteOptimization() QGeoRouteRequest__RouteOptimization

func (*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

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) Pointer

func (p *QGeoRouteSegment) Pointer() unsafe.Pointer

func (*QGeoRouteSegment) QGeoRouteSegment_PTR

func (ptr *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

type QGeoRoutingManager struct {
	core.QObject
}

func NewQGeoRoutingManagerFromPointer

func NewQGeoRoutingManagerFromPointer(ptr unsafe.Pointer) *QGeoRoutingManager

func (*QGeoRoutingManager) CalculateRoute

func (ptr *QGeoRoutingManager) CalculateRoute(request QGeoRouteRequest_ITF) *QGeoRouteReply

func (*QGeoRoutingManager) ConnectError

func (ptr *QGeoRoutingManager) ConnectError(f func(reply *QGeoRouteReply, error QGeoRouteReply__Error, errorString string))

func (*QGeoRoutingManager) ConnectFinished

func (ptr *QGeoRoutingManager) ConnectFinished(f func(reply *QGeoRouteReply))

func (*QGeoRoutingManager) DestroyQGeoRoutingManager

func (ptr *QGeoRoutingManager) DestroyQGeoRoutingManager()

func (*QGeoRoutingManager) DisconnectError

func (ptr *QGeoRoutingManager) DisconnectError()

func (*QGeoRoutingManager) DisconnectFinished

func (ptr *QGeoRoutingManager) DisconnectFinished()

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) QGeoRoutingManager_PTR

func (ptr *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) 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) UpdateRoute

type QGeoRoutingManagerEngine

type QGeoRoutingManagerEngine struct {
	core.QObject
}

func NewQGeoRoutingManagerEngineFromPointer

func NewQGeoRoutingManagerEngineFromPointer(ptr unsafe.Pointer) *QGeoRoutingManagerEngine

func (*QGeoRoutingManagerEngine) CalculateRoute

func (ptr *QGeoRoutingManagerEngine) CalculateRoute(request QGeoRouteRequest_ITF) *QGeoRouteReply

func (*QGeoRoutingManagerEngine) ConnectError

func (ptr *QGeoRoutingManagerEngine) ConnectError(f func(reply *QGeoRouteReply, error QGeoRouteReply__Error, errorString string))

func (*QGeoRoutingManagerEngine) ConnectFinished

func (ptr *QGeoRoutingManagerEngine) ConnectFinished(f func(reply *QGeoRouteReply))

func (*QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngine

func (ptr *QGeoRoutingManagerEngine) DestroyQGeoRoutingManagerEngine()

func (*QGeoRoutingManagerEngine) DisconnectError

func (ptr *QGeoRoutingManagerEngine) DisconnectError()

func (*QGeoRoutingManagerEngine) DisconnectFinished

func (ptr *QGeoRoutingManagerEngine) DisconnectFinished()

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) QGeoRoutingManagerEngine_PTR

func (ptr *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) 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) UpdateRoute

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

type QGeoServiceProvider struct {
	core.QObject
}

func NewQGeoServiceProviderFromPointer

func NewQGeoServiceProviderFromPointer(ptr unsafe.Pointer) *QGeoServiceProvider

func (*QGeoServiceProvider) DestroyQGeoServiceProvider

func (ptr *QGeoServiceProvider) DestroyQGeoServiceProvider()

func (*QGeoServiceProvider) Error

func (*QGeoServiceProvider) ErrorString

func (ptr *QGeoServiceProvider) ErrorString() string

func (*QGeoServiceProvider) GeocodingFeatures

func (*QGeoServiceProvider) GeocodingManager

func (ptr *QGeoServiceProvider) GeocodingManager() *QGeoCodingManager

func (*QGeoServiceProvider) MappingFeatures

func (*QGeoServiceProvider) PlaceManager

func (ptr *QGeoServiceProvider) PlaceManager() *QPlaceManager

func (*QGeoServiceProvider) PlacesFeatures

func (*QGeoServiceProvider) QGeoServiceProvider_PTR

func (ptr *QGeoServiceProvider) QGeoServiceProvider_PTR() *QGeoServiceProvider

func (*QGeoServiceProvider) RoutingFeatures

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)

type QGeoServiceProviderFactory

type QGeoServiceProviderFactory struct {
	// contains filtered or unexported fields
}

func NewQGeoServiceProviderFactoryFromPointer

func NewQGeoServiceProviderFactoryFromPointer(ptr unsafe.Pointer) *QGeoServiceProviderFactory

func (*QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactory

func (ptr *QGeoServiceProviderFactory) DestroyQGeoServiceProviderFactory()

func (*QGeoServiceProviderFactory) ObjectNameAbs

func (ptr *QGeoServiceProviderFactory) ObjectNameAbs() string

func (*QGeoServiceProviderFactory) Pointer

func (*QGeoServiceProviderFactory) QGeoServiceProviderFactory_PTR

func (ptr *QGeoServiceProviderFactory) QGeoServiceProviderFactory_PTR() *QGeoServiceProviderFactory

func (*QGeoServiceProviderFactory) SetObjectNameAbs

func (ptr *QGeoServiceProviderFactory) SetObjectNameAbs(name string)

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__Error

type QGeoServiceProvider__Error int64

QGeoServiceProvider::Error

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 QPlace

type QPlace struct {
	// contains filtered or unexported fields
}

func NewQPlaceFromPointer

func NewQPlaceFromPointer(ptr unsafe.Pointer) *QPlace

func (*QPlace) Pointer

func (p *QPlace) Pointer() unsafe.Pointer

func (*QPlace) QPlace_PTR

func (ptr *QPlace) QPlace_PTR() *QPlace

func (*QPlace) SetPointer

func (p *QPlace) SetPointer(ptr unsafe.Pointer)

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 (ptr *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 (ptr *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 (ptr *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 (ptr *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) QPlaceContentReply_PTR

func (ptr *QPlaceContentReply) QPlaceContentReply_PTR() *QPlaceContentReply

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 (ptr *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 QPlaceContent__Type

type QPlaceContent__Type int64

QPlaceContent::Type

type QPlaceDetailsReply

type QPlaceDetailsReply struct {
	QPlaceReply
}

func NewQPlaceDetailsReplyFromPointer

func NewQPlaceDetailsReplyFromPointer(ptr unsafe.Pointer) *QPlaceDetailsReply

func (*QPlaceDetailsReply) QPlaceDetailsReply_PTR

func (ptr *QPlaceDetailsReply) QPlaceDetailsReply_PTR() *QPlaceDetailsReply

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) QPlaceEditorial_PTR

func (ptr *QPlaceEditorial) QPlaceEditorial_PTR() *QPlaceEditorial

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 (ptr *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) QPlaceIdReply_PTR

func (ptr *QPlaceIdReply) QPlaceIdReply_PTR() *QPlaceIdReply

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) QPlaceImage_PTR

func (ptr *QPlaceImage) QPlaceImage_PTR() *QPlaceImage

type QPlaceImage_ITF

type QPlaceImage_ITF interface {
	QPlaceContent_ITF
	QPlaceImage_PTR() *QPlaceImage
}

type QPlaceManager

type QPlaceManager struct {
	core.QObject
}

func NewQPlaceManagerFromPointer

func NewQPlaceManagerFromPointer(ptr unsafe.Pointer) *QPlaceManager

func (*QPlaceManager) QPlaceManager_PTR

func (ptr *QPlaceManager) QPlaceManager_PTR() *QPlaceManager

type QPlaceManagerEngine

type QPlaceManagerEngine struct {
	core.QObject
}

func NewQPlaceManagerEngineFromPointer

func NewQPlaceManagerEngineFromPointer(ptr unsafe.Pointer) *QPlaceManagerEngine

func (*QPlaceManagerEngine) QPlaceManagerEngine_PTR

func (ptr *QPlaceManagerEngine) QPlaceManagerEngine_PTR() *QPlaceManagerEngine

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) QPlaceMatchReply_PTR

func (ptr *QPlaceMatchReply) QPlaceMatchReply_PTR() *QPlaceMatchReply

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 (ptr *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) QPlaceProposedSearchResult_PTR

func (ptr *QPlaceProposedSearchResult) QPlaceProposedSearchResult_PTR() *QPlaceProposedSearchResult

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 (ptr *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

type QPlaceReply struct {
	core.QObject
}

func NewQPlaceReplyFromPointer

func NewQPlaceReplyFromPointer(ptr unsafe.Pointer) *QPlaceReply

func (*QPlaceReply) QPlaceReply_PTR

func (ptr *QPlaceReply) QPlaceReply_PTR() *QPlaceReply

type QPlaceReply_ITF

type QPlaceReply_ITF interface {
	core.QObject_ITF
	QPlaceReply_PTR() *QPlaceReply
}

type QPlaceReply__Error

type QPlaceReply__Error int64

QPlaceReply::Error

type QPlaceReply__Type

type QPlaceReply__Type int64

QPlaceReply::Type

type QPlaceResult

type QPlaceResult struct {
	QPlaceSearchResult
}

func NewQPlaceResultFromPointer

func NewQPlaceResultFromPointer(ptr unsafe.Pointer) *QPlaceResult

func (*QPlaceResult) QPlaceResult_PTR

func (ptr *QPlaceResult) QPlaceResult_PTR() *QPlaceResult

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) QPlaceReview_PTR

func (ptr *QPlaceReview) QPlaceReview_PTR() *QPlaceReview

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) QPlaceSearchReply_PTR

func (ptr *QPlaceSearchReply) QPlaceSearchReply_PTR() *QPlaceSearchReply

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 (ptr *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 (ptr *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) QPlaceSearchSuggestionReply_PTR

func (ptr *QPlaceSearchSuggestionReply) QPlaceSearchSuggestionReply_PTR() *QPlaceSearchSuggestionReply

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 (ptr *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 (ptr *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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL