change namespace of taghandler and add docs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.TH "CampusAppWP8.Model.Campusmap.MapPinModel" 3 "Fri Oct 11 2013" "CampusAppWp8" \" -*- nroff -*-
|
||||
.TH "CampusAppWP8.Model.Campusmap.MapPinModel" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
CampusAppWP8.Model.Campusmap.MapPinModel \-
|
||||
.PP
|
||||
This Class manage the properties of a MapPin
|
||||
This Class manage the properties of a MapPin\&.
|
||||
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
@@ -15,9 +15,9 @@ Inherited by \fBCampusAppWP8\&.Model\&.Campusmap\&.ClickAblePlacePinModel\fP, \f
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "enum \fBPinType\fP { \fBPinType\&.Hidden\fP = 0, \fBPinType\&.SearchPlace\fP = 1, \fBPinType\&.CurrentPosition\fP = 2, \fBPinType\&.InfoPlace\fP = 3, \fBInfoLabPlace\fP = 4, \fBInfoWcPlace\fP = 5, \fBInfoRedPlace\fP = 6, \fBInfoAccesPlace\fP = 7 }"
|
||||
.RI "enum \fBPinType\fP { \fBPinType\&.Hidden\fP = 0, \fBPinType\&.SearchPlace\fP = 1, \fBPinType\&.CurrentPosition\fP = 2, \fBPinType\&.InfoPlace\fP = 3, \fBPinType\&.InfoLabPlace\fP = 4, \fBPinType\&.InfoWcPlace\fP = 5, \fBPinType\&.InfoRedPlace\fP = 6, \fBPinType\&.InfoAccesPlace\fP = 7 }"
|
||||
.br
|
||||
.RI "\fIValues that represent PinType\&.\fP"
|
||||
.RI "\fIValues that represent PinType\&. \fP"
|
||||
.in -1c
|
||||
.SS "Public Member Functions"
|
||||
|
||||
@@ -33,7 +33,7 @@ Inherited by \fBCampusAppWP8\&.Model\&.Campusmap\&.ClickAblePlacePinModel\fP, \f
|
||||
.ti -1c
|
||||
.RI "static string \fBPinTypeToString\fP (\fBPinType\fP type)"
|
||||
.br
|
||||
.RI "\fIMethod convert PinType to a string \fP"
|
||||
.RI "\fIMethod convert PinType to a string\&. \fP"
|
||||
.in -1c
|
||||
.SS "Properties"
|
||||
|
||||
@@ -41,75 +41,79 @@ Inherited by \fBCampusAppWP8\&.Model\&.Campusmap\&.ClickAblePlacePinModel\fP, \f
|
||||
.ti -1c
|
||||
.RI "static string \fBInfoRedPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the information red place pin string\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static string \fBInfoAccesPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the information access place pin string\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static string \fBInfoWcPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the information wc place pin string\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static string \fBCurrendPositionPlacePinString\fP\fC [get]\fP"
|
||||
.RI "static string \fBCurrentPositionPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the string of current position pins \fP"
|
||||
.RI "\fIGets the string of current position pins\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static string \fBSearchPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the string of search pins \fP"
|
||||
.RI "\fIGets the string of search pins\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static string \fBHiddenPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the string of hidden pins \fP"
|
||||
.RI "\fIGets the string of hidden pins\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static string \fBInfoPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the string of info pins \fP"
|
||||
.RI "\fIGets the string of info pins\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static string \fBInfoLabPlacePinString\fP\fC [get]\fP"
|
||||
.br
|
||||
.RI "\fIGets the information lab place pin string\&. \fP"
|
||||
.ti -1c
|
||||
.RI "string \fBImageSource\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the ImageSource of the pin \fP"
|
||||
.RI "\fIGets or sets the ImageSource of the pin\&. \fP"
|
||||
.ti -1c
|
||||
.RI "double \fBImageWidth\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the ImageWidth of the pin \fP"
|
||||
.RI "\fIGets or sets the ImageWidth of the pin\&. \fP"
|
||||
.ti -1c
|
||||
.RI "double \fBImageHeight\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the ImageHeight of the pin \fP"
|
||||
.RI "\fIGets or sets the ImageHeight of the pin\&. \fP"
|
||||
.ti -1c
|
||||
.RI "int \fBZIndex\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the ZIndex of the pin \fP"
|
||||
.RI "\fIGets or sets the ZIndex of the pin\&. \fP"
|
||||
.ti -1c
|
||||
.RI "double \fBPinImageOffsetX\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the ImageOffsetX of the pin \fP"
|
||||
.RI "\fIGets or sets the ImageOffsetX of the pin\&. \fP"
|
||||
.ti -1c
|
||||
.RI "double \fBPinImageOffsetY\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the ImageOffsetY of the pin \fP"
|
||||
.RI "\fIGets or sets the ImageOffsetY of the pin\&. \fP"
|
||||
.ti -1c
|
||||
.RI "Point \fBPosition\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets position of the pin \fP"
|
||||
.RI "\fIGets or sets position of the pin\&. \fP"
|
||||
.ti -1c
|
||||
.RI "object \fBTag\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the tag of the pin \fP"
|
||||
.RI "\fIGets or sets the tag of the pin\&. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
This Class manage the properties of a MapPin
|
||||
|
||||
This Class manage the properties of a MapPin\&.
|
||||
|
||||
Stubbfel, 14\&.10\&.2013\&.
|
||||
.SH "Member Enumeration Documentation"
|
||||
.PP
|
||||
.SS "enum \fBCampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinType\fP"
|
||||
|
||||
.PP
|
||||
Values that represent PinType\&.Stubbfel, 27\&.08\&.2013\&.
|
||||
Values that represent PinType\&. Stubbfel, 27\&.08\&.2013\&.
|
||||
.PP
|
||||
\fBEnumerator\fP
|
||||
.in +1c
|
||||
@@ -125,81 +129,109 @@ An enum constant representing the current position option\&.
|
||||
.TP
|
||||
\fB\fIInfoPlace \fP\fP
|
||||
An enum constant representing the info place option\&.
|
||||
.TP
|
||||
\fB\fIInfoLabPlace \fP\fP
|
||||
An enum constant representing the information lab place option\&.
|
||||
.TP
|
||||
\fB\fIInfoWcPlace \fP\fP
|
||||
An enum constant representing the information wc place option\&.
|
||||
.TP
|
||||
\fB\fIInfoRedPlace \fP\fP
|
||||
An enum constant representing the information red place option\&.
|
||||
.TP
|
||||
\fB\fIInfoAccesPlace \fP\fP
|
||||
An enum constant representing the information access place option\&.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.MapPinModel ()"
|
||||
|
||||
.PP
|
||||
Initializes a new instance of the \fBMapPinModel\fP class\&.
|
||||
Initializes a new instance of the \fBMapPinModel\fP class\&. Stubbfel, 14\&.10\&.2013\&.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "static string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinTypeToString (\fBPinType\fPtype)\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
Method convert PinType to a string
|
||||
Method convert PinType to a string\&. Stubbfel, 14\&.10\&.2013\&.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fItype\fP type of the Pin
|
||||
\fItype\fP type of the Pin\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
PinType as string
|
||||
PinType as string\&.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.SH "Property Documentation"
|
||||
.PP
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.CurrendPositionPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.CurrentPositionPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the string of current position pins
|
||||
Gets the string of current position pins\&. The current position place pin string\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.HiddenPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the string of hidden pins
|
||||
Gets the string of hidden pins\&. The hidden place pin string\&.
|
||||
.SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ImageHeight\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the ImageHeight of the pin
|
||||
Gets or sets the ImageHeight of the pin\&. The height of the image\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ImageSource\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the ImageSource of the pin
|
||||
Gets or sets the ImageSource of the pin\&. The image source\&.
|
||||
.SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ImageWidth\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the ImageWidth of the pin
|
||||
Gets or sets the ImageWidth of the pin\&. The width of the image\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoAccesPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the information access place pin string\&. The information access place pin string\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoLabPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the information lab place pin string\&. The information lab place pin string\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the string of info pins
|
||||
Gets the string of info pins\&. The information place pin string\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoRedPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the information red place pin string\&. The information red place pin string\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoWcPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the information wc place pin string\&. The information wc place pin string\&.
|
||||
.SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinImageOffsetX\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the ImageOffsetX of the pin
|
||||
Gets or sets the ImageOffsetX of the pin\&. The pin image offset x coordinate\&.
|
||||
.SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinImageOffsetY\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the ImageOffsetY of the pin
|
||||
Gets or sets the ImageOffsetY of the pin\&. The pin image offset y coordinate\&.
|
||||
.SS "Point CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.Position\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets position of the pin
|
||||
Gets or sets position of the pin\&. The position\&.
|
||||
.SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.SearchPlacePinString\fC [static]\fP, \fC [get]\fP"
|
||||
|
||||
.PP
|
||||
Gets the string of search pins
|
||||
Gets the string of search pins\&. The search place pin string\&.
|
||||
.SS "object CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.Tag\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the tag of the pin
|
||||
Gets or sets the tag of the pin\&. The tag\&.
|
||||
.SS "int CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ZIndex\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the ZIndex of the pin
|
||||
Gets or sets the ZIndex of the pin\&. The z coordinate index\&.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|
||||
Generated automatically by Doxygen for CampusAppW8 from the source code\&.
|
||||
|
||||
Reference in New Issue
Block a user