Merge branch 'release/r#201#2003' into develmaster
@@ -147,7 +147,7 @@ namespace CampusAppWP8
|
||||
}
|
||||
else
|
||||
{
|
||||
Settings.AppSetting.DevMode = false;
|
||||
Settings.AppSetting.DevMode = true;
|
||||
}
|
||||
|
||||
this.UserSettingsLoaded();
|
||||
@@ -243,6 +243,9 @@ namespace CampusAppWP8
|
||||
// Behandeln Sie Rücksetzanforderungen zum Löschen des Backstack
|
||||
RootFrame.Navigated += CheckForResetNavigation;
|
||||
|
||||
// Assign the lens example URI-mapper class to the application frame.
|
||||
RootFrame.UriMapper = new AppUriMapper();
|
||||
|
||||
// Sicherstellen, dass keine erneute Initialisierung erfolgt
|
||||
phoneApplicationInitialized = true;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
BIN
CampusAppWP8/CampusAppWP8/Assets/Lens.Screen-720p.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
CampusAppWP8/CampusAppWP8/Assets/Lens.Screen-WVGA.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
CampusAppWP8/CampusAppWP8/Assets/Lens.Screen-WXGA.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
@@ -112,12 +112,17 @@
|
||||
<Compile Include="File\Exams\ExamFile.cs" />
|
||||
<Compile Include="File\Places\PlacesFile.cs" />
|
||||
<Compile Include="Model\BinaryModel.cs" />
|
||||
<Compile Include="Model\Campusmap\CampusMapModel.cs" />
|
||||
<Compile Include="Model\Campusmap\CBMainMapModel.cs" />
|
||||
<Compile Include="Model\Campusmap\ClickAblePlacePinModel.cs" />
|
||||
<Compile Include="Model\Campusmap\CurrentPositionPinModel.cs" />
|
||||
<Compile Include="Model\Campusmap\HiddenPinPlaceModel.cs" />
|
||||
<Compile Include="Model\Campusmap\InfoPlacePinModel.cs" />
|
||||
<Compile Include="Model\Campusmap\SearchPlacePinModel.cs" />
|
||||
<Compile Include="Model\Exams\ExamListModel.cs" />
|
||||
<Compile Include="Model\Exams\ExamModel.cs" />
|
||||
<Compile Include="Model\GeoDb\CampusBuildingLayerModel.cs" />
|
||||
<Compile Include="Model\GeoDb\CampusBuildingModel.cs" />
|
||||
<Compile Include="Model\GeoDb\PlaceInformation.cs" />
|
||||
<Compile Include="Model\GeoDb\PlaceModel.cs" />
|
||||
<Compile Include="Model\GeoDb\PlaceService.cs" />
|
||||
@@ -131,6 +136,9 @@
|
||||
<Compile Include="Model\Utility\CourseModel.cs" />
|
||||
<Compile Include="Model\Utility\DegreeListPickerItemListModel.cs" />
|
||||
<Compile Include="Model\Utility\CampusListPickerItemListModel.cs" />
|
||||
<Compile Include="Pages\Campusmap\RoomListPage.xaml.cs">
|
||||
<DependentUpon>RoomListPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\Exams\Exams.xaml.cs">
|
||||
<DependentUpon>Exams.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -143,6 +151,12 @@
|
||||
<Compile Include="Pages\PlaceNews\ShowPad.xaml.cs">
|
||||
<DependentUpon>ShowPad.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Resources\Constants1.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Constants.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Utility\AppUriMapper.cs" />
|
||||
<Compile Include="Utility\BackgroundTasks.cs" />
|
||||
<Compile Include="Utility\Lui\Button\AddPersonButton.cs" />
|
||||
<Compile Include="Utility\Lui\Tiles\TileCreator.cs" />
|
||||
@@ -262,11 +276,6 @@
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>AppResources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Resources\Constants.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Constants.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ThemelizedIcons.cs" />
|
||||
<Compile Include="Utility\File.cs" />
|
||||
<Compile Include="Utility\HttpRequest.cs" />
|
||||
@@ -294,6 +303,10 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\Campusmap\RoomListPage.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\Departments\DepartmentFavoritePage.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
@@ -439,6 +452,7 @@
|
||||
<Content Include="Assets\Icons\DarkTheme\lecture_159.png" />
|
||||
<Content Include="Assets\Icons\DarkTheme\person_159.png" />
|
||||
<Content Include="Assets\Icons\DarkTheme\phone_159.png" />
|
||||
<Content Include="Assets\Icons\DarkTheme\placeinfo_159.png" />
|
||||
<Content Include="Assets\Icons\DarkTheme\practise_159.png" />
|
||||
<Content Include="Assets\Icons\DarkTheme\search_place_159.png" />
|
||||
<Content Include="Assets\Icons\DarkTheme\seminar_159.png" />
|
||||
@@ -471,6 +485,7 @@
|
||||
<Content Include="Assets\Icons\DarkTheme\schedule_159.png" />
|
||||
<Content Include="Assets\Icons\LightTheme\person_159.png" />
|
||||
<Content Include="Assets\Icons\LightTheme\phone_159.png" />
|
||||
<Content Include="Assets\Icons\LightTheme\placeinfo_159.png" />
|
||||
<Content Include="Assets\Icons\LightTheme\practise_159.png" />
|
||||
<Content Include="Assets\Icons\LightTheme\schedule_159.png" />
|
||||
<Content Include="Assets\Icons\DarkTheme\search_159.png" />
|
||||
@@ -482,6 +497,9 @@
|
||||
<Content Include="Assets\Icons\DarkTheme\webmail_159.png" />
|
||||
<Content Include="Assets\Icons\LightTheme\update_159.png" />
|
||||
<Content Include="Assets\Icons\LightTheme\webmail_159.png" />
|
||||
<Content Include="Assets\Lens.Screen-720p.png" />
|
||||
<Content Include="Assets\Lens.Screen-WVGA.png" />
|
||||
<Content Include="Assets\Lens.Screen-WXGA.png" />
|
||||
<Content Include="Assets\testmap.png" />
|
||||
<Content Include="Assets\Tiles\FlipCycleTileLarge.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
@@ -519,8 +537,8 @@
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Resources\Constants.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Constants.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
<LastGenOutput>Constants1.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<None Include="Resources\Icons.resx">
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace CampusAppWP8.File.Places
|
||||
/// <summary>
|
||||
/// Method load OfflineMap as Fallback
|
||||
/// </summary>
|
||||
private void FallBackLoad()
|
||||
public void FallBackLoad()
|
||||
{
|
||||
SpsModel fallBackModel = XmlManager.DeserializationFileToModel<SpsModel>(Constants.FileMap_OfflineMap);
|
||||
this.Model = fallBackModel;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// <copyright file="CBMainMapModel.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>fiedlchr</author>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>13.08.2013</sience>
|
||||
//-----------------------------------------------------------------------------
|
||||
namespace CampusAppWP8.Model.Campusmap
|
||||
@@ -11,22 +11,18 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
using CampusAppWP8.File.Places;
|
||||
using CampusAppWP8.Model.GeoDb;
|
||||
using CampusAppWP8.Resources;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/// <summary>
|
||||
/// Class for the MapModel of the mainCampus of cottbus
|
||||
/// </summary>
|
||||
public class CBMainMapModel : MapModel
|
||||
public class CBMainMapModel : CampusMapModel
|
||||
{
|
||||
#region Member
|
||||
|
||||
/// <summary>Variable for the identify of the campus.</summary>
|
||||
private static readonly string Campus = ((int)CampusAppWP8.Model.Setting.UserProfilModel.Campus.CB_MAIN).ToString();
|
||||
|
||||
/// <summary>
|
||||
/// Variable for the PlaceFile
|
||||
/// </summary>
|
||||
private PlacesFile file;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
@@ -34,7 +30,7 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="CBMainMapModel" /> class.
|
||||
/// </summary>
|
||||
public CBMainMapModel()
|
||||
public CBMainMapModel(List<PlaceModel> placeList) : base (placeList,CBMainMapModel.Campus)
|
||||
{
|
||||
this.ImageSource = Constants.FileMap_CBMainMap;
|
||||
this.ImageWidth = 2000;
|
||||
@@ -50,37 +46,7 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
||||
/// <summary>Loads the spatial./.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
protected override void LoadSpatials()
|
||||
{
|
||||
if (this.file == null)
|
||||
{
|
||||
this.file = new PlacesFile();
|
||||
}
|
||||
|
||||
this.file.OnLoaded += new PlacesFile.OnIO(this.FileIsReady);
|
||||
this.file.LoadData();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method is called if the PlaceFile is loaded
|
||||
/// </summary>
|
||||
private void FileIsReady()
|
||||
{
|
||||
SpsModel model = this.file.Model;
|
||||
|
||||
this.Spatial = new SpsModel();
|
||||
foreach (PlaceModel place in model.Places)
|
||||
{
|
||||
if (place.PlaceId.StartsWith(CBMainMapModel.Campus))
|
||||
{
|
||||
this.Spatial.Places.Add(place);
|
||||
}
|
||||
}
|
||||
}
|
||||
#region Method
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
67
CampusAppWP8/CampusAppWP8/Model/Campusmap/CampusMapModel.cs
Normal file
@@ -0,0 +1,67 @@
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="CampusMapModel.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>26.09.2013</sience>
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
namespace CampusAppWP8.Model.Campusmap
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using CampusAppWP8.Model.GeoDb;
|
||||
|
||||
/// <summary>
|
||||
/// Class for the CampusMapModel
|
||||
/// </summary>
|
||||
public class CampusMapModel : MapModel
|
||||
{
|
||||
#region constructor
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="CampusMapModel" /> class.
|
||||
/// </summary>
|
||||
/// <param name="placeList">list of places</param>
|
||||
/// <param name="campusId">id of the campus</param>
|
||||
public CampusMapModel(List<PlaceModel> placeList, string campusId)
|
||||
{
|
||||
this.CampusId = campusId;
|
||||
this.LoadSpatials(placeList);
|
||||
this.IsReady = true;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region property
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the campusId
|
||||
/// </summary>
|
||||
public string CampusId { get; protected set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region method
|
||||
|
||||
/// <summary>Loads the spatial./.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
/// <param name="placeList">list of places</param>
|
||||
protected override void LoadSpatials(List<PlaceModel> placeList)
|
||||
{
|
||||
List<PlaceModel> campusPlaces = new List<PlaceModel>();
|
||||
this.Spatial = new SpsModel();
|
||||
|
||||
foreach (PlaceModel place in placeList)
|
||||
{
|
||||
if (place.ParentId.Equals(this.CampusId) || place.PlaceId.Equals(this.CampusId))
|
||||
{
|
||||
campusPlaces.Add(place);
|
||||
}
|
||||
}
|
||||
|
||||
this.Spatial.AddPlaces(campusPlaces);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClickAblePlacePinModel.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>26.09.2013</sience>
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
namespace CampusAppWP8.Model.Campusmap
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using CampusAppWP8.Model.GeoDb;
|
||||
|
||||
/// <summary>
|
||||
/// abstract class for click abel bins
|
||||
/// </summary>
|
||||
public abstract class ClickAblePlacePinModel : MapPinModel
|
||||
{
|
||||
#region property
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets Callback Function, to show place information of the Pin
|
||||
/// </summary>
|
||||
public MapModel.MapInfos CallBack { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets place which are associative with this pin
|
||||
/// </summary>
|
||||
public List<PlaceModel> AssocPlaces { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
||||
/// <summary>
|
||||
/// Show Information of this pin places
|
||||
/// </summary>
|
||||
/// <param name="sender">sender of the Event</param>
|
||||
/// <param name="e">MouseButtonEvent Arguments</param>
|
||||
public void ShowInfo(object sender, System.Windows.Input.MouseButtonEventArgs e)
|
||||
{
|
||||
this.CallBack(this.AssocPlaces);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -26,6 +26,8 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
this.ImageHeight = 60;
|
||||
this.PinImageOffsetX = -25;
|
||||
this.PinImageOffsetY = -34;
|
||||
this.Tag = MapPinModel.CurrendPositionPlacePinString;
|
||||
this.ZIndex = 2;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -11,5 +11,13 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
/// <remarks>Stubbfel, 27.08.2013.</remarks>
|
||||
public class HiddenPinPlaceModel : MapPinModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="HiddenPinPlaceModel" /> class.
|
||||
/// </summary>
|
||||
public HiddenPinPlaceModel()
|
||||
{
|
||||
this.Tag = MapPinModel.HiddenPlacePinString;
|
||||
this.ZIndex = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="InfoPlacePinModel.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>27.08.2013</sience>
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
namespace CampusAppWP8.Model.Campusmap
|
||||
{
|
||||
using CampusAppWP8.Resources;
|
||||
|
||||
/// <summary>Search pin place model.</summary>
|
||||
/// <remarks>Stubbfel, 27.08.2013.</remarks>
|
||||
public class InfoPlacePinModel : ClickAblePlacePinModel
|
||||
{
|
||||
#region Constructor
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="InfoPlacePinModel" /> class.
|
||||
/// </summary>
|
||||
/// <remarks>Stubbfel, 27.08.2013.</remarks>
|
||||
public InfoPlacePinModel()
|
||||
{
|
||||
this.ImageSource = Icons.PlaceInfo;
|
||||
this.ImageWidth = 60;
|
||||
this.ImageHeight = 60;
|
||||
this.PinImageOffsetX = -25;
|
||||
this.PinImageOffsetY = -27;
|
||||
this.Tag = MapPinModel.PinTypeToString(PinType.InfoPlace);
|
||||
this.ZIndex = 1;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -27,7 +27,18 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
/// </summary>
|
||||
public MapModel()
|
||||
{
|
||||
this.LoadSpatials();
|
||||
this.IsReady = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MapModel" /> class.
|
||||
/// </summary>
|
||||
/// <param name="placeList">list of places</param>
|
||||
public MapModel(List<PlaceModel> placeList)
|
||||
{
|
||||
this.IsReady = false;
|
||||
this.LoadSpatials(placeList);
|
||||
this.IsReady = true;
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -48,6 +59,11 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
#endregion
|
||||
#region Property
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the map is ready or not
|
||||
/// </summary>
|
||||
public bool IsReady { get; protected set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the ImageSource of the map
|
||||
/// </summary>
|
||||
@@ -195,6 +211,7 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
|
||||
Canvas.SetTop(pinImg, pin.Position.Y);
|
||||
Canvas.SetLeft(pinImg, pin.Position.X);
|
||||
Canvas.SetZIndex(pinImg, pin.ZIndex);
|
||||
return pinImg;
|
||||
}
|
||||
|
||||
@@ -246,8 +263,11 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
|
||||
/// <summary>Loads the spatial./</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
protected virtual void LoadSpatials()
|
||||
/// <param name="placeList">list of places</param>
|
||||
protected virtual void LoadSpatials(List<PlaceModel> placeList)
|
||||
{
|
||||
this.Spatial = new SpsModel();
|
||||
this.Spatial.AddPlaces(placeList);
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -275,11 +295,19 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
((SearchPlacePinModel)pin).AssocPlaces = places;
|
||||
((SearchPlacePinModel)pin).CallBack = this.ShowMapInfos;
|
||||
break;
|
||||
case MapPinModel.PinType.InfoPlace:
|
||||
pin = new InfoPlacePinModel();
|
||||
pinImg.MouseLeftButtonDown += new MouseButtonEventHandler(((InfoPlacePinModel)pin).ShowInfo);
|
||||
|
||||
((InfoPlacePinModel)pin).AssocPlaces = places;
|
||||
((InfoPlacePinModel)pin).CallBack = this.ShowMapInfos;
|
||||
break;
|
||||
default:
|
||||
pin = new HiddenPinPlaceModel();
|
||||
break;
|
||||
}
|
||||
|
||||
pinImg.Tag = pin.Tag;
|
||||
return pin;
|
||||
}
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
{
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
using CampusAppWP8.Resources;
|
||||
|
||||
/// <summary>
|
||||
/// This Class manage the properties of a MapPin
|
||||
@@ -17,6 +18,26 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
{
|
||||
#region Member
|
||||
|
||||
/// <summary>
|
||||
/// String for info pins
|
||||
/// </summary>
|
||||
private static string infoPlacePinString = MapPinModel.PinTypeToString(PinType.InfoPlace);
|
||||
|
||||
/// <summary>
|
||||
/// String for hidden pins
|
||||
/// </summary>
|
||||
private static string hiddenPlacePinString = MapPinModel.PinTypeToString(PinType.Hidden);
|
||||
|
||||
/// <summary>
|
||||
/// String for search pins
|
||||
/// </summary>
|
||||
private static string searchPlacePinString = MapPinModel.PinTypeToString(PinType.SearchPlace);
|
||||
|
||||
/// <summary>
|
||||
/// String for current position pins
|
||||
/// </summary>
|
||||
private static string currendPositionPlacePinString = MapPinModel.PinTypeToString(PinType.CurrentPosition);
|
||||
|
||||
/// <summary>
|
||||
/// Variable of the actual position of the pin
|
||||
/// </summary>
|
||||
@@ -46,12 +67,47 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
SearchPlace = 1,
|
||||
|
||||
/// <summary>An enum constant representing the current position option.</summary>
|
||||
CurrentPosition = 2
|
||||
CurrentPosition = 2,
|
||||
|
||||
/// <summary>An enum constant representing the info place option.</summary>
|
||||
InfoPlace = 3
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
|
||||
/// <summary>
|
||||
/// Gets the string of current position pins
|
||||
/// </summary>
|
||||
public static string CurrendPositionPlacePinString
|
||||
{
|
||||
get { return MapPinModel.currendPositionPlacePinString; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the string of search pins
|
||||
/// </summary>
|
||||
public static string SearchPlacePinString
|
||||
{
|
||||
get { return MapPinModel.searchPlacePinString; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the string of hidden pins
|
||||
/// </summary>
|
||||
public static string HiddenPlacePinString
|
||||
{
|
||||
get { return MapPinModel.hiddenPlacePinString; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the string of info pins
|
||||
/// </summary>
|
||||
public static string InfoPlacePinString
|
||||
{
|
||||
get { return MapPinModel.infoPlacePinString; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the ImageSource of the pin
|
||||
/// </summary>
|
||||
@@ -67,6 +123,11 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
/// </summary>
|
||||
public double ImageHeight { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the ZIndex of the pin
|
||||
/// </summary>
|
||||
public int ZIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the ImageOffsetX of the pin
|
||||
/// </summary>
|
||||
@@ -114,6 +175,46 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the tag of the pin
|
||||
/// </summary>
|
||||
public object Tag { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
||||
/// <summary>
|
||||
/// Method convert PinType to a string
|
||||
/// </summary>
|
||||
/// <param name="type">type of the Pin</param>
|
||||
/// <returns>PinType as string</returns>
|
||||
public static string PinTypeToString(PinType type)
|
||||
{
|
||||
string result = null;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case PinType.CurrentPosition:
|
||||
result = Constants.PinType_CurrentPosition;
|
||||
break;
|
||||
case PinType.Hidden:
|
||||
result = Constants.PinType_Hidden;
|
||||
break;
|
||||
case PinType.InfoPlace:
|
||||
result = Constants.PinType_Info;
|
||||
break;
|
||||
case PinType.SearchPlace:
|
||||
result = Constants.PinType_Search;
|
||||
break;
|
||||
default:
|
||||
result = string.Empty;
|
||||
break;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,13 +8,11 @@
|
||||
|
||||
namespace CampusAppWP8.Model.Campusmap
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using CampusAppWP8.Model.GeoDb;
|
||||
using CampusAppWP8.Resources;
|
||||
|
||||
/// <summary>Search pin place model.</summary>
|
||||
/// <remarks>Stubbfel, 27.08.2013.</remarks>
|
||||
public class SearchPlacePinModel : MapPinModel
|
||||
public class SearchPlacePinModel : ClickAblePlacePinModel
|
||||
{
|
||||
#region Constructor
|
||||
|
||||
@@ -29,34 +27,8 @@ namespace CampusAppWP8.Model.Campusmap
|
||||
this.ImageHeight = 60;
|
||||
this.PinImageOffsetX = -25;
|
||||
this.PinImageOffsetY = -27;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region property
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets Callback Function, to show place information of the Pin
|
||||
/// </summary>
|
||||
public MapModel.MapInfos CallBack { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets place which are associative with this pin
|
||||
/// </summary>
|
||||
public List<PlaceModel> AssocPlaces { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
||||
/// <summary>
|
||||
/// Show Information of this pin places
|
||||
/// </summary>
|
||||
/// <param name="sender">sender of the Event</param>
|
||||
/// <param name="e">MouseButtonEvent Arguments</param>
|
||||
public void ShowInfo(object sender, System.Windows.Input.MouseButtonEventArgs e)
|
||||
{
|
||||
this.CallBack(this.AssocPlaces);
|
||||
this.Tag = MapPinModel.SearchPlacePinString;
|
||||
this.ZIndex = 3;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// <copyright file="CampusBuildingLayerModel.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>23.09.2013</sience>
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
namespace CampusAppWP8.Model.GeoDb
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using CampusAppWP8.Resources;
|
||||
|
||||
/// <summary>
|
||||
/// Class is model for buildings of a campus
|
||||
/// </summary>
|
||||
public class CampusBuildingLayerModel
|
||||
{
|
||||
#region Constructor
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="CampusBuildingLayerModel" /> class.
|
||||
/// </summary>
|
||||
/// <param name="layerId">id of the layer</param>
|
||||
/// <param name="places">list of place which can be room of the layer</param>
|
||||
public CampusBuildingLayerModel(string layerId, List<PlaceModel> places)
|
||||
{
|
||||
this.LayerId = layerId;
|
||||
this.Rooms = new SpsModel();
|
||||
|
||||
foreach (PlaceModel place in places)
|
||||
{
|
||||
string placeLayerId = place.GetInformationsValue(Constants.PisInformationName_Layer);
|
||||
if (placeLayerId != null && placeLayerId.Equals(layerId))
|
||||
{
|
||||
this.Rooms.Places.Add(place);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region property
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets Rooms
|
||||
/// </summary>
|
||||
public SpsModel Rooms { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets LayerId
|
||||
/// </summary>
|
||||
public string LayerId { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
96
CampusAppWP8/CampusAppWP8/Model/GeoDb/CampusBuildingModel.cs
Normal file
@@ -0,0 +1,96 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// <copyright file="CampusBuildingModel.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>23.09.2013</sience>
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
namespace CampusAppWP8.Model.GeoDb
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using CampusAppWP8.Resources;
|
||||
|
||||
/// <summary>
|
||||
/// Class is model for buildings of a campus
|
||||
/// </summary>
|
||||
public class CampusBuildingModel
|
||||
{
|
||||
#region constructor
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="CampusBuildingModel" /> class.
|
||||
/// </summary>
|
||||
/// <param name="buildingId">id of the building</param>
|
||||
/// <param name="places">list of place which can be room of the buildings</param>
|
||||
public CampusBuildingModel(string buildingId, List<PlaceModel> places)
|
||||
{
|
||||
this.Layers = new Dictionary<string, CampusBuildingLayerModel>();
|
||||
|
||||
foreach (PlaceModel place in places)
|
||||
{
|
||||
if (place.ParentId.Equals(buildingId))
|
||||
{
|
||||
string placeLayerId = place.GetInformationsValue(Constants.PisInformationName_Layer);
|
||||
if (placeLayerId == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (this.Layers.ContainsKey(placeLayerId))
|
||||
{
|
||||
this.Layers[placeLayerId].Rooms.Places.Add(place);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.Layers.Add(placeLayerId, new CampusBuildingLayerModel(placeLayerId, new List<PlaceModel>() { place }));
|
||||
}
|
||||
}
|
||||
else if (place.PlaceId.Equals(buildingId))
|
||||
{
|
||||
this.Building = place;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Layer of the building
|
||||
/// </summary>
|
||||
public Dictionary<string, CampusBuildingLayerModel> Layers { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the Building PlaceModel
|
||||
/// </summary>
|
||||
public PlaceModel Building { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region method
|
||||
|
||||
/// <summary>
|
||||
/// Method gets a place by their placeID
|
||||
/// </summary>
|
||||
/// <param name="placeID">the placeId of the place</param>
|
||||
/// <returns>The place by identifier.</returns>
|
||||
public PlaceModel GetPlaceById(string placeID)
|
||||
{
|
||||
PlaceModel result = null;
|
||||
foreach (CampusBuildingLayerModel layer in this.Layers.Values)
|
||||
{
|
||||
result = layer.Rooms.GetPlaceById(placeID);
|
||||
if (result != null)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -87,6 +87,11 @@ namespace CampusAppWP8.Model.GeoDb
|
||||
[XmlElement("placeService")]
|
||||
public ObservableCollection<PlaceService> Services { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a string, which is the caption of the place (e.g. for contents of UIElements)
|
||||
/// </summary>
|
||||
public string Caption { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
||||
@@ -39,21 +39,10 @@
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<!-- <StackPanel Grid.Column="0">
|
||||
<TextBlock Text="Lat:" />
|
||||
<TextBox Name="YPoint" Text="51,767747" InputScope="Number" />
|
||||
</StackPanel>
|
||||
<StackPanel Grid.Column="1">
|
||||
<TextBlock Text="Long:" />
|
||||
<TextBox Name="XPoint" Text="14,327545" InputScope="Number" />
|
||||
</StackPanel>
|
||||
<Button Grid.Column="2" Click="Button_Click">
|
||||
<Image Source="{Binding Path=ThemelizedIcon.Search, Source={StaticResource ThemelizedIcons}}" Width="60"/>
|
||||
</Button>-->
|
||||
<StackPanel Grid.Column="0" VerticalAlignment="Center">
|
||||
<TextBox Name="QString" InputScope="Text" AcceptsReturn="False" />
|
||||
</StackPanel>
|
||||
<Button Grid.Column="1" Click="Button_Click2">
|
||||
<Button Grid.Column="1" Click="SearchByText">
|
||||
<Image Source="{Binding Path=ThemelizedIcon.Search, Source={StaticResource ThemelizedIcons}}" Width="60"/>
|
||||
</Button>
|
||||
</Grid>
|
||||
@@ -74,6 +63,7 @@
|
||||
<shell:ApplicationBar.MenuItems>
|
||||
<shell:ApplicationBarMenuItem Text="Scan QR-Code" Click="SearchPlaceByQR_Click" />
|
||||
<shell:ApplicationBarMenuItem Text="Scan NFC-Tag" Click="SearchPlaceByNFC_Click"/>
|
||||
<shell:ApplicationBarMenuItem Text="Gebäudeinfos einblenden" Click="ShowBuildingsInformation" />
|
||||
</shell:ApplicationBar.MenuItems>
|
||||
</shell:ApplicationBar>
|
||||
</phone:PhoneApplicationPage.ApplicationBar>
|
||||
|
||||
@@ -11,10 +11,13 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
using System.Collections.Generic;
|
||||
using System.Device.Location;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices.WindowsRuntime;
|
||||
using System.Threading;
|
||||
using System.Windows;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Navigation;
|
||||
using CampusAppWP8.File.Places;
|
||||
using CampusAppWP8.Model.Campusmap;
|
||||
using CampusAppWP8.Model.GeoDb;
|
||||
using CampusAppWP8.Resources;
|
||||
@@ -35,7 +38,12 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
private readonly ProximityDevice device = ProximityDevice.GetDefault();
|
||||
|
||||
/// <summary>Variable for the map model.</summary>
|
||||
private MapModel map;
|
||||
private CampusMapModel campusMap;
|
||||
|
||||
/// <summary>
|
||||
/// Variable for the PlaceFile
|
||||
/// </summary>
|
||||
private PlacesFile file;
|
||||
|
||||
/// <summary>
|
||||
/// List of information names
|
||||
@@ -47,6 +55,16 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
/// </summary>
|
||||
private bool qrcodeScan = false;
|
||||
|
||||
/// <summary>
|
||||
/// Variable for the last query
|
||||
/// </summary>
|
||||
private string lastQuery;
|
||||
|
||||
/// <summary>
|
||||
/// Flag which indicates the map show information of all buildings
|
||||
/// </summary>
|
||||
private bool buildInfoEnable;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
@@ -56,12 +74,10 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
public CampusMapPage()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
this.map = new CBMainMapModel();
|
||||
this.MapCanvas.DataContext = this.map;
|
||||
this.map.ShowMapInfos += new CBMainMapModel.MapInfos(this.ShowMapInfo);
|
||||
|
||||
ApplicationBarMenuItem menuItem1 = ApplicationBar.MenuItems[0] as ApplicationBarMenuItem;
|
||||
ApplicationBarMenuItem menuItem2 = ApplicationBar.MenuItems[1] as ApplicationBarMenuItem;
|
||||
ApplicationBarMenuItem menuItem3 = ApplicationBar.MenuItems[2] as ApplicationBarMenuItem;
|
||||
|
||||
if (menuItem1 != null)
|
||||
{
|
||||
@@ -72,10 +88,37 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
{
|
||||
menuItem2.Text = AppResources.CampusMapApp_ScanNfc;
|
||||
}
|
||||
|
||||
if (menuItem3 != null)
|
||||
{
|
||||
menuItem3.Text = AppResources.CampusMapApp_EnableBuildInfo;
|
||||
}
|
||||
|
||||
if (this.file == null)
|
||||
{
|
||||
this.file = new PlacesFile();
|
||||
}
|
||||
|
||||
this.file.OnLoaded += new PlacesFile.OnIO(this.FileIsReady);
|
||||
this.file.LoadData();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Events
|
||||
|
||||
/// <summary>
|
||||
/// Delegate for LoadingPlace events
|
||||
/// </summary>
|
||||
/// <param name="args">the events args</param>
|
||||
public delegate void LoadingPlace(string args);
|
||||
|
||||
/// <summary>
|
||||
/// Event for loading places
|
||||
/// </summary>
|
||||
public event LoadingPlace OnLoadingPlace;
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
||||
#region protected
|
||||
@@ -86,26 +129,22 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
protected override void OnNavigatedTo(NavigationEventArgs e)
|
||||
{
|
||||
base.OnNavigatedTo(e);
|
||||
if (this.map.Spatial == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.NavigationMode == NavigationMode.New)
|
||||
{
|
||||
MapCanvas.Children.Clear();
|
||||
this.ClearMap();
|
||||
|
||||
bool scroll = true;
|
||||
string alias = "campus";
|
||||
|
||||
if (NavigationContext.QueryString.ContainsKey(Constants.ParamModelMap_SearchTermAlias))
|
||||
{
|
||||
alias = NavigationContext.QueryString[Constants.ParamModelMap_SearchTermAlias];
|
||||
this.AddPins(this.SearchPlaces(alias), MapPinModel.PinType.SearchPlace);
|
||||
string alias = NavigationContext.QueryString[Constants.ParamModelMap_SearchTermAlias];
|
||||
this.ShowPlacesByQueryAsSearchPin(alias);
|
||||
scroll = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.AddPins(this.SearchPlaces(alias), MapPinModel.PinType.Hidden);
|
||||
this.ShowPlacesByQueryAsHiddenPin("campus");
|
||||
}
|
||||
|
||||
this.ShowCurrentPositionDispatcher(scroll);
|
||||
@@ -119,7 +158,7 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
string searchPid = Wp8StringManager.FilterPlaceIdinQRResultString(qrcodeResult);
|
||||
if (searchPid != null)
|
||||
{
|
||||
this.AddPinsByPids(new List<string>() { searchPid }, MapPinModel.PinType.SearchPlace);
|
||||
this.ShowAllPlacesByPlaceIdAsSearchPin(searchPid);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -128,18 +167,242 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
|
||||
#region private
|
||||
|
||||
/// <summary>
|
||||
/// Method set the lastQuery and register to OnLoadingPlace-Event
|
||||
/// </summary>
|
||||
/// <param name="query">the query string</param>
|
||||
/// <param name="action">the event callback</param>
|
||||
private void SetLastQuery(string query, Action<string> action)
|
||||
{
|
||||
this.lastQuery = query;
|
||||
this.OnLoadingPlace = new CampusMapPage.LoadingPlace(action);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method shows certain places as hidden Pin
|
||||
/// </summary>
|
||||
/// <param name="query">the query string</param>
|
||||
private void ShowPlacesByQueryAsHiddenPin(string query)
|
||||
{
|
||||
if (!this.IsMapReady())
|
||||
{
|
||||
this.SetLastQuery(query, this.ShowPlacesByQueryAsHiddenPin);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ShowPlacesByQuery(query, MapPinModel.PinType.Hidden, false);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method shows certain places as search Pin
|
||||
/// </summary>
|
||||
/// <param name="query">the query string</param>
|
||||
private void ShowPlacesByQueryAsSearchPin(string query)
|
||||
{
|
||||
if (!this.IsMapReady())
|
||||
{
|
||||
this.SetLastQuery(query, this.ShowPlacesByQueryAsSearchPin);
|
||||
}
|
||||
else
|
||||
{
|
||||
bool allPlaces = false;
|
||||
if (Wp8StringManager.IsDigitsOnly(query))
|
||||
{
|
||||
allPlaces = true;
|
||||
}
|
||||
|
||||
this.ShowPlacesByQuery(query, MapPinModel.PinType.SearchPlace, allPlaces);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method show all places, which match with the query as a pin
|
||||
/// </summary>
|
||||
/// <param name="query">the query string</param>
|
||||
/// <param name="pintype">the type of the pin</param>
|
||||
/// <param name="allPlaces">if its true then send query to the place file otherwise to the CampusMapModel</param>
|
||||
private void ShowPlacesByQuery(string query, MapPinModel.PinType pintype, bool allPlaces)
|
||||
{
|
||||
this.AddPins(this.SearchPlaces(query, allPlaces), pintype);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method show all places by placeId
|
||||
/// </summary>
|
||||
/// <param name="placeId">the placeId</param>
|
||||
/// <param name="pintype">the type of the pin</param>
|
||||
/// <param name="allPlaces">if its true then send query to the place file otherwise to the CampusMapModel</param>
|
||||
private void ShowPlacesByPlaceId(string placeId, MapPinModel.PinType pintype, bool allPlaces)
|
||||
{
|
||||
this.AddPinsByPids(new List<string>() { placeId }, pintype, false, allPlaces);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method shows places by placeId from place file as search Pin
|
||||
/// </summary>
|
||||
/// <param name="placeId">the placeId</param>
|
||||
private void ShowAllPlacesByPlaceIdAsSearchPin(string placeId)
|
||||
{
|
||||
if (!this.IsMapReady())
|
||||
{
|
||||
this.SetLastQuery(placeId, this.ShowAllPlacesByPlaceIdAsSearchPin);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ShowPlacesByPlaceId(placeId, MapPinModel.PinType.SearchPlace, true);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method shows places by placeId from CampusMapModel as search Pin
|
||||
/// </summary>
|
||||
/// <param name="placeId">the placeId</param>
|
||||
private void ShowPlacesByPlaceIdAsSearchPin(string placeId)
|
||||
{
|
||||
if (!this.IsMapReady())
|
||||
{
|
||||
this.SetLastQuery(placeId, this.ShowPlacesByPlaceIdAsSearchPin);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ShowPlacesByPlaceId(placeId, MapPinModel.PinType.SearchPlace, false);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method show all buildings of a campus
|
||||
/// </summary>
|
||||
/// <param name="campusId">the id of the campus</param>
|
||||
private void ShowAllCampusBuilding(string campusId)
|
||||
{
|
||||
if (!this.IsMapReady())
|
||||
{
|
||||
this.SetLastQuery(campusId, this.ShowAllCampusBuilding);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.AddPins(this.campusMap.Spatial.Places.ToList(), MapPinModel.PinType.InfoPlace, false);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method check if the map loading is finish
|
||||
/// </summary>
|
||||
/// <returns>true, if the map is ready to use, otherwise false</returns>
|
||||
private bool IsMapReady()
|
||||
{
|
||||
if (this.campusMap == null || !this.campusMap.IsReady)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method will be execute if the place file is ready
|
||||
/// </summary>
|
||||
private void FileIsReady()
|
||||
{
|
||||
this.campusMap = new CBMainMapModel(this.file.Model.Places.ToList());
|
||||
this.MapCanvas.DataContext = this.campusMap;
|
||||
this.campusMap.ShowMapInfos += new CBMainMapModel.MapInfos(this.ShowMapInfo);
|
||||
if (this.OnLoadingPlace != null)
|
||||
{
|
||||
this.OnLoadingPlace(this.lastQuery);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>TextSearch click method.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
/// <param name="sender">caller object.</param>
|
||||
/// <param name="e"> some EventArgs.</param>
|
||||
private void SearchByText(object sender, RoutedEventArgs e)
|
||||
{
|
||||
string query = QString.Text.Trim();
|
||||
|
||||
if (query.Equals(string.Empty))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
this.ClearMap(new List<string>() { MapPinModel.SearchPlacePinString });
|
||||
this.ShowPlacesByQueryAsSearchPin(query);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method insert or remove the buildings pins
|
||||
/// </summary>
|
||||
/// <param name="sender">caller object.</param>
|
||||
/// <param name="e"> some EventArgs.</param>
|
||||
private void ShowBuildingsInformation(object sender, EventArgs e)
|
||||
{
|
||||
string menuText;
|
||||
if (!this.buildInfoEnable)
|
||||
{
|
||||
this.ShowAllCampusBuilding(string.Empty);
|
||||
this.buildInfoEnable = true;
|
||||
menuText = AppResources.CampusMapApp_DisableBuildInfo;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ClearMap(new List<string>() { MapPinModel.InfoPlacePinString });
|
||||
this.buildInfoEnable = false;
|
||||
menuText = AppResources.CampusMapApp_EnableBuildInfo;
|
||||
}
|
||||
|
||||
ApplicationBarMenuItem item = ApplicationBar.MenuItems[2] as ApplicationBarMenuItem;
|
||||
item.Text = menuText;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method clear the Map
|
||||
/// </summary>
|
||||
/// <param name="removeTags">(optional) tags of the UIElement</param>
|
||||
private void ClearMap(List<string> removeTags = null)
|
||||
{
|
||||
if (removeTags == null)
|
||||
{
|
||||
MapCanvas.Children.Clear();
|
||||
}
|
||||
else
|
||||
{
|
||||
List<UIElement> childs = MapCanvas.Children.ToList();
|
||||
foreach (UIElement child in childs)
|
||||
{
|
||||
Image childImg = child as Image;
|
||||
if (childImg == null || childImg.Tag == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
string imgTag = childImg.Tag.ToString().Trim();
|
||||
if (removeTags.Contains(imgTag))
|
||||
{
|
||||
MapCanvas.Children.Remove(child);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method adds pin to the map by given list of placeId
|
||||
/// </summary>
|
||||
/// <param name="pidList">list of placeId</param>
|
||||
/// <param name="pinType">type of pin</param>
|
||||
/// <param name="clearCanvas">(optional) if its true, clear canvas before adding</param>
|
||||
private void AddPinsByPids(List<string> pidList, MapPinModel.PinType pinType, bool clearCanvas = true)
|
||||
/// <param name="allPlaces">(optional) if its true, load place from place file, otherwise from CampusMapModel</param>
|
||||
private void AddPinsByPids(List<string> pidList, MapPinModel.PinType pinType, bool clearCanvas = true, bool allPlaces = false)
|
||||
{
|
||||
// clear canvas
|
||||
if (clearCanvas)
|
||||
{
|
||||
MapCanvas.Children.Clear();
|
||||
this.ClearMap();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ClearMap(new List<string>() { MapPinModel.PinTypeToString(pinType) });
|
||||
}
|
||||
|
||||
// null and empty list assert
|
||||
@@ -150,16 +413,25 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
|
||||
List<PlaceModel> placeList = new List<PlaceModel>();
|
||||
PlaceModel tmpPlace;
|
||||
SpsModel spatial;
|
||||
if (allPlaces)
|
||||
{
|
||||
spatial = this.file.Model;
|
||||
}
|
||||
else
|
||||
{
|
||||
spatial = this.campusMap.Spatial;
|
||||
}
|
||||
|
||||
foreach (string pid in pidList)
|
||||
{
|
||||
tmpPlace = this.map.Spatial.GetPlaceById(pid);
|
||||
tmpPlace = spatial.GetPlaceById(pid);
|
||||
if (tmpPlace != null)
|
||||
{
|
||||
placeList.Add(tmpPlace);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// add pins to map
|
||||
if (placeList.Count > 0)
|
||||
{
|
||||
@@ -167,15 +439,6 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Button click method.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
/// <param name="sender">caller object.</param>
|
||||
/// <param name="e"> some EventArgs.</param>
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
// this.AddPin(double.Parse(XPoint.Text), double.Parse(YPoint.Text));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method start a NFCScan
|
||||
/// </summary>
|
||||
@@ -185,7 +448,7 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
{
|
||||
MessageBoxes.ShowMainModelInfoMessageBox(AppResources.ScarNfc_Search);
|
||||
this.ProgressBar.Visibility = Visibility.Visible;
|
||||
this.device.SubscribeForMessage(Constants.NCFMessageType_NDEF, this.NDEFHandler);
|
||||
long id = this.device.SubscribeForMessage(Constants.NCFMessageType_NDEF, this.NDEFHandler);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -223,11 +486,11 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
// add pins to map
|
||||
if (this.Dispatcher != null)
|
||||
{
|
||||
this.Dispatcher.BeginInvoke(new Action(() => this.AddPinsByPids(new List<string>() { searchPid }, MapPinModel.PinType.SearchPlace)));
|
||||
this.Dispatcher.BeginInvoke(new Action(() => this.ShowAllPlacesByPlaceIdAsSearchPin(searchPid)));
|
||||
}
|
||||
else
|
||||
{
|
||||
this.AddPinsByPids(new List<string>() { searchPid }, MapPinModel.PinType.SearchPlace);
|
||||
this.ShowAllPlacesByPlaceIdAsSearchPin(searchPid);
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -236,8 +499,8 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
if (this.Dispatcher != null)
|
||||
{
|
||||
this.Dispatcher.BeginInvoke(new Action(() => MessageBoxes.ShowMainModelErrorMessageBox(AppResources.ScarNfc_Fail)));
|
||||
}
|
||||
else
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBoxes.ShowMainModelErrorMessageBox(AppResources.ScarNfc_Fail);
|
||||
}
|
||||
@@ -246,36 +509,36 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
if (this.Dispatcher != null)
|
||||
{
|
||||
this.Dispatcher.BeginInvoke(new Action(() => this.ProgressBar.Visibility = Visibility.Collapsed));
|
||||
}
|
||||
else
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ProgressBar.Visibility = Visibility.Collapsed;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Button click method.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
/// <param name="sender">caller object.</param>
|
||||
/// <param name="e"> some EventArgs.</param>
|
||||
private void Button_Click2(object sender, RoutedEventArgs e)
|
||||
{
|
||||
string query = QString.Text.Trim();
|
||||
|
||||
if (query.Equals(string.Empty))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
MapCanvas.Children.Clear();
|
||||
this.AddPins(this.SearchPlaces(query), MapPinModel.PinType.SearchPlace);
|
||||
}
|
||||
|
||||
/// <summary>Searches for the first places.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
/// <param name="query">The query.</param>
|
||||
/// <param name="allPlaces">(optional) if its true, search places in place file, otherwise in CampusMapModel</param>
|
||||
/// <returns>The found places.</returns>
|
||||
private List<PlaceModel> SearchPlaces(string query)
|
||||
private List<PlaceModel> SearchPlaces(string query, bool allPlaces = false)
|
||||
{
|
||||
SpsModel spatial;
|
||||
if (allPlaces)
|
||||
{
|
||||
spatial = this.file.Model;
|
||||
}
|
||||
else
|
||||
{
|
||||
spatial = this.campusMap.Spatial;
|
||||
}
|
||||
|
||||
// if query is an id
|
||||
if (Wp8StringManager.IsDigitsOnly(query))
|
||||
{
|
||||
return new List<PlaceModel>() { spatial.GetPlaceById(query) };
|
||||
}
|
||||
|
||||
if (this.informationsNames == null)
|
||||
{
|
||||
this.informationsNames = new List<string>();
|
||||
@@ -284,7 +547,7 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
this.informationsNames.Add(Constants.PisInformationName_ShortName);
|
||||
}
|
||||
|
||||
return this.map.Spatial.GetPlacesByInformation(query, true, this.informationsNames);
|
||||
return spatial.GetPlacesByInformation(query, true, this.informationsNames);
|
||||
}
|
||||
|
||||
/// <summary>Adds the pins.</summary>
|
||||
@@ -296,6 +559,11 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
{
|
||||
foreach (PlaceModel place in places)
|
||||
{
|
||||
if (place == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
GeoCoordinate coor = place.GeoRefPoint;
|
||||
if (coor != null)
|
||||
{
|
||||
@@ -315,8 +583,8 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
/// <param name="assocPlaces">(Optional) List of places, whose are associative with the pin</param>
|
||||
private void AddPin(double x, double y, MapPinModel.PinType type, bool scroll = true, List<PlaceModel> assocPlaces = null)
|
||||
{
|
||||
Point scrollPoint = this.map.GetScrollPoint(this.map.ConverToPixelPoint(this.map.ConverToMapPoint(x, y)));
|
||||
MapCanvas.Children.Add(this.map.AddPinFromRefPoint(this.map.ConverToPixelPoint(this.map.ConverToMapPoint(x, y)), type, assocPlaces));
|
||||
Point scrollPoint = this.campusMap.GetScrollPoint(this.campusMap.ConverToPixelPoint(this.campusMap.ConverToMapPoint(x, y)));
|
||||
MapCanvas.Children.Add(this.campusMap.AddPinFromRefPoint(this.campusMap.ConverToPixelPoint(this.campusMap.ConverToMapPoint(x, y)), type, assocPlaces));
|
||||
|
||||
MapScroller.UpdateLayout();
|
||||
if (scroll)
|
||||
@@ -324,9 +592,6 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
MapScroller.ScrollToVerticalOffset(scrollPoint.Y);
|
||||
MapScroller.ScrollToHorizontalOffset(scrollPoint.X);
|
||||
}
|
||||
|
||||
// XPoint.Text = x.ToString();
|
||||
// YPoint.Text = y.ToString();
|
||||
}
|
||||
|
||||
/// <summary>On clicking the update button in the ApplicationBar.</summary>
|
||||
@@ -397,6 +662,7 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ClearMap(new List<string>() { MapPinModel.CurrendPositionPlacePinString });
|
||||
this.SetPinToPosition(lat, log, MapPinModel.PinType.CurrentPosition, scroll);
|
||||
}
|
||||
}
|
||||
@@ -432,12 +698,67 @@ namespace CampusAppWP8.Pages.Campusmap
|
||||
msgText += AppResources.PlaceLabel_Name + ": ";
|
||||
msgText += place.GetInformationsValue(Constants.PisInformationName_Name);
|
||||
msgText = Wp8StringManager.AddNewLine(msgText);
|
||||
msgText += AppResources.PlaceLabel_ShortDesc + ": ";
|
||||
msgText += place.GetInformationsValue(Constants.PisInformationName_ShortDesc);
|
||||
msgText = Wp8StringManager.AddNewLine(msgText);
|
||||
|
||||
string type = place.GetInformationsValue(Constants.PisInformationName_Typ);
|
||||
if (type != null)
|
||||
{
|
||||
msgText += AppResources.PlaceLabel_Type + ": ";
|
||||
msgText += type;
|
||||
msgText = Wp8StringManager.AddNewLine(msgText);
|
||||
}
|
||||
|
||||
string shortDesc = place.GetInformationsValue(Constants.PisInformationName_ShortDesc);
|
||||
if (shortDesc != null)
|
||||
{
|
||||
msgText += AppResources.PlaceLabel_ShortDesc + ": ";
|
||||
msgText += shortDesc;
|
||||
msgText = Wp8StringManager.AddNewLine(msgText);
|
||||
}
|
||||
|
||||
string access = place.GetInformationsValue(Constants.PisInformationName_Accesbility);
|
||||
if (access != null)
|
||||
{
|
||||
msgText += AppResources.PlaceLabel_Accessbility + ": ";
|
||||
msgText += access;
|
||||
msgText = Wp8StringManager.AddNewLine(msgText);
|
||||
}
|
||||
}
|
||||
|
||||
MessageBoxes.ShowMainModelInfoMessageBox(msgText);
|
||||
|
||||
foreach (PlaceModel place in places)
|
||||
{
|
||||
if (place.ParentId.Equals(this.campusMap.CampusId) && this.HasRooms(place.PlaceId))
|
||||
{
|
||||
MessageBoxResult msgResult = MessageBoxes.ShowPlaceInfoOkCancelMessageBox(AppResources.MsgBox_ShowRoomList);
|
||||
if (msgResult.Equals(MessageBoxResult.OK))
|
||||
{
|
||||
string urlString = Constants.PathCampusmap_RoomListPage;
|
||||
urlString += "?" + Constants.ParamBuildingId + "=" + place.PlaceId;
|
||||
Uri url = new Uri(urlString as string, UriKind.Relative);
|
||||
this.NavigationService.Navigate(url);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method check if a certain place has some rooms
|
||||
/// </summary>
|
||||
/// <param name="placeId">the place id</param>
|
||||
/// <returns>true, if the place has got rooms, otherwise false</returns>
|
||||
private bool HasRooms(string placeId)
|
||||
{
|
||||
foreach (PlaceModel place in this.file.Model.Places)
|
||||
{
|
||||
if (place.ParentId.Equals(placeId))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
48
CampusAppWP8/CampusAppWP8/Pages/Campusmap/RoomListPage.xaml
Normal file
@@ -0,0 +1,48 @@
|
||||
<phone:PhoneApplicationPage
|
||||
x:Class="CampusAppWP8.Pages.Campusmap.RoomListPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
|
||||
xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:lui="clr-namespace:CampusAppWP8.Utility.Lui.Button"
|
||||
mc:Ignorable="d"
|
||||
FontFamily="{StaticResource PhoneFontFamilyNormal}"
|
||||
FontSize="{StaticResource PhoneFontSizeNormal}"
|
||||
Foreground="{StaticResource PhoneForegroundBrush}"
|
||||
SupportedOrientations="Portrait" Orientation="Portrait"
|
||||
shell:SystemTray.IsVisible="True">
|
||||
|
||||
<!--LayoutRoot ist das Stammraster, in dem alle anderen Seiteninhalte platziert werden-->
|
||||
<Grid x:Name="LayoutRoot" Background="Transparent">
|
||||
<!--Pivotsteuerelement-->
|
||||
<phone:Pivot Name="RoomPivot" Title="{Binding LocalizedResources.CampusMapApp_Title, Source={StaticResource LocalizedStrings}}">
|
||||
<phone:Pivot.HeaderTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Text="{Binding Key}" />
|
||||
</DataTemplate>
|
||||
</phone:Pivot.HeaderTemplate>
|
||||
<phone:Pivot.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<ListBox ItemsSource="{Binding Value.Rooms.Places}">
|
||||
<ListBox.ItemContainerStyle>
|
||||
<Style TargetType="ListBoxItem">
|
||||
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
|
||||
<Setter Property="HorizontalAlignment" Value="Stretch"/>
|
||||
</Style>
|
||||
</ListBox.ItemContainerStyle>
|
||||
<ListBox.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<lui:GoToMapButton SearchTerm="{Binding PlaceId}" Style="{StaticResource ListButtonStyle}">
|
||||
<TextBlock Text="{Binding Caption}"/>
|
||||
</lui:GoToMapButton>
|
||||
</DataTemplate>
|
||||
</ListBox.ItemTemplate>
|
||||
</ListBox>
|
||||
</DataTemplate>
|
||||
</phone:Pivot.ItemTemplate>
|
||||
</phone:Pivot>
|
||||
</Grid>
|
||||
|
||||
</phone:PhoneApplicationPage>
|
||||
162
CampusAppWP8/CampusAppWP8/Pages/Campusmap/RoomListPage.xaml.cs
Normal file
@@ -0,0 +1,162 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// <copyright file="RoomListPage.xaml.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>23.09.2013</sience>
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
namespace CampusAppWP8.Pages.Campusmap
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Navigation;
|
||||
using CampusAppWP8.File.Places;
|
||||
using CampusAppWP8.Model.GeoDb;
|
||||
using CampusAppWP8.Resources;
|
||||
using Microsoft.Phone.Controls;
|
||||
using CampusAppWP8.Utility.Lui.MessageBoxes;
|
||||
|
||||
/// <summary>
|
||||
/// Class of the RoomListPage
|
||||
/// </summary>
|
||||
public partial class RoomListPage : PhoneApplicationPage
|
||||
{
|
||||
#region Members
|
||||
/// <summary>
|
||||
/// Variable of placeFile
|
||||
/// </summary>
|
||||
private PlacesFile placeFile;
|
||||
|
||||
/// <summary>
|
||||
/// Variable of building which is shown in the list
|
||||
/// </summary>
|
||||
private CampusBuildingModel building;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="RoomListPage" /> class.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
public RoomListPage()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
||||
#region protected
|
||||
|
||||
/// <summary>Methods overrides the OnNavigatedTo-Method.</summary>
|
||||
/// <remarks>Stubbfel, 19.08.2013.</remarks>
|
||||
/// <param name="e">some NavigationEventArgs.</param>
|
||||
protected override void OnNavigatedTo(NavigationEventArgs e)
|
||||
{
|
||||
base.OnNavigatedTo(e);
|
||||
|
||||
if (this.placeFile == null)
|
||||
{
|
||||
this.placeFile = new PlacesFile();
|
||||
this.placeFile.OnLoaded += new PlacesFile.OnIO(this.PlacesFileIsReady);
|
||||
this.placeFile.OnFailedLoad += new PlacesFile.OnFailed(this.PlacesFileIsFail);
|
||||
this.placeFile.LoadData();
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region private
|
||||
/// <summary>
|
||||
/// Callback of the PlaceFile, if load failed
|
||||
/// </summary>
|
||||
private void PlacesFileIsFail()
|
||||
{
|
||||
MessageBoxes.ShowMainModelErrorMessageBox(AppResources.MsgBox_ErrorMainModelLoad);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Callback of the PlaceFile, if load was successful
|
||||
/// </summary>
|
||||
private void PlacesFileIsReady()
|
||||
{
|
||||
if (this.placeFile.Model != null)
|
||||
{
|
||||
this.SetupPivot();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method setup the PivotElement
|
||||
/// </summary>
|
||||
private void SetupPivot()
|
||||
{
|
||||
if (NavigationContext.QueryString.ContainsKey(Constants.ParamBuildingId))
|
||||
{
|
||||
this.building = new CampusBuildingModel(NavigationContext.QueryString[Constants.ParamBuildingId], this.placeFile.Model.Places.ToList());
|
||||
|
||||
if (this.building != null && this.building.Layers != null && this.building.Layers.Count > 0)
|
||||
{
|
||||
this.SetCaptionsToRooms();
|
||||
this.RoomPivot.ItemsSource = this.GetSortedLayers(this.building);
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBoxes.ShowMainModelErrorMessageBox(AppResources.MsgBox_ErrorMainModelLoad);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBoxes.ShowMainModelErrorMessageBox(AppResources.MsgBox_ErrorMainModelLoad);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method sorts the Layers
|
||||
/// </summary>
|
||||
/// <param name="build"> building of the layers </param>
|
||||
/// <returns>sorted Dictionary</returns>
|
||||
private Dictionary<string, CampusBuildingLayerModel> GetSortedLayers(CampusBuildingModel build)
|
||||
{
|
||||
Dictionary<string, CampusBuildingLayerModel> result = new Dictionary<string, CampusBuildingLayerModel>();
|
||||
foreach (CampusBuildingLayerModel layer in build.Layers.Values)
|
||||
{
|
||||
var sortRom = from place in layer.Rooms.Places
|
||||
orderby place.GetInformationsValue(Constants.PisInformationName_Typ), place.GetInformationsValue(Constants.PisInformationName_Name)
|
||||
select place;
|
||||
result.Add(layer.LayerId, new CampusBuildingLayerModel(layer.LayerId, sortRom.ToList()));
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method set all rooms a formatted string , which will be show as buttonContent
|
||||
/// </summary>
|
||||
private void SetCaptionsToRooms()
|
||||
{
|
||||
string name;
|
||||
string type;
|
||||
foreach (CampusBuildingLayerModel layer in this.building.Layers.Values)
|
||||
{
|
||||
foreach (PlaceModel place in layer.Rooms.Places)
|
||||
{
|
||||
name = place.GetInformationsValue(Constants.PisInformationName_Name);
|
||||
type = place.GetInformationsValue(Constants.PisInformationName_Typ);
|
||||
if (name != null && type != null)
|
||||
{
|
||||
place.Caption = name + " (" + type + ")";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,7 @@ namespace CampusAppWP8.Pages.Dev
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices.WindowsRuntime;
|
||||
using System.Windows;
|
||||
using System.Windows.Navigation;
|
||||
@@ -18,6 +19,7 @@ namespace CampusAppWP8.Pages.Dev
|
||||
using CampusAppWP8.Utility.NDEF;
|
||||
using Microsoft.Phone.Controls;
|
||||
using Windows.Networking.Proximity;
|
||||
using CampusAppWP8.File.Places;
|
||||
|
||||
/// <summary>Nfc page.</summary>
|
||||
/// <remarks>Stubbfel, 22.08.2013.</remarks>
|
||||
@@ -34,6 +36,8 @@ namespace CampusAppWP8.Pages.Dev
|
||||
/// <summary>List of ndefs.</summary>
|
||||
private List<NDEFMessage> ndefList;
|
||||
|
||||
private PlacesFile file;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
@@ -43,14 +47,30 @@ namespace CampusAppWP8.Pages.Dev
|
||||
public NFC()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
|
||||
if (this.file == null)
|
||||
{
|
||||
this.file = new PlacesFile();
|
||||
}
|
||||
|
||||
this.file.OnLoaded += new PlacesFile.OnIO(this.FileIsReady);
|
||||
this.file.LoadData();
|
||||
|
||||
|
||||
|
||||
this.actNDEFIndex = 0;
|
||||
}
|
||||
|
||||
private void FileIsReady()
|
||||
{
|
||||
this.ndefList = new List<NDEFMessage>();
|
||||
MapModel map = new CBMainMapModel();
|
||||
MapModel map = new CBMainMapModel(this.file.Model.Places.ToList());
|
||||
foreach (PlaceModel place in map.Spatial.Places)
|
||||
{
|
||||
this.ndefList.Add(new NDEFMessage(place.ToNfcString(), NDEFMessage.TYPEVAL.TEXT));
|
||||
}
|
||||
|
||||
this.actNDEFIndex = 0;
|
||||
this.Writecontent.Text = this.ndefList[this.actNDEFIndex].GetContent();
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -65,7 +85,6 @@ namespace CampusAppWP8.Pages.Dev
|
||||
protected override void OnNavigatedTo(NavigationEventArgs e)
|
||||
{
|
||||
base.OnNavigatedTo(e);
|
||||
this.Writecontent.Text = this.ndefList[this.actNDEFIndex].GetContent();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -19,6 +19,7 @@ namespace CampusAppWP8.Pages.Dev
|
||||
using System.Windows;
|
||||
using System.Windows.Media.Imaging;
|
||||
using CampusAppWP8.Resources;
|
||||
using CampusAppWP8.Utility;
|
||||
using Microsoft.Devices;
|
||||
using Microsoft.Phone.Controls;
|
||||
using ZXing;
|
||||
@@ -35,20 +36,23 @@ namespace CampusAppWP8.Pages.Dev
|
||||
|
||||
/// <summary>Thread for transfer the preview image to the reader.</summary>
|
||||
private Thread captureThread = null;
|
||||
|
||||
|
||||
/// <summary>For ending the thread.</summary>
|
||||
private volatile bool captureThreadExit = false;
|
||||
|
||||
|
||||
/// <summary>QR reader object.</summary>
|
||||
private IBarcodeReader barcodeReader = null;
|
||||
|
||||
|
||||
/// <summary>Bitmap for transfer the camera image to the reader.</summary>
|
||||
private WriteableBitmap bit = null;
|
||||
|
||||
/// <summary>true if this object is in autofocus. </summary>
|
||||
private bool isInAutofocus = false;
|
||||
|
||||
private string ResultAppStoreKey;
|
||||
/// <summary>
|
||||
/// Variable for the storage key of the result
|
||||
/// </summary>
|
||||
private string resultAppStoreKey;
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -77,15 +81,15 @@ namespace CampusAppWP8.Pages.Dev
|
||||
{
|
||||
if (NavigationContext.QueryString.ContainsKey(Constants.ParamQRResultKey))
|
||||
{
|
||||
this.ResultAppStoreKey = NavigationContext.QueryString[Constants.ParamQRResultKey];
|
||||
this.resultAppStoreKey = NavigationContext.QueryString[Constants.ParamQRResultKey];
|
||||
}
|
||||
|
||||
this.cam = new PhotoCamera(CameraType.Primary);
|
||||
this.cam.Initialized += new EventHandler<CameraOperationCompletedEventArgs>(this.Cam_Initialized);
|
||||
this.cam.AutoFocusCompleted += new EventHandler<CameraOperationCompletedEventArgs>(this.Cam_AutoFocusCompl);
|
||||
this.bit = new WriteableBitmap((int)this.cam.PreviewResolution.Width, (int)this.cam.PreviewResolution.Height);
|
||||
|
||||
|
||||
this.camViewBrush.SetSource(this.cam);
|
||||
this.isInAutofocus = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -95,7 +99,7 @@ namespace CampusAppWP8.Pages.Dev
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Is called when this page will not be the current page of a frame.
|
||||
/// </summary>
|
||||
@@ -106,7 +110,7 @@ namespace CampusAppWP8.Pages.Dev
|
||||
{
|
||||
this.captureThreadExit = true;
|
||||
this.captureThread.Join();
|
||||
|
||||
|
||||
this.cam.Dispose();
|
||||
|
||||
this.bit = null;
|
||||
@@ -123,23 +127,23 @@ namespace CampusAppWP8.Pages.Dev
|
||||
|
||||
switch (e.Orientation)
|
||||
{
|
||||
case PageOrientation.Landscape:
|
||||
this.camViewBrushTransform.Rotation = 0;
|
||||
case PageOrientation.Landscape:
|
||||
this.camViewBrushTransform.Rotation = 0;
|
||||
break;
|
||||
case PageOrientation.LandscapeLeft:
|
||||
this.camViewBrushTransform.Rotation = 0;
|
||||
case PageOrientation.LandscapeLeft:
|
||||
this.camViewBrushTransform.Rotation = 0;
|
||||
break;
|
||||
case PageOrientation.LandscapeRight:
|
||||
this.camViewBrushTransform.Rotation = 180;
|
||||
case PageOrientation.LandscapeRight:
|
||||
this.camViewBrushTransform.Rotation = 180;
|
||||
break;
|
||||
case PageOrientation.Portrait:
|
||||
this.camViewBrushTransform.Rotation = 90;
|
||||
case PageOrientation.Portrait:
|
||||
this.camViewBrushTransform.Rotation = 90;
|
||||
break;
|
||||
case PageOrientation.PortraitUp:
|
||||
this.camViewBrushTransform.Rotation = 90;
|
||||
case PageOrientation.PortraitUp:
|
||||
this.camViewBrushTransform.Rotation = 90;
|
||||
break;
|
||||
case PageOrientation.PortraitDown:
|
||||
this.camViewBrushTransform.Rotation = 270;
|
||||
case PageOrientation.PortraitDown:
|
||||
this.camViewBrushTransform.Rotation = 270;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -187,11 +191,11 @@ namespace CampusAppWP8.Pages.Dev
|
||||
if (this.cam.IsFocusAtPointSupported == true)
|
||||
{
|
||||
Point pos = e.GetPosition(this.camView);
|
||||
|
||||
|
||||
this.cam.FocusAtPoint(
|
||||
pos.Y / this.camView.ActualHeight,
|
||||
pos.Y / this.camView.ActualHeight,
|
||||
1.0 - (pos.X / this.camView.ActualWidth));
|
||||
|
||||
|
||||
this.isInAutofocus = true;
|
||||
}
|
||||
else if (this.cam.IsFocusSupported == true)
|
||||
@@ -212,15 +216,26 @@ namespace CampusAppWP8.Pages.Dev
|
||||
Array.Copy(img, this.bit.Pixels, img.Length);
|
||||
|
||||
var result = this.barcodeReader.Decode(this.bit);
|
||||
|
||||
|
||||
if (result != null)
|
||||
{
|
||||
Dispatcher.BeginInvoke(delegate
|
||||
{
|
||||
if (this.ResultAppStoreKey != null)
|
||||
if (this.resultAppStoreKey != null)
|
||||
{
|
||||
App.SaveToIsolatedStorage(this.ResultAppStoreKey, result.Text);
|
||||
NavigationService.GoBack();
|
||||
if (NavigationService.CanGoBack)
|
||||
{
|
||||
App.SaveToIsolatedStorage(this.resultAppStoreKey, result.Text);
|
||||
NavigationService.GoBack();
|
||||
}
|
||||
else
|
||||
{
|
||||
string pid = Wp8StringManager.FilterPlaceIdinQRResultString(result.Text);
|
||||
string urlString = Constants.PathCampusmap_Campusmap;
|
||||
urlString += "?" + Constants.ParamModelMap_SearchTermAlias + "=" + pid;
|
||||
Uri url = new Uri(urlString as string, UriKind.Relative);
|
||||
NavigationService.Navigate(url);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -246,7 +261,7 @@ namespace CampusAppWP8.Pages.Dev
|
||||
|
||||
this.OnCaptureImage(buffer, (int)resolution.Width, (int)resolution.Height);
|
||||
}
|
||||
|
||||
|
||||
System.Threading.Thread.Sleep(1000);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -418,7 +418,6 @@ namespace CampusAppWP8.Pages.PlaceNews
|
||||
txt.Text = place.GetInformationsValue(Constants.PisInformationName_Name);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>Handler, called when the ndef.</summary>
|
||||
/// <remarks>Stubbfel, 22.08.2013.</remarks>
|
||||
/// <param name="sender"> The sender.</param>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
|
||||
<DefaultLanguage xmlns="" code="de-DE" />
|
||||
<App xmlns="" ProductID="{120b88cc-f3f0-4c5a-a3fd-c26e835338cc}" Title="CampusAppWP8" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="CampusAppWP8 author" Description="Die BTU-CampusApp für WP8" Publisher="CampusAppWP8" PublisherID="{3511cc48-91b0-4ffb-9023-b69a81021a46}">
|
||||
<IconPath IsRelative="true" IsResource="false">Assets\Tiles\kachel_small.png</IconPath>
|
||||
<App xmlns="" ProductID="{120b88cc-f3f0-4c5a-a3fd-c26e835338cc}" Title="BTU-CampusApp" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="CampusAppWP8 author" Description="Die BTU-CampusApp für WP8" Publisher="CampusAppWP8" PublisherID="{3511cc48-91b0-4ffb-9023-b69a81021a46}">
|
||||
<IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath>
|
||||
<Capabilities>
|
||||
<Capability Name="ID_CAP_NETWORKING" />
|
||||
<Capability Name="ID_CAP_SENSORS" />
|
||||
@@ -22,27 +22,30 @@
|
||||
</Tasks>
|
||||
<Tokens>
|
||||
<PrimaryToken TokenID="CampusAppWP8Token" TaskName="_default">
|
||||
<TemplateFlip>
|
||||
<TemplateIconic>
|
||||
<SmallImageURI IsRelative="true" IsResource="false">Assets\Tiles\kachel_small.png</SmallImageURI>
|
||||
<Count>0</Count>
|
||||
<BackgroundImageURI IsRelative="true" IsResource="false">Assets\Tiles\kachel_medium.png</BackgroundImageURI>
|
||||
<Title>CampusAppWP8</Title>
|
||||
<BackContent>
|
||||
</BackContent>
|
||||
<BackBackgroundImageURI>
|
||||
</BackBackgroundImageURI>
|
||||
<BackTitle>
|
||||
</BackTitle>
|
||||
<LargeBackgroundImageURI IsRelative="true" IsResource="false">Assets\Tiles\kachel_large.png</LargeBackgroundImageURI>
|
||||
<LargeBackContent />
|
||||
<LargeBackBackgroundImageURI IsRelative="true" IsResource="false">
|
||||
</LargeBackBackgroundImageURI>
|
||||
<DeviceLockImageURI>
|
||||
</DeviceLockImageURI>
|
||||
<IconImageURI IsRelative="true" IsResource="false">Assets\Tiles\kachel_medium.png</IconImageURI>
|
||||
<Title>BTU-CampusApp</Title>
|
||||
<Message>
|
||||
</Message>
|
||||
<BackgroundColor>
|
||||
</BackgroundColor>
|
||||
<HasLarge>True</HasLarge>
|
||||
</TemplateFlip>
|
||||
<LargeContent1>
|
||||
</LargeContent1>
|
||||
<LargeContent2>
|
||||
</LargeContent2>
|
||||
<LargeContent3>
|
||||
</LargeContent3>
|
||||
<DeviceLockImageURI IsRelative="true" IsResource="false">
|
||||
</DeviceLockImageURI>
|
||||
</TemplateIconic>
|
||||
</PrimaryToken>
|
||||
</Tokens>
|
||||
<Extensions>
|
||||
<Extension ExtensionName="Camera_Capture_App" ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5631}" TaskID="_default" />
|
||||
</Extensions>
|
||||
<ScreenResolutions>
|
||||
<ScreenResolution Name="ID_RESOLUTION_WVGA" />
|
||||
<ScreenResolution Name="ID_RESOLUTION_WXGA" />
|
||||
|
||||
@@ -141,6 +141,24 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Gebäudeinfos ausblenden ähnelt.
|
||||
/// </summary>
|
||||
public static string CampusMapApp_DisableBuildInfo {
|
||||
get {
|
||||
return ResourceManager.GetString("CampusMapApp_DisableBuildInfo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Gebäudeinfos einblenden ähnelt.
|
||||
/// </summary>
|
||||
public static string CampusMapApp_EnableBuildInfo {
|
||||
get {
|
||||
return ResourceManager.GetString("CampusMapApp_EnableBuildInfo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Info via NFC ähnelt.
|
||||
/// </summary>
|
||||
@@ -627,6 +645,15 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Für dieses Gebäude gibt es eine Raumübersicht. Soll diese angezeigt werden? ähnelt.
|
||||
/// </summary>
|
||||
public static string MsgBox_ShowRoomList {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgBox_ShowRoomList", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die News ähnelt.
|
||||
/// </summary>
|
||||
@@ -735,6 +762,15 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Barrierefreiheit ähnelt.
|
||||
/// </summary>
|
||||
public static string PlaceLabel_Accessbility {
|
||||
get {
|
||||
return ResourceManager.GetString("PlaceLabel_Accessbility", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt.
|
||||
/// </summary>
|
||||
@@ -753,6 +789,15 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Type ähnelt.
|
||||
/// </summary>
|
||||
public static string PlaceLabel_Type {
|
||||
get {
|
||||
return ResourceManager.GetString("PlaceLabel_Type", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Placenews ähnelt.
|
||||
/// </summary>
|
||||
|
||||
@@ -452,4 +452,19 @@
|
||||
<data name="ScarNfc_Search" xml:space="preserve">
|
||||
<value>Bitte halten Sie das Handy vor dem NFC-Tag</value>
|
||||
</data>
|
||||
<data name="PlaceLabel_Accessbility" xml:space="preserve">
|
||||
<value>Barrierefreiheit</value>
|
||||
</data>
|
||||
<data name="CampusMapApp_DisableBuildInfo" xml:space="preserve">
|
||||
<value>Gebäudeinfos ausblenden</value>
|
||||
</data>
|
||||
<data name="CampusMapApp_EnableBuildInfo" xml:space="preserve">
|
||||
<value>Gebäudeinfos einblenden</value>
|
||||
</data>
|
||||
<data name="MsgBox_ShowRoomList" xml:space="preserve">
|
||||
<value>Für dieses Gebäude gibt es eine Raumübersicht. Soll diese angezeigt werden?</value>
|
||||
</data>
|
||||
<data name="PlaceLabel_Type" xml:space="preserve">
|
||||
<value>Type</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -525,4 +525,31 @@
|
||||
<data name="NCFMessageType_NDEF" xml:space="preserve">
|
||||
<value>NDEF</value>
|
||||
</data>
|
||||
<data name="ParamBuildingId" xml:space="preserve">
|
||||
<value>BuildingId</value>
|
||||
</data>
|
||||
<data name="PathCampusmap_RoomListPage" xml:space="preserve">
|
||||
<value>/Pages/Campusmap/RoomListPage.xaml</value>
|
||||
</data>
|
||||
<data name="PisInformationName_Layer" xml:space="preserve">
|
||||
<value>Ebene</value>
|
||||
</data>
|
||||
<data name="PisInformationName_Accesbility" xml:space="preserve">
|
||||
<value>Barrierefreiheit</value>
|
||||
</data>
|
||||
<data name="PathApp_StartPage" xml:space="preserve">
|
||||
<value>/Pages/StartPage.xaml</value>
|
||||
</data>
|
||||
<data name="PinType_CurrentPosition" xml:space="preserve">
|
||||
<value>CurrentPositionPin</value>
|
||||
</data>
|
||||
<data name="PinType_Hidden" xml:space="preserve">
|
||||
<value>HiddenPin</value>
|
||||
</data>
|
||||
<data name="PinType_Info" xml:space="preserve">
|
||||
<value>InfoPin</value>
|
||||
</data>
|
||||
<data name="PinType_Search" xml:space="preserve">
|
||||
<value>SearchPin</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -573,6 +573,15 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die BuildingId ähnelt.
|
||||
/// </summary>
|
||||
public static string ParamBuildingId {
|
||||
get {
|
||||
return ResourceManager.GetString("ParamBuildingId", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Studiengang ähnelt.
|
||||
/// </summary>
|
||||
@@ -690,6 +699,15 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die /Pages/StartPage.xaml ähnelt.
|
||||
/// </summary>
|
||||
public static string PathApp_StartPage {
|
||||
get {
|
||||
return ResourceManager.GetString("PathApp_StartPage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die /Pages/Campusmap/CampusMapPage.xaml ähnelt.
|
||||
/// </summary>
|
||||
@@ -699,6 +717,15 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die /Pages/Campusmap/RoomListPage.xaml ähnelt.
|
||||
/// </summary>
|
||||
public static string PathCampusmap_RoomListPage {
|
||||
get {
|
||||
return ResourceManager.GetString("PathCampusmap_RoomListPage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die /Pages/Departments/DepartmentFavoritePage.xaml ähnelt.
|
||||
/// </summary>
|
||||
@@ -924,6 +951,42 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die CurrentPositionPin ähnelt.
|
||||
/// </summary>
|
||||
public static string PinType_CurrentPosition {
|
||||
get {
|
||||
return ResourceManager.GetString("PinType_CurrentPosition", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die HiddenPin ähnelt.
|
||||
/// </summary>
|
||||
public static string PinType_Hidden {
|
||||
get {
|
||||
return ResourceManager.GetString("PinType_Hidden", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die InfoPin ähnelt.
|
||||
/// </summary>
|
||||
public static string PinType_Info {
|
||||
get {
|
||||
return ResourceManager.GetString("PinType_Info", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die SearchPin ähnelt.
|
||||
/// </summary>
|
||||
public static string PinType_Search {
|
||||
get {
|
||||
return ResourceManager.GetString("PinType_Search", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die iname ähnelt.
|
||||
/// </summary>
|
||||
@@ -942,6 +1005,24 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Barrierefreiheit ähnelt.
|
||||
/// </summary>
|
||||
public static string PisInformationName_Accesbility {
|
||||
get {
|
||||
return ResourceManager.GetString("PisInformationName_Accesbility", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Ebene ähnelt.
|
||||
/// </summary>
|
||||
public static string PisInformationName_Layer {
|
||||
get {
|
||||
return ResourceManager.GetString("PisInformationName_Layer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt.
|
||||
/// </summary>
|
||||
@@ -308,6 +308,17 @@ namespace CampusAppWP8.Resources
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the uri string of the PlaceInfo icon.
|
||||
/// </summary>
|
||||
public static string PlaceInfo
|
||||
{
|
||||
get
|
||||
{
|
||||
return Themerize("placeinfo_159.png");
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the uri string of the Practise icon.
|
||||
/// </summary>
|
||||
|
||||
@@ -195,6 +195,9 @@
|
||||
<data name="Pig" xml:space="preserve">
|
||||
<value>info_159.png</value>
|
||||
</data>
|
||||
<data name="PlaceInfo" xml:space="preserve">
|
||||
<value>placeinfo_159.png</value>
|
||||
</data>
|
||||
<data name="Practise" xml:space="preserve">
|
||||
<value>practise_159.png</value>
|
||||
</data>
|
||||
|
||||
43
CampusAppWP8/CampusAppWP8/Utility/AppUriMapper.cs
Normal file
@@ -0,0 +1,43 @@
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AppUriMapper.cs" company="BTU/IIT">
|
||||
// Company copyright tag.
|
||||
// </copyright>
|
||||
// <author>stubbfel</author>
|
||||
// <sience>26.09.2013</sience>
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
namespace CampusAppWP8.Utility
|
||||
{
|
||||
using System;
|
||||
using System.Windows.Navigation;
|
||||
using CampusAppWP8.Resources;
|
||||
|
||||
/// <summary>
|
||||
/// Class map Uri to AppPages
|
||||
/// </summary>
|
||||
public class AppUriMapper : UriMapperBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Method overrides MapUri from UriMapperBase
|
||||
/// </summary>
|
||||
/// <param name="uri">the url</param>
|
||||
/// <returns>the mapped url</returns>
|
||||
public override Uri MapUri(Uri uri)
|
||||
{
|
||||
string tempUri = uri.ToString();
|
||||
|
||||
// Look for a URI from the lens picker.
|
||||
if (tempUri.Contains("ViewfinderLaunch"))
|
||||
{
|
||||
// Launch as a lens, launch viewfinder screen.
|
||||
tempUri = Constants.PathQR_QRPage;
|
||||
tempUri += "?" + Constants.ParamQRResultKey + "=" + Constants.CampusMapApp_QRCodeSearchResultStorageKey;
|
||||
Uri url = new Uri(tempUri as string, UriKind.Relative);
|
||||
return new Uri(tempUri, UriKind.Relative);
|
||||
}
|
||||
|
||||
// Otherwise perform normal launch.
|
||||
return uri;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -54,6 +54,15 @@ namespace CampusAppWP8.Utility.Lui.MessageBoxes
|
||||
return MessageBox.Show(text, AppResources.MsgBox_PlaceInfoHeader, MessageBoxButton.OK);
|
||||
}
|
||||
|
||||
/// <summary>Shows the place information message box (OKCancel-Box).</summary>
|
||||
/// <remarks>Stubbfel, 10.09.2013.</remarks>
|
||||
/// <param name="text">custom text for the box.</param>
|
||||
/// <returns>result of the UserInteraction</returns>
|
||||
public static MessageBoxResult ShowPlaceInfoOkCancelMessageBox(string text)
|
||||
{
|
||||
return MessageBox.Show(text, AppResources.MsgBox_PlaceInfoHeader, MessageBoxButton.OKCancel);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,7 +127,7 @@ namespace CampusAppWP8.Utility
|
||||
}
|
||||
else
|
||||
{
|
||||
retValue.AddRange(GetChild(child as DependencyObject, elemName));
|
||||
retValue.AddRange(Utilities.GetChild(child as DependencyObject, elemName));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -153,12 +153,15 @@ $(document).ready(function(){initNavTree('annotated.html','');});
|
||||
<tr id="row_0_2_2_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html" target="_self">PlacesFile</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_file_1_1_places.html">Places</a> file.</td></tr>
|
||||
<tr id="row_0_3_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_0_3_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model.html" target="_self">Model</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_0_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_0_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_campusmap.html" target="_self">Campusmap</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_0_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html" target="_self">CBMainMapModel</a></td><td class="desc">Class for the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" title="This Class manage the properties of a Map ">MapModel</a> of the mainCampus of cottbus </td></tr>
|
||||
<tr id="row_0_3_0_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_current_position_pin_model.html" target="_self">CurrentPositionPinModel</a></td><td class="desc">Current position pin model.</td></tr>
|
||||
<tr id="row_0_3_0_2_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_hidden_pin_place_model.html" target="_self">HiddenPinPlaceModel</a></td><td class="desc">Hidden pin place model.</td></tr>
|
||||
<tr id="row_0_3_0_3_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" target="_self">MapModel</a></td><td class="desc">This Class manage the properties of a Map </td></tr>
|
||||
<tr id="row_0_3_0_4_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html" target="_self">MapPinModel</a></td><td class="desc">This Class manage the properties of a MapPin </td></tr>
|
||||
<tr id="row_0_3_0_5_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_search_place_pin_model.html" target="_self">SearchPlacePinModel</a></td><td class="desc">Search pin place model.</td></tr>
|
||||
<tr id="row_0_3_0_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html" target="_self">CampusMapModel</a></td><td class="desc">Class for the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html" title="Class for the CampusMapModel ">CampusMapModel</a> </td></tr>
|
||||
<tr id="row_0_3_0_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html" target="_self">CBMainMapModel</a></td><td class="desc">Class for the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" title="This Class manage the properties of a Map ">MapModel</a> of the mainCampus of cottbus </td></tr>
|
||||
<tr id="row_0_3_0_2_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_click_able_place_pin_model.html" target="_self">ClickAblePlacePinModel</a></td><td class="desc">abstract class for click abel bins </td></tr>
|
||||
<tr id="row_0_3_0_3_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_current_position_pin_model.html" target="_self">CurrentPositionPinModel</a></td><td class="desc">Current position pin model.</td></tr>
|
||||
<tr id="row_0_3_0_4_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_hidden_pin_place_model.html" target="_self">HiddenPinPlaceModel</a></td><td class="desc">Hidden pin place model.</td></tr>
|
||||
<tr id="row_0_3_0_5_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_info_place_pin_model.html" target="_self">InfoPlacePinModel</a></td><td class="desc">Search pin place model.</td></tr>
|
||||
<tr id="row_0_3_0_6_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" target="_self">MapModel</a></td><td class="desc">This Class manage the properties of a Map </td></tr>
|
||||
<tr id="row_0_3_0_7_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html" target="_self">MapPinModel</a></td><td class="desc">This Class manage the properties of a MapPin </td></tr>
|
||||
<tr id="row_0_3_0_8_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_search_place_pin_model.html" target="_self">SearchPlacePinModel</a></td><td class="desc">Search pin place model.</td></tr>
|
||||
<tr id="row_0_3_1_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_1_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_departments.html" target="_self">Departments</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_departments_1_1_chair_model.html" target="_self">ChairModel</a></td><td class="desc">Class to hold information about a professorship chair. </td></tr>
|
||||
<tr id="row_0_3_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_departments_1_1_department_model.html" target="_self">DepartmentModel</a></td><td class="desc">View model for department page. </td></tr>
|
||||
@@ -170,10 +173,12 @@ $(document).ready(function(){initNavTree('annotated.html','');});
|
||||
<tr id="row_0_3_3_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_exams_1_1_exam_list_model.html" target="_self">ExamListModel</a></td><td class="desc">Exam list model.</td></tr>
|
||||
<tr id="row_0_3_3_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_exams_1_1_exam_model.html" target="_self">ExamModel</a></td><td class="desc">Exam model.</td></tr>
|
||||
<tr id="row_0_3_4_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_4_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_4_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_geo_db.html" target="_self">GeoDb</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_4_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_information.html" target="_self">PlaceInformation</a></td><td class="desc">Information about the place.</td></tr>
|
||||
<tr id="row_0_3_4_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html" target="_self">PlaceModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a place of the SPSService </td></tr>
|
||||
<tr id="row_0_3_4_2_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_service.html" target="_self">PlaceService</a></td><td class="desc">Place service.</td></tr>
|
||||
<tr id="row_0_3_4_3_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_sps_model.html" target="_self">SpsModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a xml-response of the SPSService </td></tr>
|
||||
<tr id="row_0_3_4_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_campus_building_layer_model.html" target="_self">CampusBuildingLayerModel</a></td><td class="desc">Class is model for buildings of a campus </td></tr>
|
||||
<tr id="row_0_3_4_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_campus_building_model.html" target="_self">CampusBuildingModel</a></td><td class="desc">Class is model for buildings of a campus </td></tr>
|
||||
<tr id="row_0_3_4_2_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_information.html" target="_self">PlaceInformation</a></td><td class="desc">Information about the place.</td></tr>
|
||||
<tr id="row_0_3_4_3_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html" target="_self">PlaceModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a place of the SPSService </td></tr>
|
||||
<tr id="row_0_3_4_4_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_service.html" target="_self">PlaceService</a></td><td class="desc">Place service.</td></tr>
|
||||
<tr id="row_0_3_4_5_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_sps_model.html" target="_self">SpsModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a xml-response of the SPSService </td></tr>
|
||||
<tr id="row_0_3_5_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_5_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_5_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_lecture.html" target="_self">Lecture</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_5_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_lecture_1_1_lecture_activity.html" target="_self">LectureActivity</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a Activity </td></tr>
|
||||
<tr id="row_0_3_5_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_lecture_1_1_lecture_course.html" target="_self">LectureCourse</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a course </td></tr>
|
||||
@@ -185,43 +190,34 @@ $(document).ready(function(){initNavTree('annotated.html','');});
|
||||
<tr id="row_0_3_6_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_6_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_6_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_link.html" target="_self">Link</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_6_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_link_1_1_link_list_model.html" target="_self">LinkListModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a list of links. </td></tr>
|
||||
<tr id="row_0_3_6_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_link_1_1_link_model.html" target="_self">LinkModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menu </td></tr>
|
||||
<tr id="row_0_3_7_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_7_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_7_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_mensa.html" target="_self">Mensa</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_7_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_mensa_1_1_meal_model.html" target="_self">MealModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for a meal </td></tr>
|
||||
<tr id="row_0_3_7_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_mensa_1_1_menu_model.html" target="_self">MenuModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menu </td></tr>
|
||||
<tr id="row_0_3_7_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_mensa_1_1_menu_week_model.html" target="_self">MenuWeekModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menus in one week </td></tr>
|
||||
<tr id="row_0_3_8_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_8_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_8_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_openinghours.html" target="_self">Openinghours</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_8_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_openinghours_1_1_openinghours_institution_model.html" target="_self">OpeninghoursInstitutionModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menu </td></tr>
|
||||
<tr id="row_0_3_8_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_openinghours_1_1_openinghours_model.html" target="_self">OpeninghoursModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for opening hours. </td></tr>
|
||||
<tr id="row_0_3_9_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_9_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_9_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html" target="_self">Person</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_9_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_person_1_1_person_function_model.html" target="_self">PersonFunctionModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html">Person</a> function model.</td></tr>
|
||||
<tr id="row_0_3_9_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_person_1_1_person_list_model.html" target="_self">PersonListModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html">Person</a> list model.</td></tr>
|
||||
<tr id="row_0_3_9_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_person_1_1_person_model.html" target="_self">PersonModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html">Person</a> model.</td></tr>
|
||||
<tr id="row_0_3_10_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_10_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_10_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_r_s_s.html" target="_self">RSS</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_10_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_r_s_s_1_1_r_s_s_channel_model.html" target="_self">RSSChannelModel</a></td><td class="desc">Channel <a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a>, which contains the <a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_r_s_s.html">RSS</a> feed item list. </td></tr>
|
||||
<tr id="row_0_3_10_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_r_s_s_1_1_r_s_s_model.html" target="_self">RSSModel</a></td><td class="desc">Contains the <a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_r_s_s.html">RSS</a> feed information. </td></tr>
|
||||
<tr id="row_0_3_10_2_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_r_s_s_1_1_r_s_s_view_model.html" target="_self">RSSViewModel</a></td><td class="desc">ViewModel of the <a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_r_s_s.html">RSS</a> feed, containing the feed/channel object. </td></tr>
|
||||
<tr id="row_0_3_11_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_11_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_11_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_setting.html" target="_self">Setting</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_11_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_setting_1_1_app_settings.html" target="_self">AppSettings</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for settings of the app </td></tr>
|
||||
<tr id="row_0_3_11_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_setting_1_1_user_profil_model.html" target="_self">UserProfilModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for the profile of an user </td></tr>
|
||||
<tr id="row_0_3_12_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_12_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_12_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_student_council.html" target="_self">StudentCouncil</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_12_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_student_council_1_1_student_council_list_model.html" target="_self">StudentCouncilListModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menus in one week </td></tr>
|
||||
<tr id="row_0_3_12_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_student_council_1_1_student_council_model.html" target="_self">StudentCouncilModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menu </td></tr>
|
||||
<tr id="row_0_3_13_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_13_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_13_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_utility.html" target="_self">Utility</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_13_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_campus_list_picker_item_list_model.html" target="_self">CampusListPickerItemListModel</a></td><td class="desc">This Class creates a list of degrees </td></tr>
|
||||
<tr id="row_0_3_13_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_clean_url_param_model.html" target="_self">CleanUrlParamModel</a></td><td class="desc">This class is a <a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for the URLParameter like GET-Parameter </td></tr>
|
||||
<tr id="row_0_3_13_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_course_list_picker_item_list_model.html" target="_self">CourseListPickerItemListModel</a></td><td class="desc">This is a class for the courseList </td></tr>
|
||||
<tr id="row_0_3_13_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_course_model.html" target="_self">CourseModel</a></td><td class="desc">Course model.</td></tr>
|
||||
<tr id="row_0_3_13_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_degree_list_picker_item_list_model.html" target="_self">DegreeListPickerItemListModel</a></td><td class="desc">This Class creates a list of degrees </td></tr>
|
||||
<tr id="row_0_3_13_5_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_list_picker_item_list_model.html" target="_self">ListPickerItemListModel</a></td><td class="desc">Class for a List of ListPickerItems </td></tr>
|
||||
<tr id="row_0_3_13_6_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_list_picker_item_model.html" target="_self">ListPickerItemModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for the ListPickerItems </td></tr>
|
||||
<tr id="row_0_3_13_7_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_role_list_picker_item_list_model.html" target="_self">RoleListPickerItemListModel</a></td><td class="desc">Class for the RoleList </td></tr>
|
||||
<tr id="row_0_3_13_8_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_semester_list_picker_item_list_model.html" target="_self">SemesterListPickerItemListModel</a></td><td class="desc">Class for the SemesterList </td></tr>
|
||||
<tr id="row_0_3_13_9_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_url_param_model.html" target="_self">UrlParamModel</a></td><td class="desc">This class is a <a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for the URLParameter like GET-Parameter </td></tr>
|
||||
<tr id="row_0_3_14_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_binary_model.html" target="_self">BinaryModel</a></td><td class="desc">Binary model.</td></tr>
|
||||
<tr id="row_0_3_15_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_xml_model_3_01_t_01_4.html" target="_self">XmlModel< T ></a></td><td class="desc">Xml model io handler class. </td></tr>
|
||||
<tr id="row_0_3_7_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_7_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_7_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_openinghours.html" target="_self">Openinghours</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_7_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_openinghours_1_1_openinghours_institution_model.html" target="_self">OpeninghoursInstitutionModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menu </td></tr>
|
||||
<tr id="row_0_3_7_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_openinghours_1_1_openinghours_model.html" target="_self">OpeninghoursModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for opening hours. </td></tr>
|
||||
<tr id="row_0_3_8_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_8_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_8_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html" target="_self">Person</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_8_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_person_1_1_person_function_model.html" target="_self">PersonFunctionModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html">Person</a> function model.</td></tr>
|
||||
<tr id="row_0_3_8_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_person_1_1_person_list_model.html" target="_self">PersonListModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html">Person</a> list model.</td></tr>
|
||||
<tr id="row_0_3_8_2_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_person_1_1_person_model.html" target="_self">PersonModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_person.html">Person</a> model.</td></tr>
|
||||
<tr id="row_0_3_9_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_9_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_9_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_setting.html" target="_self">Setting</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_9_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_setting_1_1_app_settings.html" target="_self">AppSettings</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for settings of the app </td></tr>
|
||||
<tr id="row_0_3_9_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_setting_1_1_user_profil_model.html" target="_self">UserProfilModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for the profile of an user </td></tr>
|
||||
<tr id="row_0_3_10_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_10_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_10_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_student_council.html" target="_self">StudentCouncil</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_10_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_student_council_1_1_student_council_list_model.html" target="_self">StudentCouncilListModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menus in one week </td></tr>
|
||||
<tr id="row_0_3_10_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_student_council_1_1_student_council_model.html" target="_self">StudentCouncilModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for menu </td></tr>
|
||||
<tr id="row_0_3_11_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_3_11_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_3_11_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_utility.html" target="_self">Utility</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_3_11_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_campus_list_picker_item_list_model.html" target="_self">CampusListPickerItemListModel</a></td><td class="desc">This Class creates a list of degrees </td></tr>
|
||||
<tr id="row_0_3_11_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_course_list_picker_item_list_model.html" target="_self">CourseListPickerItemListModel</a></td><td class="desc">This is a class for the courseList </td></tr>
|
||||
<tr id="row_0_3_11_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_course_model.html" target="_self">CourseModel</a></td><td class="desc">Course model.</td></tr>
|
||||
<tr id="row_0_3_11_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_degree_list_picker_item_list_model.html" target="_self">DegreeListPickerItemListModel</a></td><td class="desc">This Class creates a list of degrees </td></tr>
|
||||
<tr id="row_0_3_11_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_list_picker_item_list_model.html" target="_self">ListPickerItemListModel</a></td><td class="desc">Class for a List of ListPickerItems </td></tr>
|
||||
<tr id="row_0_3_11_5_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_list_picker_item_model.html" target="_self">ListPickerItemModel</a></td><td class="desc"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a> for the ListPickerItems </td></tr>
|
||||
<tr id="row_0_3_11_6_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_role_list_picker_item_list_model.html" target="_self">RoleListPickerItemListModel</a></td><td class="desc">Class for the RoleList </td></tr>
|
||||
<tr id="row_0_3_11_7_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_semester_list_picker_item_list_model.html" target="_self">SemesterListPickerItemListModel</a></td><td class="desc">Class for the SemesterList </td></tr>
|
||||
<tr id="row_0_3_12_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_binary_model.html" target="_self">BinaryModel</a></td><td class="desc">Binary model.</td></tr>
|
||||
<tr id="row_0_3_13_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_xml_model_3_01_t_01_4.html" target="_self">XmlModel< T ></a></td><td class="desc">Xml model io handler class. </td></tr>
|
||||
<tr id="row_0_4_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_0_4_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_4_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_pages.html" target="_self">Pages</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_4_0_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_4_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_4_0_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_pages_1_1_campusmap.html" target="_self">Campusmap</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_4_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_pages_1_1_campusmap_1_1_campus_map_page.html" target="_self">CampusMapPage</a></td><td class="desc">Class for the campusMap page.</td></tr>
|
||||
<tr id="row_0_4_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_pages_1_1_campusmap_1_1_campus_map_page.html" target="_self">CampusMapPage</a></td><td class="desc">Class for the campusMap page.</td></tr>
|
||||
<tr id="row_0_4_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_pages_1_1_campusmap_1_1_room_list_page.html" target="_self">RoomListPage</a></td><td class="desc">Class of the <a class="el" href="class_campus_app_w_p8_1_1_pages_1_1_campusmap_1_1_room_list_page.html" title="Class of the RoomListPage ">RoomListPage</a> </td></tr>
|
||||
<tr id="row_0_4_1_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_4_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_4_1_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_pages_1_1_departments.html" target="_self">Departments</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_4_1_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_pages_1_1_departments_1_1_department_favorite_page.html" target="_self">DepartmentFavoritePage</a></td><td class="desc">Page to visualize the favorite department list. </td></tr>
|
||||
<tr id="row_0_4_1_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_pages_1_1_departments_1_1_department_index_page.html" target="_self">DepartmentIndexPage</a></td><td class="desc">Page with a list of the faculties. </td></tr>
|
||||
@@ -277,21 +273,24 @@ $(document).ready(function(){initNavTree('annotated.html','');});
|
||||
<tr id="row_0_6_0_0_5_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_button_1_1_phone_button.html" target="_self">PhoneButton</a></td><td class="desc">This class create an <a class="el" href="namespace_campus_app_w_p8_1_1_utility_1_1_lui_1_1_button.html">Button</a> which start a PhoneCall </td></tr>
|
||||
<tr id="row_0_6_0_0_6_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_button_1_1_toggle_button.html" target="_self">ToggleButton</a></td><td class="desc">This class create an <a class="el" href="namespace_campus_app_w_p8_1_1_utility_1_1_lui_1_1_button.html">Button</a> which can toggle the Visibility of certain FrameworkElements </td></tr>
|
||||
<tr id="row_0_6_0_0_7_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_button_1_1_update_button_app_bar.html" target="_self">UpdateButtonAppBar</a></td><td class="desc">This class create an <a class="el" href="namespace_campus_app_w_p8_1_1_utility_1_1_lui_1_1_button.html">Button</a> which start the Email-Client </td></tr>
|
||||
<tr id="row_0_6_0_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_6_0_1_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('0_6_0_1_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_utility_1_1_lui_1_1_message_boxes.html" target="_self">MessageBoxes</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_1_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_message_boxes_1_1_message_boxes.html" target="_self">MessageBoxes</a></td><td class="desc">Class creates some <a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_message_boxes_1_1_message_boxes.html" title="Class creates some MessageBoxes ">MessageBoxes</a> </td></tr>
|
||||
<tr id="row_0_6_0_1_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_6_0_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_6_0_1_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_utility_1_1_lui_1_1_message_boxes.html" target="_self">MessageBoxes</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_1_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_message_boxes_1_1_message_boxes.html" target="_self">MessageBoxes</a></td><td class="desc">Class creates some <a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_message_boxes_1_1_message_boxes.html" title="Class creates some MessageBoxes ">MessageBoxes</a> </td></tr>
|
||||
<tr id="row_0_6_0_2_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_6_0_2_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('0_6_0_2_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_utility_1_1_lui_1_1_tiles.html" target="_self">Tiles</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_0_2_0_" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_lui_1_1_tiles_1_1_tile_creator.html" target="_self">TileCreator</a></td><td class="desc">Class creates different live tiles </td></tr>
|
||||
<tr id="row_0_6_1_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_6_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_6_1_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespace_campus_app_w_p8_1_1_utility_1_1_n_d_e_f.html" target="_self">NDEF</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_6_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_n_d_e_f_1_1_n_d_e_f_message.html" target="_self">NDEFMessage</a></td><td class="desc">Ndef message.</td></tr>
|
||||
<tr id="row_0_6_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_n_d_e_f_1_1_n_d_e_f_record.html" target="_self">NDEFRecord</a></td><td class="desc">Ndef record of a <a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_n_d_e_f_1_1_n_d_e_f_message.html" title="Ndef message.">NDEFMessage</a>.</td></tr>
|
||||
<tr id="row_0_6_1_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_n_d_e_f_1_1_n_d_e_f_short_record.html" target="_self">NDEFShortRecord</a></td><td class="desc">Ndef short record.</td></tr>
|
||||
<tr id="row_0_6_2_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_file.html" target="_self">File</a></td><td class="desc"><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_file.html" title="File class. ">File</a> class. </td></tr>
|
||||
<tr id="row_0_6_3_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_http_request.html" target="_self">HttpRequest</a></td><td class="desc">Class realize the access of restful <a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_http_request.html" title="Class realize the access of restful HttpRequest ">HttpRequest</a> </td></tr>
|
||||
<tr id="row_0_6_4_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_logger.html" target="_self">Logger</a></td><td class="desc">This Class creates logs for the app </td></tr>
|
||||
<tr id="row_0_6_5_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_xml_manager.html" target="_self">XmlManager</a></td><td class="desc">Class provides some Xml-methods </td></tr>
|
||||
<tr id="row_0_7_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_app.html" target="_self">App</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_8_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_const.html" target="_self">Const</a></td><td class="desc">Access to Constants.rex </td></tr>
|
||||
<tr id="row_0_9_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_localized_strings.html" target="_self">LocalizedStrings</a></td><td class="desc">Localized strings. </td></tr>
|
||||
<tr id="row_0_10_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html" target="_self">MainModel< T ></a></td><td class="desc">Base model io handling class. </td></tr>
|
||||
<tr id="row_0_11_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_themelized_icons.html" target="_self">ThemelizedIcons</a></td><td class="desc">Theme icons. </td></tr>
|
||||
<tr id="row_0_6_2_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_app_uri_mapper.html" target="_self">AppUriMapper</a></td><td class="desc">Class map Uri to AppPages </td></tr>
|
||||
<tr id="row_0_6_3_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_background_tasks.html" target="_self">BackgroundTasks</a></td><td class="desc">Class provide some static methods for background tasks </td></tr>
|
||||
<tr id="row_0_6_4_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_file.html" target="_self">File</a></td><td class="desc"><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_file.html" title="File class. ">File</a> class. </td></tr>
|
||||
<tr id="row_0_6_5_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_http_request.html" target="_self">HttpRequest</a></td><td class="desc">Class realize the access of restful <a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_http_request.html" title="Class realize the access of restful HttpRequest ">HttpRequest</a> </td></tr>
|
||||
<tr id="row_0_6_6_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_utility_1_1_wp8_string_manager.html" target="_self">Wp8StringManager</a></td><td class="desc">Class provides some special StringMethods </td></tr>
|
||||
<tr id="row_0_7_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_app.html" target="_self">App</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_0_8_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_const.html" target="_self">Const</a></td><td class="desc">Access to Constants.rex </td></tr>
|
||||
<tr id="row_0_9_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_localized_strings.html" target="_self">LocalizedStrings</a></td><td class="desc">Localized strings. </td></tr>
|
||||
<tr id="row_0_10_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html" target="_self">MainModel< T ></a></td><td class="desc">Base model io handling class. </td></tr>
|
||||
<tr id="row_0_11_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="class_campus_app_w_p8_1_1_themelized_icons.html" target="_self">ThemelizedIcons</a></td><td class="desc">Theme icons. </td></tr>
|
||||
</table>
|
||||
</div><!-- directory -->
|
||||
</div><!-- contents -->
|
||||
@@ -299,7 +298,7 @@ $(document).ready(function(){initNavTree('annotated.html','');});
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:07:05 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:35:18 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -122,7 +122,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_api_1_1_geo_
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -248,7 +248,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api.html">Api</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api_1_1_geo_api.html">GeoApi</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_api_1_1_geo_api_1_1_campus_sps_api.html">CampusSpsApi</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -117,7 +117,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_api_1_1_geo_
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -199,7 +199,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api.html">Api</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api_1_1_geo_api.html">GeoApi</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_api_1_1_geo_api_1_1_pis_api.html">PisApi</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -117,7 +117,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_api_1_1_geo_
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -199,7 +199,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api.html">Api</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api_1_1_geo_api.html">GeoApi</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_api_1_1_geo_api_1_1_pss_api.html">PssApi</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -118,7 +118,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_api_1_1_geo_
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:55 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -232,7 +232,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api.html">Api</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api_1_1_geo_api.html">GeoApi</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_api_1_1_geo_api_1_1_sps_api.html">SpsApi</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:55 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_api_1_1_lect
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:55 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -158,7 +158,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api.html">Api</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api_1_1_lecture.html">Lecture</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_api_1_1_lecture_1_1_lecture_api.html">LectureApi</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:55 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_api_1_1_pers
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:55 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -159,7 +159,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api.html">Api</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_api_1_1_person.html">Person</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_api_1_1_person_1_1_person_search_api.html">PersonSearchApi</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:45 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:55 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -121,7 +121,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_app.html',''
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:53 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -350,7 +350,7 @@ Properties</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_app.html">App</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:53 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_const.html',
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:53 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -154,7 +154,7 @@ Properties</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_const.html">Const</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:53 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_dep
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -164,7 +164,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_departments.html">Departments</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_departments_1_1_department_feed.html">DepartmentFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_eve
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -164,7 +164,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_events.html">Events</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_events_1_1_event_feed.html">EventFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_exa
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -160,7 +160,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_exams.html">Exams</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_exams_1_1_exam_feed.html">ExamFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_lin
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -157,7 +157,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_link.html">Link</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_link_1_1_club_link_feed.html">ClubLinkFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:46 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:56 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_lin
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -157,7 +157,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_link.html">Link</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_link_1_1_common_link_feed.html">CommonLinkFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -118,7 +118,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_men
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -259,7 +259,7 @@ Properties</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_mensa.html">Mensa</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_mensa_1_1_mensa_feed.html">MensaFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -119,7 +119,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_men
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -173,7 +173,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_mensa.html">Mensa</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_mensa_1_1_mensa_feed_c_b_main.html">MensaFeedCBMain</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -119,7 +119,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_men
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -173,7 +173,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_mensa.html">Mensa</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_mensa_1_1_mensa_feed_c_b_north.html">MensaFeedCBNorth</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:47 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:57 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -119,7 +119,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_men
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -173,7 +173,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_mensa.html">Mensa</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_mensa_1_1_mensa_feed_c_b_south.html">MensaFeedCBSouth</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -119,7 +119,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_men
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -173,7 +173,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_mensa.html">Mensa</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_mensa_1_1_mensa_feed_s_b_f_main.html">MensaFeedSBFMain</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_new
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -164,7 +164,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_news.html">News</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_news_1_1_news_feed.html">NewsFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_ope
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -157,7 +157,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_openinghours.html">Openinghours</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_openinghours_1_1_openinghours_feed.html">OpeninghoursFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:48 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:58 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_stu
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -157,7 +157,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_student_council.html">StudentCouncil</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_student_council_1_1_student_council_feed.html">StudentCouncilFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_feed_1_1_uti
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -141,7 +141,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed.html">Feed</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_feed_1_1_utility.html">Utility</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_feed_1_1_utility_1_1_course_feed.html">CourseFeed</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_file_1_1_dep
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -165,7 +165,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_file.html">File</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_file_1_1_departments.html">Departments</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_departments_1_1_department_favorite_file.html">DepartmentFavoriteFile</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -154,7 +154,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_file_1_1_exa
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -179,7 +179,7 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a9fc16235fc7785c27a574685d1fed48e inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">T </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a9fc16235fc7785c27a574685d1fed48e">GetModel</a> ()</td></tr>
|
||||
<tr class="memdesc:a9fc16235fc7785c27a574685d1fed48e inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="mdescLeft"> </td><td class="mdescRight">Return the model. <a href="#a9fc16235fc7785c27a574685d1fed48e">More...</a><br/></td></tr>
|
||||
<tr class="separator:a9fc16235fc7785c27a574685d1fed48e inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a63fb9412ba41f98a1d594e300b151645">SetUriParams</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_url_param_model.html">UrlParamModel</a> > parameters)</td></tr>
|
||||
<tr class="memitem:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a63fb9412ba41f98a1d594e300b151645">SetUriParams</a> (List< UrlParamModel > parameters)</td></tr>
|
||||
<tr class="memdesc:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="mdescLeft"> </td><td class="mdescRight">Create the parameterized uri. <a href="#a63fb9412ba41f98a1d594e300b151645">More...</a><br/></td></tr>
|
||||
<tr class="separator:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae0d65fcbf06b84e39ea9658599dd5266 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#ae0d65fcbf06b84e39ea9658599dd5266">ClearUriParams</a> ()</td></tr>
|
||||
@@ -341,7 +341,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_file.html">File</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_file_1_1_exams.html">Exams</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_exams_1_1_exam_file.html">ExamFile</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:49 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:59 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -110,13 +110,14 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_file_1_1_pla
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html">CampusAppWP8.File.Places.PlacesFile</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#a60ca17a35721fcf7b79c41a6a0abe807">PlacesFile</a>()</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html">CampusAppWP8.File.Places.PlacesFile</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#aa52e13d0a96afcb6422ab5cc75e45498">FallBackLoad</a>()</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html">CampusAppWP8.File.Places.PlacesFile</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#a60ca17a35721fcf7b79c41a6a0abe807">PlacesFile</a>()</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html">CampusAppWP8.File.Places.PlacesFile</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:50 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:35:00 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -127,6 +127,9 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a60ca17a35721fcf7b79c41a6a0abe807"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#a60ca17a35721fcf7b79c41a6a0abe807">PlacesFile</a> ()</td></tr>
|
||||
<tr class="memdesc:a60ca17a35721fcf7b79c41a6a0abe807"><td class="mdescLeft"> </td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html" title="Places file.">PlacesFile</a> class. <a href="#a60ca17a35721fcf7b79c41a6a0abe807">More...</a><br/></td></tr>
|
||||
<tr class="separator:a60ca17a35721fcf7b79c41a6a0abe807"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa52e13d0a96afcb6422ab5cc75e45498"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#aa52e13d0a96afcb6422ab5cc75e45498">FallBackLoad</a> ()</td></tr>
|
||||
<tr class="memdesc:aa52e13d0a96afcb6422ab5cc75e45498"><td class="mdescLeft"> </td><td class="mdescRight">Method load OfflineMap as Fallback <a href="#aa52e13d0a96afcb6422ab5cc75e45498">More...</a><br/></td></tr>
|
||||
<tr class="separator:aa52e13d0a96afcb6422ab5cc75e45498"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p><a class="el" href="namespace_campus_app_w_p8_1_1_file_1_1_places.html">Places</a> file.</p>
|
||||
@@ -148,6 +151,24 @@ Public Member Functions</h2></td></tr>
|
||||
<p>Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html" title="Places file.">PlacesFile</a> class.</p>
|
||||
<p>Stubbfel, 09.09.2013.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a class="anchor" id="aa52e13d0a96afcb6422ab5cc75e45498"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">void CampusAppWP8.File.Places.PlacesFile.FallBackLoad </td>
|
||||
<td>(</td>
|
||||
<td class="paramname">)</td><td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Method load OfflineMap as Fallback </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
@@ -159,7 +180,7 @@ Public Member Functions</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_file.html">File</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_file_1_1_places.html">Places</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html">PlacesFile</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:50 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:35:00 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
var class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file =
|
||||
[
|
||||
[ "PlacesFile", "class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#a60ca17a35721fcf7b79c41a6a0abe807", null ]
|
||||
[ "PlacesFile", "class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#a60ca17a35721fcf7b79c41a6a0abe807", null ],
|
||||
[ "FallBackLoad", "class_campus_app_w_p8_1_1_file_1_1_places_1_1_places_file.html#aa52e13d0a96afcb6422ab5cc75e45498", null ]
|
||||
];
|
||||
@@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_localized_st
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:53 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -155,7 +155,7 @@ Properties</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_localized_strings.html">LocalizedStrings</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:53 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -149,7 +149,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_main_model_3
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -184,7 +184,7 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a9fc16235fc7785c27a574685d1fed48e"><td class="memItemLeft" align="right" valign="top">T </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a9fc16235fc7785c27a574685d1fed48e">GetModel</a> ()</td></tr>
|
||||
<tr class="memdesc:a9fc16235fc7785c27a574685d1fed48e"><td class="mdescLeft"> </td><td class="mdescRight">Return the model. <a href="#a9fc16235fc7785c27a574685d1fed48e">More...</a><br/></td></tr>
|
||||
<tr class="separator:a9fc16235fc7785c27a574685d1fed48e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a63fb9412ba41f98a1d594e300b151645"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a63fb9412ba41f98a1d594e300b151645">SetUriParams</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_url_param_model.html">UrlParamModel</a> > parameters)</td></tr>
|
||||
<tr class="memitem:a63fb9412ba41f98a1d594e300b151645"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a63fb9412ba41f98a1d594e300b151645">SetUriParams</a> (List< UrlParamModel > parameters)</td></tr>
|
||||
<tr class="memdesc:a63fb9412ba41f98a1d594e300b151645"><td class="mdescLeft"> </td><td class="mdescRight">Create the parameterized uri. <a href="#a63fb9412ba41f98a1d594e300b151645">More...</a><br/></td></tr>
|
||||
<tr class="separator:a63fb9412ba41f98a1d594e300b151645"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae0d65fcbf06b84e39ea9658599dd5266"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#ae0d65fcbf06b84e39ea9658599dd5266">ClearUriParams</a> ()</td></tr>
|
||||
@@ -750,7 +750,7 @@ Events</h2></td></tr>
|
||||
<tr>
|
||||
<td class="memname">void CampusAppWP8.MainModel< T >.SetUriParams </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_url_param_model.html">UrlParamModel</a> > </td>
|
||||
<td class="paramtype">List< UrlParamModel > </td>
|
||||
<td class="paramname"><em>parameters</em>)</td><td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
@@ -991,7 +991,7 @@ Events</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html">MainModel< T ></a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:44 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:34:54 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -151,7 +151,7 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_model_1_1_bi
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:50 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:35:00 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -170,7 +170,7 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a9fc16235fc7785c27a574685d1fed48e inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">T </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a9fc16235fc7785c27a574685d1fed48e">GetModel</a> ()</td></tr>
|
||||
<tr class="memdesc:a9fc16235fc7785c27a574685d1fed48e inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="mdescLeft"> </td><td class="mdescRight">Return the model. <a href="#a9fc16235fc7785c27a574685d1fed48e">More...</a><br/></td></tr>
|
||||
<tr class="separator:a9fc16235fc7785c27a574685d1fed48e inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a63fb9412ba41f98a1d594e300b151645">SetUriParams</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_utility_1_1_url_param_model.html">UrlParamModel</a> > parameters)</td></tr>
|
||||
<tr class="memitem:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#a63fb9412ba41f98a1d594e300b151645">SetUriParams</a> (List< UrlParamModel > parameters)</td></tr>
|
||||
<tr class="memdesc:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="mdescLeft"> </td><td class="mdescRight">Create the parameterized uri. <a href="#a63fb9412ba41f98a1d594e300b151645">More...</a><br/></td></tr>
|
||||
<tr class="separator:a63fb9412ba41f98a1d594e300b151645 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae0d65fcbf06b84e39ea9658599dd5266 inherit pub_methods_class_campus_app_w_p8_1_1_main_model_3_01_t_01_4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_main_model_3_01_t_01_4.html#ae0d65fcbf06b84e39ea9658599dd5266">ClearUriParams</a> ()</td></tr>
|
||||
@@ -413,7 +413,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_binary_model.html">BinaryModel</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:50 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:35:00 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -110,11 +110,13 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_model_1_1_ca
|
||||
|
||||
<p>This is the complete list of members for <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html">CampusAppWP8.Model.Campusmap.CBMainMapModel</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a6406d3f8ddb3fc6958fd2455d7785854">AddPin</a>(double x, double y, MapPinModel.PinType type)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ae07837c075ae0032c6981cb97089ba32">AddPin</a>(Point position, MapPinModel.PinType type)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#aa479791b1d765e1e6428dd62dbea8bca">AddPinFromRefPoint</a>(double x, double y, MapPinModel.PinType type)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a96b5bbcd865c6dbb6534c1e05b135005">AddPinFromRefPoint</a>(Point position, MapPinModel.PinType type)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a58ebd86e818dc5c05c154f991c06d1a8">CBMainMapModel</a>()</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html">CampusAppWP8.Model.Campusmap.CBMainMapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ae0a43e94266f3c2b77d6988190a99a2d">AddPin</a>(double x, double y, MapPinModel.PinType type, List< PlaceModel > places=null)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a7f7d720446f3d5bace8a4bfab52368ef">AddPin</a>(Point position, MapPinModel.PinType type, List< PlaceModel > places=null)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#aea02c46fd267a474743404fb970927ad">AddPinFromRefPoint</a>(double x, double y, MapPinModel.PinType type, List< PlaceModel > places=null)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#af784ee343059f1ede00e841957038a0e">AddPinFromRefPoint</a>(Point position, MapPinModel.PinType type, List< PlaceModel > places=null)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html#a0eb8b6dd121188e69f75fc5a0b800606">CampusId</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html">CampusAppWP8.Model.Campusmap.CampusMapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html#a99f40f1085ff977981b588547634671b">CampusMapModel</a>(List< PlaceModel > placeList, string campusId)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html">CampusAppWP8.Model.Campusmap.CampusMapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a6841f1ff3b5db88422cd4b9ac16fb2f3">CBMainMapModel</a>(List< PlaceModel > placeList)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html">CampusAppWP8.Model.Campusmap.CBMainMapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a0309352d9e6cc12b2254775e135c3f7b">ConverToMapPoint</a>(double x, double y)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a1d7cdf47fe63c334481c4a937c1d45c3">ConverToMapPoint</a>(Point point)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a0a225197a2af6a384feb134f822ca70c">ConverToPixelPoint</a>(double x, double y)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
@@ -126,20 +128,24 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_model_1_1_ca
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a482ac4e598cc99e4629c63ea23bfe825">ImageHeight</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a70b138e9232856c743295505f16e6f63">ImageSource</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a9fb4071a1ddcd8a1b54a87864c36c23b">ImageWidth</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a8ca096666ad1105840ae826d443b6d23">LoadSpatials</a>()</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html">CampusAppWP8.Model.Campusmap.CBMainMapModel</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ac9f3b58ff2657e55213b99499f9de272">MapImageOffsetX</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#abf55138a321f2bb67febe8c3d5bf774d">MapImageOffsetY</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a93b9cac31df00a3cf20b174004b4faf8">IsReady</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html#a8b0b08b1275a3f1c6b0fa502d7219b21">LoadSpatials</a>(List< PlaceModel > placeList)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html">CampusAppWP8.Model.Campusmap.CampusMapModel</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ac9f3b58ff2657e55213b99499f9de272">MapImageOffsetX</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#abf55138a321f2bb67febe8c3d5bf774d">MapImageOffsetY</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a83216699f05c993659bc2531b4a739bd">MapInfos</a>(List< PlaceModel > places)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a69d8d6ad372af538a1811ad7bb0c1091">MapModel</a>()</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a38f0b36f8e17fd3d4f3c7d926c0b6867">RefPoint</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ab52ba848fb8c97a1722e9e83d90868cd">ScaleX</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a5780cf1e2979a6329035bc10327edec5">ScaleY</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ab9b1244a073733e09b4ca29d51f25123">MapModel</a>(List< PlaceModel > placeList)</td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a38f0b36f8e17fd3d4f3c7d926c0b6867">RefPoint</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ab52ba848fb8c97a1722e9e83d90868cd">ScaleX</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a5780cf1e2979a6329035bc10327edec5">ScaleY</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ae64f0dcfe0c1e063f7cf4993030923df">ShowMapInfos</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a9cc2b974dbcb9d6a77bc66d99d3b39d4">Spatial</a></td><td class="entry"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td><td class="entry"></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:50 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:35:01 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -105,7 +105,6 @@ $(document).ready(function(){initNavTree('class_campus_app_w_p8_1_1_model_1_1_ca
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="#pro-methods">Protected Member Functions</a> |
|
||||
<a href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model-members.html">List of all members</a> </div>
|
||||
<div class="headertitle">
|
||||
<div class="title">CampusAppWP8.Model.Campusmap.CBMainMapModel Class Reference</div> </div>
|
||||
@@ -120,37 +119,48 @@ Inheritance diagram for CampusAppWP8.Model.Campusmap.CBMainMapModel:</div>
|
||||
<div class="center">
|
||||
<img src="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.png" usemap="#CampusAppWP8.Model.Campusmap.CBMainMapModel_map" alt=""/>
|
||||
<map id="CampusAppWP8.Model.Campusmap.CBMainMapModel_map" name="CampusAppWP8.Model.Campusmap.CBMainMapModel_map">
|
||||
<area href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html" title="Class for the CampusMapModel " alt="CampusAppWP8.Model.Campusmap.CampusMapModel" shape="rect" coords="0,56,326,80"/>
|
||||
<area href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" title="This Class manage the properties of a Map " alt="CampusAppWP8.Model.Campusmap.MapModel" shape="rect" coords="0,0,326,24"/>
|
||||
</map>
|
||||
</div></div>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a58ebd86e818dc5c05c154f991c06d1a8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a58ebd86e818dc5c05c154f991c06d1a8">CBMainMapModel</a> ()</td></tr>
|
||||
<tr class="memdesc:a58ebd86e818dc5c05c154f991c06d1a8"><td class="mdescLeft"> </td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html" title="Class for the MapModel of the mainCampus of cottbus ">CBMainMapModel</a> class. <a href="#a58ebd86e818dc5c05c154f991c06d1a8">More...</a><br/></td></tr>
|
||||
<tr class="separator:a58ebd86e818dc5c05c154f991c06d1a8"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a6841f1ff3b5db88422cd4b9ac16fb2f3"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a6841f1ff3b5db88422cd4b9ac16fb2f3">CBMainMapModel</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > placeList)</td></tr>
|
||||
<tr class="memdesc:a6841f1ff3b5db88422cd4b9ac16fb2f3"><td class="mdescLeft"> </td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html" title="Class for the MapModel of the mainCampus of cottbus ">CBMainMapModel</a> class. <a href="#a6841f1ff3b5db88422cd4b9ac16fb2f3">More...</a><br/></td></tr>
|
||||
<tr class="separator:a6841f1ff3b5db88422cd4b9ac16fb2f3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="inherit_header pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html">CampusAppWP8.Model.Campusmap.CampusMapModel</a></td></tr>
|
||||
<tr class="memitem:a99f40f1085ff977981b588547634671b inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html#a99f40f1085ff977981b588547634671b">CampusMapModel</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > placeList, string campusId)</td></tr>
|
||||
<tr class="memdesc:a99f40f1085ff977981b588547634671b inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html" title="Class for the CampusMapModel ">CampusMapModel</a> class. <a href="#a99f40f1085ff977981b588547634671b">More...</a><br/></td></tr>
|
||||
<tr class="separator:a99f40f1085ff977981b588547634671b inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="inherit_header pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td></tr>
|
||||
<tr class="memitem:a69d8d6ad372af538a1811ad7bb0c1091 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a69d8d6ad372af538a1811ad7bb0c1091">MapModel</a> ()</td></tr>
|
||||
<tr class="memdesc:a69d8d6ad372af538a1811ad7bb0c1091 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" title="This Class manage the properties of a Map ">MapModel</a> class. <a href="#a69d8d6ad372af538a1811ad7bb0c1091">More...</a><br/></td></tr>
|
||||
<tr class="separator:a69d8d6ad372af538a1811ad7bb0c1091 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab9b1244a073733e09b4ca29d51f25123 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ab9b1244a073733e09b4ca29d51f25123">MapModel</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > placeList)</td></tr>
|
||||
<tr class="memdesc:ab9b1244a073733e09b4ca29d51f25123 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" title="This Class manage the properties of a Map ">MapModel</a> class. <a href="#ab9b1244a073733e09b4ca29d51f25123">More...</a><br/></td></tr>
|
||||
<tr class="separator:ab9b1244a073733e09b4ca29d51f25123 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a83216699f05c993659bc2531b4a739bd inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">delegate void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a83216699f05c993659bc2531b4a739bd">MapInfos</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > places)</td></tr>
|
||||
<tr class="memdesc:a83216699f05c993659bc2531b4a739bd inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Delegate for MapInfo <a href="#a83216699f05c993659bc2531b4a739bd">More...</a><br/></td></tr>
|
||||
<tr class="separator:a83216699f05c993659bc2531b4a739bd inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af01c3aa428ba557b816924eab726454f inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Point </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#af01c3aa428ba557b816924eab726454f">GetScrollPoint</a> (Point point)</td></tr>
|
||||
<tr class="memdesc:af01c3aa428ba557b816924eab726454f inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method calculate the coordinates of ScrollToOffsets point <a href="#af01c3aa428ba557b816924eab726454f">More...</a><br/></td></tr>
|
||||
<tr class="separator:af01c3aa428ba557b816924eab726454f inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ad6ebfc74708b0eddc7abb4301e428f7d inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Point </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ad6ebfc74708b0eddc7abb4301e428f7d">GetScrollPoint</a> (double x, double y)</td></tr>
|
||||
<tr class="memdesc:ad6ebfc74708b0eddc7abb4301e428f7d inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method calculate the coordinates of ScrollToOffsets point <a href="#ad6ebfc74708b0eddc7abb4301e428f7d">More...</a><br/></td></tr>
|
||||
<tr class="separator:ad6ebfc74708b0eddc7abb4301e428f7d inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a6406d3f8ddb3fc6958fd2455d7785854 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a6406d3f8ddb3fc6958fd2455d7785854">AddPin</a> (double x, double y, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type)</td></tr>
|
||||
<tr class="memdesc:a6406d3f8ddb3fc6958fd2455d7785854 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position. <a href="#a6406d3f8ddb3fc6958fd2455d7785854">More...</a><br/></td></tr>
|
||||
<tr class="separator:a6406d3f8ddb3fc6958fd2455d7785854 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa479791b1d765e1e6428dd62dbea8bca inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#aa479791b1d765e1e6428dd62dbea8bca">AddPinFromRefPoint</a> (double x, double y, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type)</td></tr>
|
||||
<tr class="memdesc:aa479791b1d765e1e6428dd62dbea8bca inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position depend of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a38f0b36f8e17fd3d4f3c7d926c0b6867" title="Gets or sets the reference point ">RefPoint</a> <a href="#aa479791b1d765e1e6428dd62dbea8bca">More...</a><br/></td></tr>
|
||||
<tr class="separator:aa479791b1d765e1e6428dd62dbea8bca inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a96b5bbcd865c6dbb6534c1e05b135005 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a96b5bbcd865c6dbb6534c1e05b135005">AddPinFromRefPoint</a> (Point position, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type)</td></tr>
|
||||
<tr class="memdesc:a96b5bbcd865c6dbb6534c1e05b135005 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position depend of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a38f0b36f8e17fd3d4f3c7d926c0b6867" title="Gets or sets the reference point ">RefPoint</a> <a href="#a96b5bbcd865c6dbb6534c1e05b135005">More...</a><br/></td></tr>
|
||||
<tr class="separator:a96b5bbcd865c6dbb6534c1e05b135005 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae07837c075ae0032c6981cb97089ba32 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ae07837c075ae0032c6981cb97089ba32">AddPin</a> (Point position, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type)</td></tr>
|
||||
<tr class="memdesc:ae07837c075ae0032c6981cb97089ba32 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position. <a href="#ae07837c075ae0032c6981cb97089ba32">More...</a><br/></td></tr>
|
||||
<tr class="separator:ae07837c075ae0032c6981cb97089ba32 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae0a43e94266f3c2b77d6988190a99a2d inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ae0a43e94266f3c2b77d6988190a99a2d">AddPin</a> (double x, double y, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type, List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > places=null)</td></tr>
|
||||
<tr class="memdesc:ae0a43e94266f3c2b77d6988190a99a2d inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position. <a href="#ae0a43e94266f3c2b77d6988190a99a2d">More...</a><br/></td></tr>
|
||||
<tr class="separator:ae0a43e94266f3c2b77d6988190a99a2d inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aea02c46fd267a474743404fb970927ad inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#aea02c46fd267a474743404fb970927ad">AddPinFromRefPoint</a> (double x, double y, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type, List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > places=null)</td></tr>
|
||||
<tr class="memdesc:aea02c46fd267a474743404fb970927ad inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position depend of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a38f0b36f8e17fd3d4f3c7d926c0b6867" title="Gets or sets the reference point ">RefPoint</a> <a href="#aea02c46fd267a474743404fb970927ad">More...</a><br/></td></tr>
|
||||
<tr class="separator:aea02c46fd267a474743404fb970927ad inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af784ee343059f1ede00e841957038a0e inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#af784ee343059f1ede00e841957038a0e">AddPinFromRefPoint</a> (Point position, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type, List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > places=null)</td></tr>
|
||||
<tr class="memdesc:af784ee343059f1ede00e841957038a0e inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position depend of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a38f0b36f8e17fd3d4f3c7d926c0b6867" title="Gets or sets the reference point ">RefPoint</a> <a href="#af784ee343059f1ede00e841957038a0e">More...</a><br/></td></tr>
|
||||
<tr class="separator:af784ee343059f1ede00e841957038a0e inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a7f7d720446f3d5bace8a4bfab52368ef inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Image </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a7f7d720446f3d5bace8a4bfab52368ef">AddPin</a> (Point position, <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_pin_model.html#a2ae7b81366b91c0cda1aeada0edaf565">MapPinModel.PinType</a> type, List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > places=null)</td></tr>
|
||||
<tr class="memdesc:a7f7d720446f3d5bace8a4bfab52368ef inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Method create in image, which can show at a certain position. <a href="#a7f7d720446f3d5bace8a4bfab52368ef">More...</a><br/></td></tr>
|
||||
<tr class="separator:a7f7d720446f3d5bace8a4bfab52368ef inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0a225197a2af6a384feb134f822ca70c inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Point </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a0a225197a2af6a384feb134f822ca70c">ConverToPixelPoint</a> (double x, double y)</td></tr>
|
||||
<tr class="memdesc:a0a225197a2af6a384feb134f822ca70c inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Convert a coordinates to coordinates which address pixels. <a href="#a0a225197a2af6a384feb134f822ca70c">More...</a><br/></td></tr>
|
||||
<tr class="separator:a0a225197a2af6a384feb134f822ca70c inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -164,60 +174,33 @@ Public Member Functions</h2></td></tr>
|
||||
<tr class="memdesc:a1d7cdf47fe63c334481c4a937c1d45c3 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Convert a coordinates to coordinates which address mapPoint <a href="#a1d7cdf47fe63c334481c4a937c1d45c3">More...</a><br/></td></tr>
|
||||
<tr class="separator:a1d7cdf47fe63c334481c4a937c1d45c3 inherit pub_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
|
||||
Protected Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a8ca096666ad1105840ae826d443b6d23"><td class="memItemLeft" align="right" valign="top">override void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a8ca096666ad1105840ae826d443b6d23">LoadSpatials</a> ()</td></tr>
|
||||
<tr class="memdesc:a8ca096666ad1105840ae826d443b6d23"><td class="mdescLeft"> </td><td class="mdescRight">Loads the spatial./. <a href="#a8ca096666ad1105840ae826d443b6d23">More...</a><br/></td></tr>
|
||||
<tr class="separator:a8ca096666ad1105840ae826d443b6d23"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
|
||||
Additional Inherited Members</h2></td></tr>
|
||||
<tr class="inherit_header properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td colspan="2" onclick="javascript:toggleInherit('properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model')"><img src="closed.png" alt="-"/> Properties inherited from <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td></tr>
|
||||
<tr class="memitem:a70b138e9232856c743295505f16e6f63 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a70b138e9232856c743295505f16e6f63">ImageSource</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a70b138e9232856c743295505f16e6f63 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the ImageSource of the map <a href="#a70b138e9232856c743295505f16e6f63">More...</a><br/></td></tr>
|
||||
<tr class="separator:a70b138e9232856c743295505f16e6f63 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a9fb4071a1ddcd8a1b54a87864c36c23b inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a9fb4071a1ddcd8a1b54a87864c36c23b">ImageWidth</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a9fb4071a1ddcd8a1b54a87864c36c23b inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the ImageWidth of the map <a href="#a9fb4071a1ddcd8a1b54a87864c36c23b">More...</a><br/></td></tr>
|
||||
<tr class="separator:a9fb4071a1ddcd8a1b54a87864c36c23b inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a482ac4e598cc99e4629c63ea23bfe825 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a482ac4e598cc99e4629c63ea23bfe825">ImageHeight</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a482ac4e598cc99e4629c63ea23bfe825 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the ImageHeight of the map <a href="#a482ac4e598cc99e4629c63ea23bfe825">More...</a><br/></td></tr>
|
||||
<tr class="separator:a482ac4e598cc99e4629c63ea23bfe825 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ac9f3b58ff2657e55213b99499f9de272 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ac9f3b58ff2657e55213b99499f9de272">MapImageOffsetX</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:ac9f3b58ff2657e55213b99499f9de272 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the ImageOffsetX of the map <a href="#ac9f3b58ff2657e55213b99499f9de272">More...</a><br/></td></tr>
|
||||
<tr class="separator:ac9f3b58ff2657e55213b99499f9de272 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:abf55138a321f2bb67febe8c3d5bf774d inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#abf55138a321f2bb67febe8c3d5bf774d">MapImageOffsetY</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:abf55138a321f2bb67febe8c3d5bf774d inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the ImageOffsetY of the map <a href="#abf55138a321f2bb67febe8c3d5bf774d">More...</a><br/></td></tr>
|
||||
<tr class="separator:abf55138a321f2bb67febe8c3d5bf774d inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a241bb7fb3bef6a313e6c657fee8063a7 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a241bb7fb3bef6a313e6c657fee8063a7">GeoOffsetX</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a241bb7fb3bef6a313e6c657fee8063a7 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the GeoOffsetX of the map <a href="#a241bb7fb3bef6a313e6c657fee8063a7">More...</a><br/></td></tr>
|
||||
<tr class="separator:a241bb7fb3bef6a313e6c657fee8063a7 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:acfa16cfb25bf91d739be24bd17639301 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#acfa16cfb25bf91d739be24bd17639301">GeoOffsetY</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:acfa16cfb25bf91d739be24bd17639301 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the GeoOffsetY of the map <a href="#acfa16cfb25bf91d739be24bd17639301">More...</a><br/></td></tr>
|
||||
<tr class="separator:acfa16cfb25bf91d739be24bd17639301 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab52ba848fb8c97a1722e9e83d90868cd inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ab52ba848fb8c97a1722e9e83d90868cd">ScaleX</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:ab52ba848fb8c97a1722e9e83d90868cd inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the Scale (to pixel) of the map <a href="#ab52ba848fb8c97a1722e9e83d90868cd">More...</a><br/></td></tr>
|
||||
<tr class="separator:ab52ba848fb8c97a1722e9e83d90868cd inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a5780cf1e2979a6329035bc10327edec5 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a5780cf1e2979a6329035bc10327edec5">ScaleY</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a5780cf1e2979a6329035bc10327edec5 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the Scale (to pixel) of the map <a href="#a5780cf1e2979a6329035bc10327edec5">More...</a><br/></td></tr>
|
||||
<tr class="separator:a5780cf1e2979a6329035bc10327edec5 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a38f0b36f8e17fd3d4f3c7d926c0b6867 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top">Point </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a38f0b36f8e17fd3d4f3c7d926c0b6867">RefPoint</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a38f0b36f8e17fd3d4f3c7d926c0b6867 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the reference point <a href="#a38f0b36f8e17fd3d4f3c7d926c0b6867">More...</a><br/></td></tr>
|
||||
<tr class="separator:a38f0b36f8e17fd3d4f3c7d926c0b6867 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a9cc2b974dbcb9d6a77bc66d99d3b39d4 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_sps_model.html">SpsModel</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a9cc2b974dbcb9d6a77bc66d99d3b39d4">Spatial</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a9cc2b974dbcb9d6a77bc66d99d3b39d4 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the spatial of the map. <a href="#a9cc2b974dbcb9d6a77bc66d99d3b39d4">More...</a><br/></td></tr>
|
||||
<tr class="separator:a9cc2b974dbcb9d6a77bc66d99d3b39d4 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="inherit_header pro_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html">CampusAppWP8.Model.Campusmap.CampusMapModel</a></td></tr>
|
||||
<tr class="memitem:a8b0b08b1275a3f1c6b0fa502d7219b21 inherit pro_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="memItemLeft" align="right" valign="top">override void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html#a8b0b08b1275a3f1c6b0fa502d7219b21">LoadSpatials</a> (List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > placeList)</td></tr>
|
||||
<tr class="memdesc:a8b0b08b1275a3f1c6b0fa502d7219b21 inherit pro_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Loads the spatial./. <a href="#a8b0b08b1275a3f1c6b0fa502d7219b21">More...</a><br/></td></tr>
|
||||
<tr class="separator:a8b0b08b1275a3f1c6b0fa502d7219b21 inherit pro_methods_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="inherit_header properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td colspan="2" onclick="javascript:toggleInherit('properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model')"><img src="closed.png" alt="-"/> Properties inherited from <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html">CampusAppWP8.Model.Campusmap.CampusMapModel</a></td></tr>
|
||||
<tr class="memitem:a0eb8b6dd121188e69f75fc5a0b800606 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="memItemLeft" align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model.html#a0eb8b6dd121188e69f75fc5a0b800606">CampusId</a><code> [get, set]</code></td></tr>
|
||||
<tr class="memdesc:a0eb8b6dd121188e69f75fc5a0b800606 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Gets or sets the campusId <a href="#a0eb8b6dd121188e69f75fc5a0b800606">More...</a><br/></td></tr>
|
||||
<tr class="separator:a0eb8b6dd121188e69f75fc5a0b800606 inherit properties_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_campus_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="inherit_header events_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td colspan="2" onclick="javascript:toggleInherit('events_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model')"><img src="closed.png" alt="-"/> Events inherited from <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html">CampusAppWP8.Model.Campusmap.MapModel</a></td></tr>
|
||||
<tr class="memitem:ae64f0dcfe0c1e063f7cf4993030923df inherit events_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a83216699f05c993659bc2531b4a739bd">MapInfos</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#ae64f0dcfe0c1e063f7cf4993030923df">ShowMapInfos</a> = null</td></tr>
|
||||
<tr class="memdesc:ae64f0dcfe0c1e063f7cf4993030923df inherit events_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="mdescLeft"> </td><td class="mdescRight">Event ShowMapInfo <a href="#ae64f0dcfe0c1e063f7cf4993030923df">More...</a><br/></td></tr>
|
||||
<tr class="separator:ae64f0dcfe0c1e063f7cf4993030923df inherit events_class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Class for the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html" title="This Class manage the properties of a Map ">MapModel</a> of the mainCampus of cottbus </p>
|
||||
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a class="anchor" id="a58ebd86e818dc5c05c154f991c06d1a8"></a>
|
||||
<a class="anchor" id="a6841f1ff3b5db88422cd4b9ac16fb2f3"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">CampusAppWP8.Model.Campusmap.CBMainMapModel.CBMainMapModel </td>
|
||||
<td>(</td>
|
||||
<td class="paramname">)</td><td></td>
|
||||
<td class="paramtype">List< <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_geo_db_1_1_place_model.html">PlaceModel</a> > </td>
|
||||
<td class="paramname"><em>placeList</em>)</td><td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -225,35 +208,6 @@ Additional Inherited Members</h2></td></tr>
|
||||
|
||||
<p>Initializes a new instance of the <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html" title="Class for the MapModel of the mainCampus of cottbus ">CBMainMapModel</a> class. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a class="anchor" id="a8ca096666ad1105840ae826d443b6d23"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">override void CampusAppWP8.Model.Campusmap.CBMainMapModel.LoadSpatials </td>
|
||||
<td>(</td>
|
||||
<td class="paramname">)</td><td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">virtual</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Loads the spatial./.</p>
|
||||
<p>Stubbfel, 19.08.2013.</p>
|
||||
|
||||
<p>Reimplemented from <a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_map_model.html#a7dcf2a86a54a764c885bf42e5daed15f">CampusAppWP8.Model.Campusmap.MapModel</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
@@ -265,7 +219,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="namespace_campus_app_w_p8.html">CampusAppWP8</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_model.html">Model</a></li><li class="navelem"><a class="el" href="namespace_campus_app_w_p8_1_1_model_1_1_campusmap.html">Campusmap</a></li><li class="navelem"><a class="el" href="class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html">CBMainMapModel</a></li>
|
||||
<li class="footer">Generated on Thu Sep 12 2013 16:06:50 for CampusAppWp8 by
|
||||
<li class="footer">Generated on Thu Sep 26 2013 15:35:01 for CampusAppWp8 by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
|
||||
</ul>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
var class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model =
|
||||
[
|
||||
[ "CBMainMapModel", "class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a58ebd86e818dc5c05c154f991c06d1a8", null ],
|
||||
[ "LoadSpatials", "class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a8ca096666ad1105840ae826d443b6d23", null ]
|
||||
[ "CBMainMapModel", "class_campus_app_w_p8_1_1_model_1_1_campusmap_1_1_c_b_main_map_model.html#a6841f1ff3b5db88422cd4b9ac16fb2f3", null ]
|
||||
];
|
||||