Merge Branch 'vmcontrol' Version 0.2.0 in Branch 'master'
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					.idea/
 | 
				
			||||||
 | 
					out/
 | 
				
			||||||
 | 
					conf.ini
 | 
				
			||||||
							
								
								
									
										8
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					# Tourplaner
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Config
 | 
				
			||||||
 | 
					* DB informationen müssen in das config.ini.sample unter [db] eingetragen werden
 | 
				
			||||||
 | 
					* Datei muss in config.ini umbenannt werden
 | 
				
			||||||
 | 
					* [langde] beinhaltet alle Deutschen Texte der Gui
 | 
				
			||||||
 | 
					* [start] beinhaltet den Title und infos die beim start verabeitet werden
 | 
				
			||||||
 | 
					* [hilfe] beinhaltet die Links zu den Hilfeseiten
 | 
				
			||||||
							
								
								
									
										25
									
								
								Tourplaner.iml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,25 @@
 | 
				
			|||||||
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
 | 
					<module type="JAVA_MODULE" version="4">
 | 
				
			||||||
 | 
					  <component name="FacetManager">
 | 
				
			||||||
 | 
					    <facet type="Spring" name="Spring">
 | 
				
			||||||
 | 
					      <configuration>
 | 
				
			||||||
 | 
					        <fileset id="fileset" name="ConfigHelper" removed="false">
 | 
				
			||||||
 | 
					          <file>file://$MODULE_DIR$/src/tourplaner/business/ConfigHelper.java</file>
 | 
				
			||||||
 | 
					        </fileset>
 | 
				
			||||||
 | 
					      </configuration>
 | 
				
			||||||
 | 
					    </facet>
 | 
				
			||||||
 | 
					  </component>
 | 
				
			||||||
 | 
					  <component name="NewModuleRootManager" inherit-compiler-output="true">
 | 
				
			||||||
 | 
					    <exclude-output />
 | 
				
			||||||
 | 
					    <content url="file://$MODULE_DIR$">
 | 
				
			||||||
 | 
					      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
 | 
				
			||||||
 | 
					    </content>
 | 
				
			||||||
 | 
					    <orderEntry type="jdk" jdkName="11" jdkType="JavaSDK" />
 | 
				
			||||||
 | 
					    <orderEntry type="sourceFolder" forTests="false" />
 | 
				
			||||||
 | 
					    <orderEntry type="library" name="lib" level="project" />
 | 
				
			||||||
 | 
					    <orderEntry type="library" name="junit:junit:4.13.2" level="project" />
 | 
				
			||||||
 | 
					    <orderEntry type="library" name="org.slf4j:slf4j-log4j12:1.7.12" level="project" />
 | 
				
			||||||
 | 
					    <orderEntry type="library" name="org.ini4j:ini4j:0.5.4" level="project" />
 | 
				
			||||||
 | 
					    <orderEntry type="library" name="org.postgresql:postgresql:42.2.19" level="project" />
 | 
				
			||||||
 | 
					  </component>
 | 
				
			||||||
 | 
					</module>
 | 
				
			||||||
							
								
								
									
										49
									
								
								conf.ini.sample
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,49 @@
 | 
				
			|||||||
 | 
					[start]
 | 
				
			||||||
 | 
					message = Tour Planer App gestartet
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[db]
 | 
				
			||||||
 | 
					dbname = tourplaner
 | 
				
			||||||
 | 
					url =
 | 
				
			||||||
 | 
					port = 5432
 | 
				
			||||||
 | 
					user =
 | 
				
			||||||
 | 
					pw =
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[hilfe]
 | 
				
			||||||
 | 
					gitrepo = https://git.dergeorg.at/dergeorg/tourplaner
 | 
				
			||||||
 | 
					doxygendoc = https://git.dergeorg.at/dergeorg/tourplaner
 | 
				
			||||||
 | 
					javadoc = https://git.dergeorg.at/dergeorg/tourplaner
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[langde]
 | 
				
			||||||
 | 
					achtung = ACHTUNG
 | 
				
			||||||
 | 
					openbrowsererror = TourplanerController -> Browser:
 | 
				
			||||||
 | 
					browserexception = Browser Exception
 | 
				
			||||||
 | 
					browserexceptionmsg = Error beim öffnen des Browsers
 | 
				
			||||||
 | 
					suchfeldleer = Suchfeld ist leer!
 | 
				
			||||||
 | 
					suchtextzuerst = Bitte zuerst den Suchtext in das Suchfeld eingeben!
 | 
				
			||||||
 | 
					keinetourselected = Keine Tour ausgewählt!
 | 
				
			||||||
 | 
					tournametitle = Tourname
 | 
				
			||||||
 | 
					tournameheader = Bitte geben Sie den Namen der Tour an!
 | 
				
			||||||
 | 
					tournamemsg = Name:
 | 
				
			||||||
 | 
					namevergebenheader = Name bereits vergeben!
 | 
				
			||||||
 | 
					namevergebenmsg1 = Der Name '
 | 
				
			||||||
 | 
					namevergebenmsg2 = ' ist bereits vergeben, bitte verwenden Sie einen andern!
 | 
				
			||||||
 | 
					startpunkttitle = Tour Startpunkt
 | 
				
			||||||
 | 
					startpunktheader = Bitte geben Sie den Startpunkt der Tour an!
 | 
				
			||||||
 | 
					startpunktmsg = Startpunkt:
 | 
				
			||||||
 | 
					zielpunkttitle = Tour zielpunkt
 | 
				
			||||||
 | 
					zielpunktheader = Bitte geben Sie den Zielpunkt der Tour an!
 | 
				
			||||||
 | 
					zielpunktmsg = Zielpunkt:
 | 
				
			||||||
 | 
					deltournoselect = ViewModel -> DelTour
 | 
				
			||||||
 | 
					deltournoselectmsg = Bitte wählen Sie zuerst eine Tour aus, bevor Sie auf löschen klicken!
 | 
				
			||||||
 | 
					exceptionstackheader = Exception stacktrace:
 | 
				
			||||||
 | 
					keinelogsvorhanden = Fügen Sie erst ein Log hinzu um es anzuzeigen!
 | 
				
			||||||
 | 
					datum = Datum
 | 
				
			||||||
 | 
					dauer = Dauer
 | 
				
			||||||
 | 
					strecke = Strecke
 | 
				
			||||||
 | 
					streckemsg = Strecke des Logeintrages
 | 
				
			||||||
 | 
					dauermsg = Dauer des Logeintrages
 | 
				
			||||||
 | 
					doppelpunkt = :
 | 
				
			||||||
 | 
					fktnichtimplementiert = Diese Funktion ist noch nicht Implementiert
 | 
				
			||||||
 | 
					vergessenodernochnichtsoweit = Entweder hat DerGeorg darauf vergessen oder ist noch nicht so weit gekommen um das zu machen!
 | 
				
			||||||
 | 
					logtournotselectedmsg = Bitte wählen Sie zuerst eine Tour aus, bevor sie einen log Eintrag erstellen!
 | 
				
			||||||
							
								
								
									
										19
									
								
								doxygendoc/docbook/_db_connect_8java.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="__db_connect_8java" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>data/DbConnect.java File Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>data/DbConnect.java</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1data_1_1_db_connect">tourplaner.data.DbConnect</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Packages    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>package <link linkend="_namespacetourplaner_1_1data">tourplaner.data</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										19
									
								
								doxygendoc/docbook/_log_helper_8java.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="__log_helper_8java" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>business/LogHelper.java File Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>business/LogHelper.java</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1business_1_1_log_helper">tourplaner.business.LogHelper</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Packages    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>package <link linkend="_namespacetourplaner_1_1business">tourplaner.business</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/_main_8java.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="__main_8java" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>Main.java File Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>Main.java</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1_main">tourplaner.Main</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										19
									
								
								doxygendoc/docbook/_presenter_main_8java.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="__presenter_main_8java" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>ui/PresenterMain.java File Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>ui/PresenterMain.java</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1ui_1_1_presenter_main">tourplaner.ui.PresenterMain</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Packages    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>package <link linkend="_namespacetourplaner_1_1ui">tourplaner.ui</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										19
									
								
								doxygendoc/docbook/_tour_8java.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="__tour_8java" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>model/Tour.java File Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>model/Tour.java</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1model_1_1_tour">tourplaner.object.Tour</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Packages    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>package <link linkend="_namespacetourplaner_1_1model">tourplaner.object</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										19
									
								
								doxygendoc/docbook/_tour_planer_8java.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="__tour_planer_8java" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>business/TourPlaner.java File Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>business/TourPlaner.java</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1business_1_1_tour_planer">tourplaner.business.TourPlaner</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Packages    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>package <link linkend="_namespacetourplaner_1_1business">tourplaner.business</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										4
									
								
								doxygendoc/docbook/annotated.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_annotated" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>Class List</title>
 | 
				
			||||||
 | 
					Here are the classes, structs, unions and interfaces with brief descriptions:<link linkend="_classtourplaner_1_1data_1_1_db_connect">tourplaner.data.DbConnect</link><link linkend="_classtourplaner_1_1business_1_1_log_helper">tourplaner.business.LogHelper</link><link linkend="_classtourplaner_1_1_main">tourplaner.Main</link><link linkend="_classtourplaner_1_1ui_1_1_presenter_main">tourplaner.ui.PresenterMain</link><link linkend="_classtourplaner_1_1model_1_1_tour">tourplaner.object.Tour</link><link linkend="_classtourplaner_1_1business_1_1_tour_planer">tourplaner.business.TourPlaner</link></section>
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/docbook/classtourplaner_1_1_main.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 487 B  | 
							
								
								
									
										41
									
								
								doxygendoc/docbook/classtourplaner_1_1_main.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,41 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_classtourplaner_1_1_main" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>tourplaner.Main Class Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.Main</primary></indexterm>
 | 
				
			||||||
 | 
					<para>Inheritance diagram for tourplaner.Main:    <informalfigure>
 | 
				
			||||||
 | 
					        <mediaobject>
 | 
				
			||||||
 | 
					            <imageobject>
 | 
				
			||||||
 | 
					                <imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="classtourplaner_1_1_main.png"></imagedata>
 | 
				
			||||||
 | 
					            </imageobject>
 | 
				
			||||||
 | 
					        </mediaobject>
 | 
				
			||||||
 | 
					    </informalfigure>
 | 
				
			||||||
 | 
					</para>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Public Member Functions    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>void <link linkend="_classtourplaner_1_1_main_1a702ef24de8b56404a72b0b3c3d1a8a81">start</link> (Stage primaryStage)  throws Exception</para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Static Public Member Functions    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>static void <link linkend="_classtourplaner_1_1_main_1a19b99c1e2e1653d83dd87c96de4811a2">main</link> (String[] args)</para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Member Function Documentation</title>
 | 
				
			||||||
 | 
					<anchor xml:id="_classtourplaner_1_1_main_1a19b99c1e2e1653d83dd87c96de4811a2"/>    <section>
 | 
				
			||||||
 | 
					    <title>main()</title>
 | 
				
			||||||
 | 
					<indexterm><primary>main</primary><secondary>tourplaner.Main</secondary></indexterm>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.Main</primary><secondary>main</secondary></indexterm>
 | 
				
			||||||
 | 
					<para><computeroutput>static void tourplaner.Main.main (String[] args)<computeroutput>[static]</computeroutput></computeroutput></para>    </section><anchor xml:id="_classtourplaner_1_1_main_1a702ef24de8b56404a72b0b3c3d1a8a81"/>    <section>
 | 
				
			||||||
 | 
					    <title>start()</title>
 | 
				
			||||||
 | 
					<indexterm><primary>start</primary><secondary>tourplaner.Main</secondary></indexterm>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.Main</primary><secondary>start</secondary></indexterm>
 | 
				
			||||||
 | 
					<para><computeroutput>void tourplaner.Main.start (Stage primaryStage) throws Exception</computeroutput></para></section>
 | 
				
			||||||
 | 
					<para>
 | 
				
			||||||
 | 
					The documentation for this class was generated from the following file:</para>
 | 
				
			||||||
 | 
					<link linkend="__main_8java">Main.java</link></section>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
@@ -0,0 +1,33 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_classtourplaner_1_1business_1_1_log_helper" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>tourplaner.business.LogHelper Class Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.business.LogHelper</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Static Public Member Functions    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>static Logger <link linkend="_classtourplaner_1_1business_1_1_log_helper_1a4fe4b5b7d622b25140398a9f7ac1e492">getLogger</link> ()</para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Detailed Description</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<para>Hilft beim Logging mit log4j </para>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Member Function Documentation</title>
 | 
				
			||||||
 | 
					<anchor xml:id="_classtourplaner_1_1business_1_1_log_helper_1a4fe4b5b7d622b25140398a9f7ac1e492"/>    <section>
 | 
				
			||||||
 | 
					    <title>getLogger()</title>
 | 
				
			||||||
 | 
					<indexterm><primary>getLogger</primary><secondary>tourplaner.business.LogHelper</secondary></indexterm>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.business.LogHelper</primary><secondary>getLogger</secondary></indexterm>
 | 
				
			||||||
 | 
					<para><computeroutput>static Logger tourplaner.business.LogHelper.getLogger ( )<computeroutput>[static]</computeroutput></computeroutput></para>
 | 
				
			||||||
 | 
					<para>Holt den passenden logger für die Anwendung <formalpara><title>Returns</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<para>Der Aktuelle passende Logger, null bei error </para>
 | 
				
			||||||
 | 
					</formalpara>
 | 
				
			||||||
 | 
					</para>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
 | 
					<para>
 | 
				
			||||||
 | 
					The documentation for this class was generated from the following file:</para>
 | 
				
			||||||
 | 
					business/<link linkend="__log_helper_8java">LogHelper.java</link></section>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
@@ -0,0 +1,50 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_classtourplaner_1_1business_1_1_tour_planer" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>tourplaner.business.TourPlaner Class Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.business.TourPlaner</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Public Member Functions    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para><link linkend="_classtourplaner_1_1business_1_1_tour_planer_1af80ef91c55ae06c347f3e3bb13eeb0ff">TourPlaner</link> (Stage primaryStage)</para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Detailed Description</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<para>Haupt Logik des Tourplaners </para>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Constructor & Destructor Documentation</title>
 | 
				
			||||||
 | 
					<anchor xml:id="_classtourplaner_1_1business_1_1_tour_planer_1af80ef91c55ae06c347f3e3bb13eeb0ff"/>    <section>
 | 
				
			||||||
 | 
					    <title>TourPlaner()</title>
 | 
				
			||||||
 | 
					<indexterm><primary>TourPlaner</primary><secondary>tourplaner.business.TourPlaner</secondary></indexterm>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.business.TourPlaner</primary><secondary>TourPlaner</secondary></indexterm>
 | 
				
			||||||
 | 
					<para><computeroutput>tourplaner.business.TourPlaner.TourPlaner (Stage primaryStage)</computeroutput></para>
 | 
				
			||||||
 | 
					<para>Startet alle bennötigten Komponenten 
 | 
				
			||||||
 | 
					                <formalpara>
 | 
				
			||||||
 | 
					                    <title>
 | 
				
			||||||
 | 
					Parameters                    </title>
 | 
				
			||||||
 | 
					                    <para>
 | 
				
			||||||
 | 
					                    <table frame="all">
 | 
				
			||||||
 | 
					                        <tgroup cols="2" align="left" colsep="1" rowsep="1">
 | 
				
			||||||
 | 
					                        <colspec colwidth="1*"/>
 | 
				
			||||||
 | 
					                        <colspec colwidth="4*"/>
 | 
				
			||||||
 | 
					                        <tbody>
 | 
				
			||||||
 | 
					                            <row>
 | 
				
			||||||
 | 
					                                <entry>primaryStage</entry>
 | 
				
			||||||
 | 
					                                <entry>
 | 
				
			||||||
 | 
					<para>Stage für den Presenter </para>
 | 
				
			||||||
 | 
					</entry>
 | 
				
			||||||
 | 
					                            </row>
 | 
				
			||||||
 | 
					                        </tbody>
 | 
				
			||||||
 | 
					                        </tgroup>
 | 
				
			||||||
 | 
					                    </table>
 | 
				
			||||||
 | 
					                    </para>
 | 
				
			||||||
 | 
					                </formalpara>
 | 
				
			||||||
 | 
					                </para>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
 | 
					<para>
 | 
				
			||||||
 | 
					The documentation for this class was generated from the following file:</para>
 | 
				
			||||||
 | 
					business/<link linkend="__tour_planer_8java">TourPlaner.java</link></section>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_classtourplaner_1_1data_1_1_db_connect" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>tourplaner.data.DbConnect Class Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.data.DbConnect</primary></indexterm>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Detailed Description</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<para>Verwaltet die Datenbankverbindung zu dem Postgres Server </para>
 | 
				
			||||||
 | 
					<para>
 | 
				
			||||||
 | 
					The documentation for this class was generated from the following file:</para>
 | 
				
			||||||
 | 
					data/<link linkend="__db_connect_8java">DbConnect.java</link></section>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/classtourplaner_1_1model_1_1_tour.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_classtourplaner_1_1model_1_1_tour" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>tourplaner.object.Tour Class Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.object.Tour</primary></indexterm>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Detailed Description</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<para>Model einer <link linkend="_classtourplaner_1_1model_1_1_tour">Tour</link> </para>
 | 
				
			||||||
 | 
					<para>
 | 
				
			||||||
 | 
					The documentation for this class was generated from the following file:</para>
 | 
				
			||||||
 | 
					model/<link linkend="__tour_8java">Tour.java</link></section>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
@@ -0,0 +1,56 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_classtourplaner_1_1ui_1_1_presenter_main" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>tourplaner.ui.PresenterMain Class Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.ui.PresenterMain</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Public Member Functions    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para><link linkend="_classtourplaner_1_1ui_1_1_presenter_main_1a15fdfd6a5b783de488b90b47fb7327f7">PresenterMain</link> (Stage primaryStage, Logger logger)</para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Detailed Description</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<para>Presenter des Tourplaners </para>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
 | 
					<section>
 | 
				
			||||||
 | 
					<title>Constructor & Destructor Documentation</title>
 | 
				
			||||||
 | 
					<anchor xml:id="_classtourplaner_1_1ui_1_1_presenter_main_1a15fdfd6a5b783de488b90b47fb7327f7"/>    <section>
 | 
				
			||||||
 | 
					    <title>PresenterMain()</title>
 | 
				
			||||||
 | 
					<indexterm><primary>PresenterMain</primary><secondary>tourplaner.ui.PresenterMain</secondary></indexterm>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.ui.PresenterMain</primary><secondary>PresenterMain</secondary></indexterm>
 | 
				
			||||||
 | 
					<para><computeroutput>tourplaner.ui.PresenterMain.PresenterMain (Stage primaryStage, Logger logger)</computeroutput></para>
 | 
				
			||||||
 | 
					<para>Startet die Gui 
 | 
				
			||||||
 | 
					                <formalpara>
 | 
				
			||||||
 | 
					                    <title>
 | 
				
			||||||
 | 
					Parameters                    </title>
 | 
				
			||||||
 | 
					                    <para>
 | 
				
			||||||
 | 
					                    <table frame="all">
 | 
				
			||||||
 | 
					                        <tgroup cols="2" align="left" colsep="1" rowsep="1">
 | 
				
			||||||
 | 
					                        <colspec colwidth="1*"/>
 | 
				
			||||||
 | 
					                        <colspec colwidth="4*"/>
 | 
				
			||||||
 | 
					                        <tbody>
 | 
				
			||||||
 | 
					                            <row>
 | 
				
			||||||
 | 
					                                <entry>primaryStage</entry>
 | 
				
			||||||
 | 
					                                <entry>
 | 
				
			||||||
 | 
					<para>Stage der GUI </para>
 | 
				
			||||||
 | 
					</entry>
 | 
				
			||||||
 | 
					                            </row>
 | 
				
			||||||
 | 
					                            <row>
 | 
				
			||||||
 | 
					                                <entry>logger</entry>
 | 
				
			||||||
 | 
					                                <entry>
 | 
				
			||||||
 | 
					<para>Aktueller Logger </para>
 | 
				
			||||||
 | 
					</entry>
 | 
				
			||||||
 | 
					                            </row>
 | 
				
			||||||
 | 
					                        </tbody>
 | 
				
			||||||
 | 
					                        </tgroup>
 | 
				
			||||||
 | 
					                    </table>
 | 
				
			||||||
 | 
					                    </para>
 | 
				
			||||||
 | 
					                </formalpara>
 | 
				
			||||||
 | 
					                </para>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
 | 
					<para>
 | 
				
			||||||
 | 
					The documentation for this class was generated from the following file:</para>
 | 
				
			||||||
 | 
					ui/<link linkend="__presenter_main_8java">PresenterMain.java</link></section>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/dir_1788f8309b1a812dcb800a185471cf6c.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_dir_1788f8309b1a812dcb800a185471cf6c" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>ui Directory Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>ui Directory Reference</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Files    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>file <link linkend="__presenter_main_8java">PresenterMain.java</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/dir_3f14f6767c31cb4a1d22c13c18cc6fc3.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_dir_3f14f6767c31cb4a1d22c13c18cc6fc3" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>model Directory Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>model Directory Reference</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Files    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>file <link linkend="__tour_8java">Tour.java</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/dir_472fafaf0f039b9e6b043966c1ef7dbf.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_dir_472fafaf0f039b9e6b043966c1ef7dbf" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>data Directory Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>data Directory Reference</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Files    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>file <link linkend="__db_connect_8java">DbConnect.java</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										14
									
								
								doxygendoc/docbook/dir_9d204d61c565c853dff1ba4735ad87ac.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_dir_9d204d61c565c853dff1ba4735ad87ac" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>business Directory Reference</title>
 | 
				
			||||||
 | 
					<indexterm><primary>business Directory Reference</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Files    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>file <link linkend="__log_helper_8java">LogHelper.java</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					            <listitem><para>file <link linkend="__tour_planer_8java">TourPlaner.java</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										32
									
								
								doxygendoc/docbook/index.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,32 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<book xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_index" xml:lang="en-US">
 | 
				
			||||||
 | 
					    <info>
 | 
				
			||||||
 | 
					    <title>Tourplaner</title>
 | 
				
			||||||
 | 
					    </info>
 | 
				
			||||||
 | 
					<chapter>
 | 
				
			||||||
 | 
					    <title>Namespace Documentation</title>
 | 
				
			||||||
 | 
					<xi:include href="namespacetourplaner_1_1business.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					<xi:include href="namespacetourplaner_1_1data.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					<xi:include href="namespacetourplaner_1_1model.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					<xi:include href="namespacetourplaner_1_1ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					</chapter>
 | 
				
			||||||
 | 
					<chapter>
 | 
				
			||||||
 | 
					    <title>Class Documentation</title>
 | 
				
			||||||
 | 
					    <xi:include href="classtourplaner_1_1data_1_1_db_connect.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="classtourplaner_1_1business_1_1_log_helper.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="classtourplaner_1_1_main.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="classtourplaner_1_1ui_1_1_presenter_main.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="classtourplaner_1_1model_1_1_tour.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="classtourplaner_1_1business_1_1_tour_planer.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					</chapter>
 | 
				
			||||||
 | 
					<chapter>
 | 
				
			||||||
 | 
					    <title>File Documentation</title>
 | 
				
			||||||
 | 
					    <xi:include href="_log_helper_8java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="_tour_planer_8java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="_db_connect_8java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="_main_8java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="_tour_8java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					    <xi:include href="_presenter_main_8java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 | 
				
			||||||
 | 
					</chapter>
 | 
				
			||||||
 | 
					<index/>
 | 
				
			||||||
 | 
					</book>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/namespacetourplaner.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_namespacetourplaner" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>Package tourplaner</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1_main">Main</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										14
									
								
								doxygendoc/docbook/namespacetourplaner_1_1business.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_namespacetourplaner_1_1business" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>Package tourplaner.business</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.business</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1business_1_1_log_helper">LogHelper</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1business_1_1_tour_planer">TourPlaner</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/namespacetourplaner_1_1data.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_namespacetourplaner_1_1data" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>Package tourplaner.data</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.data</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1data_1_1_db_connect">DbConnect</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/namespacetourplaner_1_1model.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_namespacetourplaner_1_1model" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>Package tourplaner.object</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.object</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1model_1_1_tour">Tour</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										12
									
								
								doxygendoc/docbook/namespacetourplaner_1_1ui.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='no'?>
 | 
				
			||||||
 | 
					<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_namespacetourplaner_1_1ui" xml:lang="en-US">
 | 
				
			||||||
 | 
					<title>Package tourplaner.ui</title>
 | 
				
			||||||
 | 
					<indexterm><primary>tourplaner.ui</primary></indexterm>
 | 
				
			||||||
 | 
					<simplesect>
 | 
				
			||||||
 | 
					    <title>Classes    </title>
 | 
				
			||||||
 | 
					        <itemizedlist>
 | 
				
			||||||
 | 
					            <listitem><para>class <link linkend="_classtourplaner_1_1ui_1_1_presenter_main">PresenterMain</link></para>
 | 
				
			||||||
 | 
					</listitem>
 | 
				
			||||||
 | 
					        </itemizedlist>
 | 
				
			||||||
 | 
					</simplesect>
 | 
				
			||||||
 | 
					</section>
 | 
				
			||||||
							
								
								
									
										114
									
								
								doxygendoc/html/_db_connect_8java.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,114 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: data/DbConnect.java File Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('_db_connect_8java.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a> |
 | 
				
			||||||
 | 
					<a href="#namespaces">Packages</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">DbConnect.java File Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1data_1_1_db_connect.html">tourplaner.data.DbConnect</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table><table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
 | 
				
			||||||
 | 
					Packages</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:namespacetourplaner_1_1data"><td class="memItemLeft" align="right" valign="top">package  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetourplaner_1_1data.html">tourplaner.data</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_472fafaf0f039b9e6b043966c1ef7dbf.html">data</a></li><li class="navelem"><a class="el" href="_db_connect_8java.html">DbConnect.java</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										114
									
								
								doxygendoc/html/_log_helper_8java.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,114 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: business/LogHelper.java File Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('_log_helper_8java.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a> |
 | 
				
			||||||
 | 
					<a href="#namespaces">Packages</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">LogHelper.java File Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html">tourplaner.business.LogHelper</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table><table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
 | 
				
			||||||
 | 
					Packages</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:namespacetourplaner_1_1business"><td class="memItemLeft" align="right" valign="top">package  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetourplaner_1_1business.html">tourplaner.business</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_9d204d61c565c853dff1ba4735ad87ac.html">business</a></li><li class="navelem"><a class="el" href="_log_helper_8java.html">LogHelper.java</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										108
									
								
								doxygendoc/html/_main_8java.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,108 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Main.java File Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('_main_8java.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Main.java File Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1_main.html">tourplaner.Main</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="_main_8java.html">Main.java</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										114
									
								
								doxygendoc/html/_presenter_main_8java.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,114 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: ui/PresenterMain.java File Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('_presenter_main_8java.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a> |
 | 
				
			||||||
 | 
					<a href="#namespaces">Packages</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">PresenterMain.java File Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html">tourplaner.ui.PresenterMain</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table><table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
 | 
				
			||||||
 | 
					Packages</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:namespacetourplaner_1_1ui"><td class="memItemLeft" align="right" valign="top">package  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetourplaner_1_1ui.html">tourplaner.ui</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_1788f8309b1a812dcb800a185471cf6c.html">ui</a></li><li class="navelem"><a class="el" href="_presenter_main_8java.html">PresenterMain.java</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										114
									
								
								doxygendoc/html/_tour_8java.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,114 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: model/Tour.java File Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('_tour_8java.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a> |
 | 
				
			||||||
 | 
					<a href="#namespaces">Packages</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Tour.java File Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1model_1_1_tour.html">tourplaner.object.Tour</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table><table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
 | 
				
			||||||
 | 
					Packages</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:namespacetourplaner_1_1model"><td class="memItemLeft" align="right" valign="top">package  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetourplaner_1_1model.html">tourplaner.object</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html">model</a></li><li class="navelem"><a class="el" href="_tour_8java.html">Tour.java</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										114
									
								
								doxygendoc/html/_tour_planer_8java.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,114 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: business/TourPlaner.java File Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('_tour_planer_8java.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a> |
 | 
				
			||||||
 | 
					<a href="#namespaces">Packages</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">TourPlaner.java File Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html">tourplaner.business.TourPlaner</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table><table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
 | 
				
			||||||
 | 
					Packages</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:namespacetourplaner_1_1business"><td class="memItemLeft" align="right" valign="top">package  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetourplaner_1_1business.html">tourplaner.business</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_9d204d61c565c853dff1ba4735ad87ac.html">business</a></li><li class="navelem"><a class="el" href="_tour_planer_8java.html">TourPlaner.java</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										114
									
								
								doxygendoc/html/annotated.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,114 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Class List</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('annotated.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Class List</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
 | 
				
			||||||
 | 
					<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
 | 
				
			||||||
 | 
					<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><b>tourplaner</b></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1business.html" target="_self">business</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html" target="_self">LogHelper</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html" target="_self">TourPlaner</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1data.html" target="_self">data</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1data_1_1_db_connect.html" target="_self">DbConnect</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_2_" class="arrow" onclick="toggleFolder('0_2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1model.html" target="_self">model</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_2_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1model_1_1_tour.html" target="_self">Tour</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_3_" class="arrow" onclick="toggleFolder('0_3_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1ui.html" target="_self">ui</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_3_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html" target="_self">PresenterMain</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1_main.html" target="_self">Main</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div><!-- directory -->
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										19
									
								
								doxygendoc/html/annotated_dup.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					var annotated_dup =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "tourplaner", null, [
 | 
				
			||||||
 | 
					      [ "business", "namespacetourplaner_1_1business.html", [
 | 
				
			||||||
 | 
					        [ "LogHelper", "classtourplaner_1_1business_1_1_log_helper.html", null ],
 | 
				
			||||||
 | 
					        [ "TourPlaner", "classtourplaner_1_1business_1_1_tour_planer.html", "classtourplaner_1_1business_1_1_tour_planer" ]
 | 
				
			||||||
 | 
					      ] ],
 | 
				
			||||||
 | 
					      [ "data", "namespacetourplaner_1_1data.html", [
 | 
				
			||||||
 | 
					        [ "DbConnect", "classtourplaner_1_1data_1_1_db_connect.html", null ]
 | 
				
			||||||
 | 
					      ] ],
 | 
				
			||||||
 | 
					      [ "model", "namespacetourplaner_1_1model.html", [
 | 
				
			||||||
 | 
					        [ "Tour", "classtourplaner_1_1model_1_1_tour.html", null ]
 | 
				
			||||||
 | 
					      ] ],
 | 
				
			||||||
 | 
					      [ "ui", "namespacetourplaner_1_1ui.html", [
 | 
				
			||||||
 | 
					        [ "PresenterMain", "classtourplaner_1_1ui_1_1_presenter_main.html", "classtourplaner_1_1ui_1_1_presenter_main" ]
 | 
				
			||||||
 | 
					      ] ],
 | 
				
			||||||
 | 
					      [ "Main", "classtourplaner_1_1_main.html", "classtourplaner_1_1_main" ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/bc_s.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 676 B  | 
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/bdwn.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 147 B  | 
							
								
								
									
										117
									
								
								doxygendoc/html/classes.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,117 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Class Index</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classes.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Class Index</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<div class="qindex"><a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_L">L</a> | <a class="qindex" href="#letter_M">M</a> | <a class="qindex" href="#letter_P">P</a> | <a class="qindex" href="#letter_T">T</a></div>
 | 
				
			||||||
 | 
					<div class="classindex">
 | 
				
			||||||
 | 
					<dl class="classindex even">
 | 
				
			||||||
 | 
					<dt class="alphachar"><a name="letter_D">D</a></dt>
 | 
				
			||||||
 | 
					<dd><a class="el" href="classtourplaner_1_1data_1_1_db_connect.html">DbConnect</a> (<a class="el" href="namespacetourplaner_1_1data.html">tourplaner.data</a>)</dd></dl>
 | 
				
			||||||
 | 
					<dl class="classindex odd">
 | 
				
			||||||
 | 
					<dt class="alphachar"><a name="letter_L">L</a></dt>
 | 
				
			||||||
 | 
					<dd><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html">LogHelper</a> (<a class="el" href="namespacetourplaner_1_1business.html">tourplaner.business</a>)</dd></dl>
 | 
				
			||||||
 | 
					<dl class="classindex even">
 | 
				
			||||||
 | 
					<dt class="alphachar"><a name="letter_M">M</a></dt>
 | 
				
			||||||
 | 
					<dd><a class="el" href="classtourplaner_1_1_main.html">Main</a> (tourplaner)</dd></dl>
 | 
				
			||||||
 | 
					<dl class="classindex odd">
 | 
				
			||||||
 | 
					<dt class="alphachar"><a name="letter_P">P</a></dt>
 | 
				
			||||||
 | 
					<dd><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html">PresenterMain</a> (<a class="el" href="namespacetourplaner_1_1ui.html">tourplaner.ui</a>)</dd></dl>
 | 
				
			||||||
 | 
					<dl class="classindex even">
 | 
				
			||||||
 | 
					<dt class="alphachar"><a name="letter_T">T</a></dt>
 | 
				
			||||||
 | 
					<dd><a class="el" href="classtourplaner_1_1model_1_1_tour.html">Tour</a> (<a class="el" href="namespacetourplaner_1_1model.html">tourplaner.object</a>)</dd><dd><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html">TourPlaner</a> (<a class="el" href="namespacetourplaner_1_1business.html">tourplaner.business</a>)</dd></dl>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										104
									
								
								doxygendoc/html/classtourplaner_1_1_main-members.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,104 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Member List</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1_main.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.Main Member List</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<p>This is the complete list of members for <a class="el" href="classtourplaner_1_1_main.html">tourplaner.Main</a>, including all inherited members.</p>
 | 
				
			||||||
 | 
					<table class="directory">
 | 
				
			||||||
 | 
					  <tr class="even"><td class="entry"><a class="el" href="classtourplaner_1_1_main.html#a19b99c1e2e1653d83dd87c96de4811a2">main</a>(String[] args)</td><td class="entry"><a class="el" href="classtourplaner_1_1_main.html">tourplaner.Main</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
 | 
				
			||||||
 | 
					  <tr><td class="entry"><a class="el" href="classtourplaner_1_1_main.html#a702ef24de8b56404a72b0b3c3d1a8a81">start</a>(Stage primaryStage)</td><td class="entry"><a class="el" href="classtourplaner_1_1_main.html">tourplaner.Main</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										169
									
								
								doxygendoc/html/classtourplaner_1_1_main.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,169 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: tourplaner.Main Class Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1_main.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#pub-methods">Public Member Functions</a> |
 | 
				
			||||||
 | 
					<a href="#pub-static-methods">Static Public Member Functions</a> |
 | 
				
			||||||
 | 
					<a href="classtourplaner_1_1_main-members.html">List of all members</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.Main Class Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<div class="dynheader">
 | 
				
			||||||
 | 
					Inheritance diagram for tourplaner.Main:</div>
 | 
				
			||||||
 | 
					<div class="dyncontent">
 | 
				
			||||||
 | 
					 <div class="center">
 | 
				
			||||||
 | 
					  <img src="classtourplaner_1_1_main.png" alt=""/>
 | 
				
			||||||
 | 
					 </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:a702ef24de8b56404a72b0b3c3d1a8a81"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1_main.html#a702ef24de8b56404a72b0b3c3d1a8a81">start</a> (Stage primaryStage)  throws Exception</td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:a702ef24de8b56404a72b0b3c3d1a8a81"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table><table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
 | 
				
			||||||
 | 
					Static Public Member Functions</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:a19b99c1e2e1653d83dd87c96de4811a2"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1_main.html#a19b99c1e2e1653d83dd87c96de4811a2">main</a> (String[] args)</td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:a19b99c1e2e1653d83dd87c96de4811a2"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					<h2 class="groupheader">Member Function Documentation</h2>
 | 
				
			||||||
 | 
					<a id="a19b99c1e2e1653d83dd87c96de4811a2"></a>
 | 
				
			||||||
 | 
					<h2 class="memtitle"><span class="permalink"><a href="#a19b99c1e2e1653d83dd87c96de4811a2">◆ </a></span>main()</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="memitem">
 | 
				
			||||||
 | 
					<div class="memproto">
 | 
				
			||||||
 | 
					<table class="mlabels">
 | 
				
			||||||
 | 
					  <tr>
 | 
				
			||||||
 | 
					  <td class="mlabels-left">
 | 
				
			||||||
 | 
					      <table class="memname">
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td class="memname">static void tourplaner.Main.main </td>
 | 
				
			||||||
 | 
					          <td>(</td>
 | 
				
			||||||
 | 
					          <td class="paramtype">String[] </td>
 | 
				
			||||||
 | 
					          <td class="paramname"><em>args</em></td><td>)</td>
 | 
				
			||||||
 | 
					          <td></td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					  <td class="mlabels-right">
 | 
				
			||||||
 | 
					<span class="mlabels"><span class="mlabel">static</span></span>  </td>
 | 
				
			||||||
 | 
					  </tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div><div class="memdoc">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<a id="a702ef24de8b56404a72b0b3c3d1a8a81"></a>
 | 
				
			||||||
 | 
					<h2 class="memtitle"><span class="permalink"><a href="#a702ef24de8b56404a72b0b3c3d1a8a81">◆ </a></span>start()</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="memitem">
 | 
				
			||||||
 | 
					<div class="memproto">
 | 
				
			||||||
 | 
					      <table class="memname">
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td class="memname">void tourplaner.Main.start </td>
 | 
				
			||||||
 | 
					          <td>(</td>
 | 
				
			||||||
 | 
					          <td class="paramtype">Stage </td>
 | 
				
			||||||
 | 
					          <td class="paramname"><em>primaryStage</em></td><td>)</td>
 | 
				
			||||||
 | 
					          <td> throws Exception</td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					</div><div class="memdoc">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<hr/>The documentation for this class was generated from the following file:<ul>
 | 
				
			||||||
 | 
					<li><a class="el" href="_main_8java.html">Main.java</a></li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</div><!-- contents -->
 | 
				
			||||||
 | 
					</div><!-- doc-content -->
 | 
				
			||||||
 | 
					<!-- start footer part -->
 | 
				
			||||||
 | 
					<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 | 
				
			||||||
 | 
					  <ul>
 | 
				
			||||||
 | 
					    <li class="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="classtourplaner_1_1_main.html">Main</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										4
									
								
								doxygendoc/html/classtourplaner_1_1_main.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					var classtourplaner_1_1_main =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "start", "classtourplaner_1_1_main.html#a702ef24de8b56404a72b0b3c3d1a8a81", null ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/classtourplaner_1_1_main.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 487 B  | 
@@ -0,0 +1,103 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Member List</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1business_1_1_log_helper.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.business.LogHelper Member List</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<p>This is the complete list of members for <a class="el" href="classtourplaner_1_1business_1_1_log_helper.html">tourplaner.business.LogHelper</a>, including all inherited members.</p>
 | 
				
			||||||
 | 
					<table class="directory">
 | 
				
			||||||
 | 
					  <tr class="even"><td class="entry"><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html#a4fe4b5b7d622b25140398a9f7ac1e492">getLogger</a>()</td><td class="entry"><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html">tourplaner.business.LogHelper</a></td><td class="entry"><span class="mlabel">static</span></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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										141
									
								
								doxygendoc/html/classtourplaner_1_1business_1_1_log_helper.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,141 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: tourplaner.business.LogHelper Class Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1business_1_1_log_helper.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#pub-static-methods">Static Public Member Functions</a> |
 | 
				
			||||||
 | 
					<a href="classtourplaner_1_1business_1_1_log_helper-members.html">List of all members</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.business.LogHelper Class Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
 | 
				
			||||||
 | 
					Static Public Member Functions</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:a4fe4b5b7d622b25140398a9f7ac1e492"><td class="memItemLeft" align="right" valign="top">static Logger </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html#a4fe4b5b7d622b25140398a9f7ac1e492">getLogger</a> ()</td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:a4fe4b5b7d622b25140398a9f7ac1e492"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 | 
				
			||||||
 | 
					<div class="textblock"><p>Hilft beim Logging mit log4j </p>
 | 
				
			||||||
 | 
					</div><h2 class="groupheader">Member Function Documentation</h2>
 | 
				
			||||||
 | 
					<a id="a4fe4b5b7d622b25140398a9f7ac1e492"></a>
 | 
				
			||||||
 | 
					<h2 class="memtitle"><span class="permalink"><a href="#a4fe4b5b7d622b25140398a9f7ac1e492">◆ </a></span>getLogger()</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="memitem">
 | 
				
			||||||
 | 
					<div class="memproto">
 | 
				
			||||||
 | 
					<table class="mlabels">
 | 
				
			||||||
 | 
					  <tr>
 | 
				
			||||||
 | 
					  <td class="mlabels-left">
 | 
				
			||||||
 | 
					      <table class="memname">
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td class="memname">static Logger tourplaner.business.LogHelper.getLogger</td>
 | 
				
			||||||
 | 
					          <td>(</td>
 | 
				
			||||||
 | 
					          <td class="paramname"></td><td>)</td>
 | 
				
			||||||
 | 
					          <td></td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					  <td class="mlabels-right">
 | 
				
			||||||
 | 
					<span class="mlabels"><span class="mlabel">static</span></span>  </td>
 | 
				
			||||||
 | 
					  </tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div><div class="memdoc">
 | 
				
			||||||
 | 
					<p>Holt den passenden logger für die Anwendung </p><dl class="section return"><dt>Returns</dt><dd>Der Aktuelle passende Logger, null bei error </dd></dl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<hr/>The documentation for this class was generated from the following file:<ul>
 | 
				
			||||||
 | 
					<li>business/<a class="el" href="_log_helper_8java.html">LogHelper.java</a></li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</div><!-- contents -->
 | 
				
			||||||
 | 
					</div><!-- doc-content -->
 | 
				
			||||||
 | 
					<!-- start footer part -->
 | 
				
			||||||
 | 
					<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 | 
				
			||||||
 | 
					  <ul>
 | 
				
			||||||
 | 
					    <li class="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1business.html">business</a></li><li class="navelem"><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html">LogHelper</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
@@ -0,0 +1,103 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Member List</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1business_1_1_tour_planer.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.business.TourPlaner Member List</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<p>This is the complete list of members for <a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html">tourplaner.business.TourPlaner</a>, including all inherited members.</p>
 | 
				
			||||||
 | 
					<table class="directory">
 | 
				
			||||||
 | 
					  <tr class="even"><td class="entry"><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html#af80ef91c55ae06c347f3e3bb13eeb0ff">TourPlaner</a>(Stage primaryStage)</td><td class="entry"><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html">tourplaner.business.TourPlaner</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										139
									
								
								doxygendoc/html/classtourplaner_1_1business_1_1_tour_planer.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,139 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: tourplaner.business.TourPlaner Class Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1business_1_1_tour_planer.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#pub-methods">Public Member Functions</a> |
 | 
				
			||||||
 | 
					<a href="classtourplaner_1_1business_1_1_tour_planer-members.html">List of all members</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.business.TourPlaner Class Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<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:af80ef91c55ae06c347f3e3bb13eeb0ff"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html#af80ef91c55ae06c347f3e3bb13eeb0ff">TourPlaner</a> (Stage primaryStage)</td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:af80ef91c55ae06c347f3e3bb13eeb0ff"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 | 
				
			||||||
 | 
					<div class="textblock"><p>Haupt Logik des Tourplaners </p>
 | 
				
			||||||
 | 
					</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
 | 
				
			||||||
 | 
					<a id="af80ef91c55ae06c347f3e3bb13eeb0ff"></a>
 | 
				
			||||||
 | 
					<h2 class="memtitle"><span class="permalink"><a href="#af80ef91c55ae06c347f3e3bb13eeb0ff">◆ </a></span>TourPlaner()</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="memitem">
 | 
				
			||||||
 | 
					<div class="memproto">
 | 
				
			||||||
 | 
					      <table class="memname">
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td class="memname">tourplaner.business.TourPlaner.TourPlaner</td>
 | 
				
			||||||
 | 
					          <td>(</td>
 | 
				
			||||||
 | 
					          <td class="paramtype">Stage </td>
 | 
				
			||||||
 | 
					          <td class="paramname"><em>primaryStage</em></td><td>)</td>
 | 
				
			||||||
 | 
					          <td></td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					</div><div class="memdoc">
 | 
				
			||||||
 | 
					<p>Startet alle bennötigten Komponenten </p><dl class="params"><dt>Parameters</dt><dd>
 | 
				
			||||||
 | 
					  <table class="params">
 | 
				
			||||||
 | 
					    <tr><td class="paramname">primaryStage</td><td>Stage für den Presenter </td></tr>
 | 
				
			||||||
 | 
					  </table>
 | 
				
			||||||
 | 
					  </dd>
 | 
				
			||||||
 | 
					</dl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<hr/>The documentation for this class was generated from the following file:<ul>
 | 
				
			||||||
 | 
					<li>business/<a class="el" href="_tour_planer_8java.html">TourPlaner.java</a></li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</div><!-- contents -->
 | 
				
			||||||
 | 
					</div><!-- doc-content -->
 | 
				
			||||||
 | 
					<!-- start footer part -->
 | 
				
			||||||
 | 
					<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 | 
				
			||||||
 | 
					  <ul>
 | 
				
			||||||
 | 
					    <li class="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1business.html">business</a></li><li class="navelem"><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html">TourPlaner</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					var classtourplaner_1_1business_1_1_tour_planer =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "TourPlaner", "classtourplaner_1_1business_1_1_tour_planer.html#af80ef91c55ae06c347f3e3bb13eeb0ff", null ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										105
									
								
								doxygendoc/html/classtourplaner_1_1data_1_1_db_connect.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,105 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: tourplaner.data.DbConnect Class Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1data_1_1_db_connect.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.data.DbConnect Class Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 | 
				
			||||||
 | 
					<div class="textblock"><p>Verwaltet die Datenbankverbindung zu dem Postgres Server </p>
 | 
				
			||||||
 | 
					</div><hr/>The documentation for this class was generated from the following file:<ul>
 | 
				
			||||||
 | 
					<li>data/<a class="el" href="_db_connect_8java.html">DbConnect.java</a></li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</div><!-- contents -->
 | 
				
			||||||
 | 
					</div><!-- doc-content -->
 | 
				
			||||||
 | 
					<!-- start footer part -->
 | 
				
			||||||
 | 
					<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 | 
				
			||||||
 | 
					  <ul>
 | 
				
			||||||
 | 
					    <li class="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1data.html">data</a></li><li class="navelem"><a class="el" href="classtourplaner_1_1data_1_1_db_connect.html">DbConnect</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										105
									
								
								doxygendoc/html/classtourplaner_1_1model_1_1_tour.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,105 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: tourplaner.object.Tour Class Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1model_1_1_tour.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.object.Tour Class Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 | 
				
			||||||
 | 
					<div class="textblock"><p>Model einer <a class="el" href="classtourplaner_1_1model_1_1_tour.html">Tour</a> </p>
 | 
				
			||||||
 | 
					</div><hr/>The documentation for this class was generated from the following file:<ul>
 | 
				
			||||||
 | 
					<li>model/<a class="el" href="_tour_8java.html">Tour.java</a></li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</div><!-- contents -->
 | 
				
			||||||
 | 
					</div><!-- doc-content -->
 | 
				
			||||||
 | 
					<!-- start footer part -->
 | 
				
			||||||
 | 
					<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 | 
				
			||||||
 | 
					  <ul>
 | 
				
			||||||
 | 
					    <li class="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1model.html">model</a></li><li class="navelem"><a class="el" href="classtourplaner_1_1model_1_1_tour.html">Tour</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
@@ -0,0 +1,103 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Member List</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1ui_1_1_presenter_main.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.ui.PresenterMain Member List</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<p>This is the complete list of members for <a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html">tourplaner.ui.PresenterMain</a>, including all inherited members.</p>
 | 
				
			||||||
 | 
					<table class="directory">
 | 
				
			||||||
 | 
					  <tr class="even"><td class="entry"><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html#a15fdfd6a5b783de488b90b47fb7327f7">PresenterMain</a>(Stage primaryStage, Logger logger)</td><td class="entry"><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html">tourplaner.ui.PresenterMain</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										150
									
								
								doxygendoc/html/classtourplaner_1_1ui_1_1_presenter_main.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,150 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: tourplaner.ui.PresenterMain Class Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('classtourplaner_1_1ui_1_1_presenter_main.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#pub-methods">Public Member Functions</a> |
 | 
				
			||||||
 | 
					<a href="classtourplaner_1_1ui_1_1_presenter_main-members.html">List of all members</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">tourplaner.ui.PresenterMain Class Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<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:a15fdfd6a5b783de488b90b47fb7327f7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html#a15fdfd6a5b783de488b90b47fb7327f7">PresenterMain</a> (Stage primaryStage, Logger logger)</td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:a15fdfd6a5b783de488b90b47fb7327f7"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 | 
				
			||||||
 | 
					<div class="textblock"><p>Presenter des Tourplaners </p>
 | 
				
			||||||
 | 
					</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
 | 
				
			||||||
 | 
					<a id="a15fdfd6a5b783de488b90b47fb7327f7"></a>
 | 
				
			||||||
 | 
					<h2 class="memtitle"><span class="permalink"><a href="#a15fdfd6a5b783de488b90b47fb7327f7">◆ </a></span>PresenterMain()</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="memitem">
 | 
				
			||||||
 | 
					<div class="memproto">
 | 
				
			||||||
 | 
					      <table class="memname">
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td class="memname">tourplaner.ui.PresenterMain.PresenterMain </td>
 | 
				
			||||||
 | 
					          <td>(</td>
 | 
				
			||||||
 | 
					          <td class="paramtype">Stage </td>
 | 
				
			||||||
 | 
					          <td class="paramname"><em>primaryStage</em>, </td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td class="paramkey"></td>
 | 
				
			||||||
 | 
					          <td></td>
 | 
				
			||||||
 | 
					          <td class="paramtype">Logger </td>
 | 
				
			||||||
 | 
					          <td class="paramname"><em>logger</em> </td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td></td>
 | 
				
			||||||
 | 
					          <td>)</td>
 | 
				
			||||||
 | 
					          <td></td><td></td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					</div><div class="memdoc">
 | 
				
			||||||
 | 
					<p>Startet die Gui </p><dl class="params"><dt>Parameters</dt><dd>
 | 
				
			||||||
 | 
					  <table class="params">
 | 
				
			||||||
 | 
					    <tr><td class="paramname">primaryStage</td><td>Stage der GUI </td></tr>
 | 
				
			||||||
 | 
					    <tr><td class="paramname">logger</td><td>Aktueller Logger </td></tr>
 | 
				
			||||||
 | 
					  </table>
 | 
				
			||||||
 | 
					  </dd>
 | 
				
			||||||
 | 
					</dl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<hr/>The documentation for this class was generated from the following file:<ul>
 | 
				
			||||||
 | 
					<li>ui/<a class="el" href="_presenter_main_8java.html">PresenterMain.java</a></li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</div><!-- contents -->
 | 
				
			||||||
 | 
					</div><!-- doc-content -->
 | 
				
			||||||
 | 
					<!-- start footer part -->
 | 
				
			||||||
 | 
					<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 | 
				
			||||||
 | 
					  <ul>
 | 
				
			||||||
 | 
					    <li class="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1ui.html">ui</a></li><li class="navelem"><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html">PresenterMain</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					var classtourplaner_1_1ui_1_1_presenter_main =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "PresenterMain", "classtourplaner_1_1ui_1_1_presenter_main.html#a15fdfd6a5b783de488b90b47fb7327f7", null ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/closed.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 132 B  | 
							
								
								
									
										106
									
								
								doxygendoc/html/dir_1788f8309b1a812dcb800a185471cf6c.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,106 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: ui Directory Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('dir_1788f8309b1a812dcb800a185471cf6c.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">ui Directory Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
 | 
				
			||||||
 | 
					Files</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:_presenter_main_8java"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_presenter_main_8java.html">PresenterMain.java</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_1788f8309b1a812dcb800a185471cf6c.html">ui</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										6
									
								
								doxygendoc/html/dir_1788f8309b1a812dcb800a185471cf6c.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					var dir_1788f8309b1a812dcb800a185471cf6c =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "PresenterMain.java", "_presenter_main_8java.html", [
 | 
				
			||||||
 | 
					      [ "PresenterMain", "classtourplaner_1_1ui_1_1_presenter_main.html", "classtourplaner_1_1ui_1_1_presenter_main" ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										106
									
								
								doxygendoc/html/dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,106 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: model Directory Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">model Directory Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
 | 
				
			||||||
 | 
					Files</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:_tour_8java"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_tour_8java.html">Tour.java</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html">model</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										6
									
								
								doxygendoc/html/dir_3f14f6767c31cb4a1d22c13c18cc6fc3.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					var dir_3f14f6767c31cb4a1d22c13c18cc6fc3 =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "Tour.java", "_tour_8java.html", [
 | 
				
			||||||
 | 
					      [ "Tour", "classtourplaner_1_1model_1_1_tour.html", null ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										106
									
								
								doxygendoc/html/dir_472fafaf0f039b9e6b043966c1ef7dbf.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,106 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: data Directory Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('dir_472fafaf0f039b9e6b043966c1ef7dbf.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">data Directory Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
 | 
				
			||||||
 | 
					Files</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:_db_connect_8java"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_db_connect_8java.html">DbConnect.java</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_472fafaf0f039b9e6b043966c1ef7dbf.html">data</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										6
									
								
								doxygendoc/html/dir_472fafaf0f039b9e6b043966c1ef7dbf.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					var dir_472fafaf0f039b9e6b043966c1ef7dbf =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "DbConnect.java", "_db_connect_8java.html", [
 | 
				
			||||||
 | 
					      [ "DbConnect", "classtourplaner_1_1data_1_1_db_connect.html", null ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										108
									
								
								doxygendoc/html/dir_9d204d61c565c853dff1ba4735ad87ac.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,108 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: business Directory Reference</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('dir_9d204d61c565c853dff1ba4735ad87ac.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">business Directory Reference</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
 | 
				
			||||||
 | 
					Files</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:_log_helper_8java"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_log_helper_8java.html">LogHelper.java</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:_tour_planer_8java"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_tour_planer_8java.html">TourPlaner.java</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="dir_9d204d61c565c853dff1ba4735ad87ac.html">business</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										9
									
								
								doxygendoc/html/dir_9d204d61c565c853dff1ba4735ad87ac.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					var dir_9d204d61c565c853dff1ba4735ad87ac =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "LogHelper.java", "_log_helper_8java.html", [
 | 
				
			||||||
 | 
					      [ "LogHelper", "classtourplaner_1_1business_1_1_log_helper.html", null ]
 | 
				
			||||||
 | 
					    ] ],
 | 
				
			||||||
 | 
					    [ "TourPlaner.java", "_tour_planer_8java.html", [
 | 
				
			||||||
 | 
					      [ "TourPlaner", "classtourplaner_1_1business_1_1_tour_planer.html", "classtourplaner_1_1business_1_1_tour_planer" ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/doc.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 746 B  | 
							
								
								
									
										1793
									
								
								doxygendoc/html/doxygen.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										26
									
								
								doxygendoc/html/doxygen.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 15 KiB  | 
							
								
								
									
										121
									
								
								doxygendoc/html/dynsections.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,121 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 @licstart  The following is the entire license notice for the JavaScript code in this file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The MIT License (MIT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Copyright (C) 1997-2020 by Dimitri van Heesch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 | 
				
			||||||
 | 
					 and associated documentation files (the "Software"), to deal in the Software without restriction,
 | 
				
			||||||
 | 
					 including without limitation the rights to use, copy, modify, merge, publish, distribute,
 | 
				
			||||||
 | 
					 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
 | 
				
			||||||
 | 
					 furnished to do so, subject to the following conditions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The above copyright notice and this permission notice shall be included in all copies or
 | 
				
			||||||
 | 
					 substantial portions of the Software.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
 | 
				
			||||||
 | 
					 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 | 
				
			||||||
 | 
					 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 | 
				
			||||||
 | 
					 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
				
			||||||
 | 
					 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 @licend  The above is the entire license notice for the JavaScript code in this file
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					function toggleVisibility(linkObj)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					 var base = $(linkObj).attr('id');
 | 
				
			||||||
 | 
					 var summary = $('#'+base+'-summary');
 | 
				
			||||||
 | 
					 var content = $('#'+base+'-content');
 | 
				
			||||||
 | 
					 var trigger = $('#'+base+'-trigger');
 | 
				
			||||||
 | 
					 var src=$(trigger).attr('src');
 | 
				
			||||||
 | 
					 if (content.is(':visible')===true) {
 | 
				
			||||||
 | 
					   content.hide();
 | 
				
			||||||
 | 
					   summary.show();
 | 
				
			||||||
 | 
					   $(linkObj).addClass('closed').removeClass('opened');
 | 
				
			||||||
 | 
					   $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
 | 
				
			||||||
 | 
					 } else {
 | 
				
			||||||
 | 
					   content.show();
 | 
				
			||||||
 | 
					   summary.hide();
 | 
				
			||||||
 | 
					   $(linkObj).removeClass('closed').addClass('opened');
 | 
				
			||||||
 | 
					   $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					 return false;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function updateStripes()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  $('table.directory tr').
 | 
				
			||||||
 | 
					       removeClass('even').filter(':visible:even').addClass('even');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function toggleLevel(level)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  $('table.directory tr').each(function() {
 | 
				
			||||||
 | 
					    var l = this.id.split('_').length-1;
 | 
				
			||||||
 | 
					    var i = $('#img'+this.id.substring(3));
 | 
				
			||||||
 | 
					    var a = $('#arr'+this.id.substring(3));
 | 
				
			||||||
 | 
					    if (l<level+1) {
 | 
				
			||||||
 | 
					      i.removeClass('iconfopen iconfclosed').addClass('iconfopen');
 | 
				
			||||||
 | 
					      a.html('▼');
 | 
				
			||||||
 | 
					      $(this).show();
 | 
				
			||||||
 | 
					    } else if (l==level+1) {
 | 
				
			||||||
 | 
					      i.removeClass('iconfclosed iconfopen').addClass('iconfclosed');
 | 
				
			||||||
 | 
					      a.html('►');
 | 
				
			||||||
 | 
					      $(this).show();
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      $(this).hide();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  });
 | 
				
			||||||
 | 
					  updateStripes();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function toggleFolder(id)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  // the clicked row
 | 
				
			||||||
 | 
					  var currentRow = $('#row_'+id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // all rows after the clicked row
 | 
				
			||||||
 | 
					  var rows = currentRow.nextAll("tr");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  var re = new RegExp('^row_'+id+'\\d+_$', "i"); //only one sub
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // only match elements AFTER this one (can't hide elements before)
 | 
				
			||||||
 | 
					  var childRows = rows.filter(function() { return this.id.match(re); });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // first row is visible we are HIDING
 | 
				
			||||||
 | 
					  if (childRows.filter(':first').is(':visible')===true) {
 | 
				
			||||||
 | 
					    // replace down arrow by right arrow for current row
 | 
				
			||||||
 | 
					    var currentRowSpans = currentRow.find("span");
 | 
				
			||||||
 | 
					    currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
 | 
				
			||||||
 | 
					    currentRowSpans.filter(".arrow").html('►');
 | 
				
			||||||
 | 
					    rows.filter("[id^=row_"+id+"]").hide(); // hide all children
 | 
				
			||||||
 | 
					  } else { // we are SHOWING
 | 
				
			||||||
 | 
					    // replace right arrow by down arrow for current row
 | 
				
			||||||
 | 
					    var currentRowSpans = currentRow.find("span");
 | 
				
			||||||
 | 
					    currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");
 | 
				
			||||||
 | 
					    currentRowSpans.filter(".arrow").html('▼');
 | 
				
			||||||
 | 
					    // replace down arrows by right arrows for child rows
 | 
				
			||||||
 | 
					    var childRowsSpans = childRows.find("span");
 | 
				
			||||||
 | 
					    childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
 | 
				
			||||||
 | 
					    childRowsSpans.filter(".arrow").html('►');
 | 
				
			||||||
 | 
					    childRows.show(); //show all children
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  updateStripes();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function toggleInherit(id)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var rows = $('tr.inherit.'+id);
 | 
				
			||||||
 | 
					  var img = $('tr.inherit_header.'+id+' img');
 | 
				
			||||||
 | 
					  var src = $(img).attr('src');
 | 
				
			||||||
 | 
					  if (rows.filter(':first').is(':visible')===true) {
 | 
				
			||||||
 | 
					    rows.css('display','none');
 | 
				
			||||||
 | 
					    $(img).attr('src',src.substring(0,src.length-8)+'closed.png');
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    rows.css('display','table-row'); // using show() causes jump in firefox
 | 
				
			||||||
 | 
					    $(img).attr('src',src.substring(0,src.length-10)+'open.png');
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
							
								
								
									
										113
									
								
								doxygendoc/html/files.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,113 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: File List</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('files.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">File List</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<div class="textblock">Here is a list of all files with brief descriptions:</div><div class="directory">
 | 
				
			||||||
 | 
					<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
 | 
				
			||||||
 | 
					<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')"> </span><a class="el" href="dir_9d204d61c565c853dff1ba4735ad87ac.html" target="_self">business</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="_log_helper_8java.html" target="_self">LogHelper.java</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="_tour_planer_8java.html" target="_self">TourPlaner.java</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><span id="img_1_" class="iconfopen" onclick="toggleFolder('1_')"> </span><a class="el" href="dir_472fafaf0f039b9e6b043966c1ef7dbf.html" target="_self">data</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="_db_connect_8java.html" target="_self">DbConnect.java</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_2_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">▼</span><span id="img_2_" class="iconfopen" onclick="toggleFolder('2_')"> </span><a class="el" href="dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html" target="_self">model</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_2_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="_tour_8java.html" target="_self">Tour.java</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_3_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">▼</span><span id="img_3_" class="iconfopen" onclick="toggleFolder('3_')"> </span><a class="el" href="dir_1788f8309b1a812dcb800a185471cf6c.html" target="_self">ui</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_3_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="_presenter_main_8java.html" target="_self">PresenterMain.java</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="_main_8java.html" target="_self">Main.java</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div><!-- directory -->
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										10
									
								
								doxygendoc/html/files_dup.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					var files_dup =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "business", "dir_9d204d61c565c853dff1ba4735ad87ac.html", "dir_9d204d61c565c853dff1ba4735ad87ac" ],
 | 
				
			||||||
 | 
					    [ "data", "dir_472fafaf0f039b9e6b043966c1ef7dbf.html", "dir_472fafaf0f039b9e6b043966c1ef7dbf" ],
 | 
				
			||||||
 | 
					    [ "model", "dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html", "dir_3f14f6767c31cb4a1d22c13c18cc6fc3" ],
 | 
				
			||||||
 | 
					    [ "ui", "dir_1788f8309b1a812dcb800a185471cf6c.html", "dir_1788f8309b1a812dcb800a185471cf6c" ],
 | 
				
			||||||
 | 
					    [ "Main.java", "_main_8java.html", [
 | 
				
			||||||
 | 
					      [ "Main", "classtourplaner_1_1_main.html", "classtourplaner_1_1_main" ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/folderclosed.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 616 B  | 
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/folderopen.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 597 B  | 
							
								
								
									
										112
									
								
								doxygendoc/html/functions.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,112 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Class Members</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('functions.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div><ul>
 | 
				
			||||||
 | 
					<li>getLogger()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1business_1_1_log_helper.html#a4fe4b5b7d622b25140398a9f7ac1e492">tourplaner.business.LogHelper</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>main()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1_main.html#a19b99c1e2e1653d83dd87c96de4811a2">tourplaner.Main</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>PresenterMain()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html#a15fdfd6a5b783de488b90b47fb7327f7">tourplaner.ui.PresenterMain</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>start()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1_main.html#a702ef24de8b56404a72b0b3c3d1a8a81">tourplaner.Main</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>TourPlaner()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html#af80ef91c55ae06c347f3e3bb13eeb0ff">tourplaner.business.TourPlaner</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										112
									
								
								doxygendoc/html/functions_func.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,112 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Class Members - Functions</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('functions_func.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					 <ul>
 | 
				
			||||||
 | 
					<li>getLogger()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1business_1_1_log_helper.html#a4fe4b5b7d622b25140398a9f7ac1e492">tourplaner.business.LogHelper</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>main()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1_main.html#a19b99c1e2e1653d83dd87c96de4811a2">tourplaner.Main</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>PresenterMain()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html#a15fdfd6a5b783de488b90b47fb7327f7">tourplaner.ui.PresenterMain</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>start()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1_main.html#a702ef24de8b56404a72b0b3c3d1a8a81">tourplaner.Main</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					<li>TourPlaner()
 | 
				
			||||||
 | 
					: <a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html#af80ef91c55ae06c347f3e3bb13eeb0ff">tourplaner.business.TourPlaner</a>
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										136
									
								
								doxygendoc/html/graph_legend.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,136 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Graph Legend</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Graph Legend</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<p>This page explains how to interpret the graphs that are generated by doxygen.</p>
 | 
				
			||||||
 | 
					<p>Consider the following example: </p><div class="fragment"><div class="line"><span class="comment">/*! Invisible class because of truncation */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>Invisible { };</div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment"></span> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/*! Truncated class, inheritance relation is hidden */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>Truncated : <span class="keyword">public</span> Invisible { };</div>
 | 
				
			||||||
 | 
					<div class="line"> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/* Class not documented with doxygen comments */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>Undocumented { };</div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment"></span> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/*! Class that is inherited using public inheritance */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>PublicBase : <span class="keyword">public</span> Truncated { };</div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment"></span> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/*! A template class */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">template</span><<span class="keyword">class</span> T> <span class="keyword">class </span>Templ { };</div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment"></span> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/*! Class that is inherited using protected inheritance */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>ProtectedBase { };</div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment"></span> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/*! Class that is inherited using private inheritance */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>PrivateBase { };</div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment"></span> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/*! Class that is used by the Inherited class */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>Used { };</div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment"></span> </div>
 | 
				
			||||||
 | 
					<div class="line"><span class="comment">/*! Super class that inherits a number of other classes */</span></div>
 | 
				
			||||||
 | 
					<div class="line"><span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,</div>
 | 
				
			||||||
 | 
					<div class="line">                  <span class="keyword">protected</span> ProtectedBase,</div>
 | 
				
			||||||
 | 
					<div class="line">                  <span class="keyword">private</span> PrivateBase,</div>
 | 
				
			||||||
 | 
					<div class="line">                  <span class="keyword">public</span> Undocumented,</div>
 | 
				
			||||||
 | 
					<div class="line">                  <span class="keyword">public</span> Templ<int></div>
 | 
				
			||||||
 | 
					<div class="line">{</div>
 | 
				
			||||||
 | 
					<div class="line">  <span class="keyword">private</span>:</div>
 | 
				
			||||||
 | 
					<div class="line">    Used *m_usedClass;</div>
 | 
				
			||||||
 | 
					<div class="line">};</div>
 | 
				
			||||||
 | 
					</div><!-- fragment --><p> This will result in the following graph:</p>
 | 
				
			||||||
 | 
					<center><img src="graph_legend.png" alt="" class="inline"/></center><p>The boxes in the above graph have the following meaning: </p>
 | 
				
			||||||
 | 
					<ul>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A filled gray box represents the struct or class for which the graph is generated. </li>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A box with a black border denotes a documented struct or class. </li>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A box with a gray border denotes an undocumented struct or class. </li>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A box with a red border denotes a documented struct or class forwhich not all inheritance/containment relations are shown. A graph is truncated if it does not fit within the specified boundaries. </li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					<p>The arrows have the following meaning: </p>
 | 
				
			||||||
 | 
					<ul>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A dark blue arrow is used to visualize a public inheritance relation between two classes. </li>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A dark green arrow is used for protected inheritance. </li>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A dark red arrow is used for private inheritance. </li>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A purple dashed arrow is used if a class is contained or used by another class. The arrow is labelled with the variable(s) through which the pointed class or struct is accessible. </li>
 | 
				
			||||||
 | 
					<li>
 | 
				
			||||||
 | 
					A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labelled with the template parameters of the instance. </li>
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					</div><!-- contents -->
 | 
				
			||||||
 | 
					<!-- start footer part -->
 | 
				
			||||||
 | 
					<hr class="footer"/><address class="footer"><small>
 | 
				
			||||||
 | 
					Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
 | 
				
			||||||
 | 
					</small></address>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										1
									
								
								doxygendoc/html/graph_legend.md5
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					f51bf6e9a10430aafef59831b08dcbfe
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/graph_legend.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 16 KiB  | 
							
								
								
									
										110
									
								
								doxygendoc/html/hierarchy.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,110 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Class Hierarchy</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Class Hierarchy</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<div class="textblock">This inheritance list is sorted roughly, but not completely, alphabetically:</div><div class="directory">
 | 
				
			||||||
 | 
					<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
 | 
				
			||||||
 | 
					<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1data_1_1_db_connect.html" target="_self">tourplaner.data.DbConnect</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html" target="_self">tourplaner.business.LogHelper</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html" target="_self">tourplaner.ui.PresenterMain</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1model_1_1_tour.html" target="_self">tourplaner.object.Tour</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html" target="_self">tourplaner.business.TourPlaner</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_5_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">▼</span><span class="icona"><span class="icon">C</span></span><b>Application</b></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_5_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1_main.html" target="_self">tourplaner.Main</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div><!-- directory -->
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										11
									
								
								doxygendoc/html/hierarchy.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					var hierarchy =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "tourplaner.data.DbConnect", "classtourplaner_1_1data_1_1_db_connect.html", null ],
 | 
				
			||||||
 | 
					    [ "tourplaner.business.LogHelper", "classtourplaner_1_1business_1_1_log_helper.html", null ],
 | 
				
			||||||
 | 
					    [ "tourplaner.ui.PresenterMain", "classtourplaner_1_1ui_1_1_presenter_main.html", null ],
 | 
				
			||||||
 | 
					    [ "tourplaner.model.Tour", "classtourplaner_1_1model_1_1_tour.html", null ],
 | 
				
			||||||
 | 
					    [ "tourplaner.business.TourPlaner", "classtourplaner_1_1business_1_1_tour_planer.html", null ],
 | 
				
			||||||
 | 
					    [ "Application", null, [
 | 
				
			||||||
 | 
					      [ "tourplaner.Main", "classtourplaner_1_1_main.html", null ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										99
									
								
								doxygendoc/html/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,99 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Main Page</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('index.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Tourplaner Documentation</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										35
									
								
								doxygendoc/html/jquery.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										51
									
								
								doxygendoc/html/menu.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,51 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 @licstart  The following is the entire license notice for the JavaScript code in this file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The MIT License (MIT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Copyright (C) 1997-2020 by Dimitri van Heesch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 | 
				
			||||||
 | 
					 and associated documentation files (the "Software"), to deal in the Software without restriction,
 | 
				
			||||||
 | 
					 including without limitation the rights to use, copy, modify, merge, publish, distribute,
 | 
				
			||||||
 | 
					 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
 | 
				
			||||||
 | 
					 furnished to do so, subject to the following conditions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The above copyright notice and this permission notice shall be included in all copies or
 | 
				
			||||||
 | 
					 substantial portions of the Software.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
 | 
				
			||||||
 | 
					 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 | 
				
			||||||
 | 
					 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 | 
				
			||||||
 | 
					 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
				
			||||||
 | 
					 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 @licend  The above is the entire license notice for the JavaScript code in this file
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
 | 
				
			||||||
 | 
					  function makeTree(data,relPath) {
 | 
				
			||||||
 | 
					    var result='';
 | 
				
			||||||
 | 
					    if ('children' in data) {
 | 
				
			||||||
 | 
					      result+='<ul>';
 | 
				
			||||||
 | 
					      for (var i in data.children) {
 | 
				
			||||||
 | 
					        result+='<li><a href="'+relPath+data.children[i].url+'">'+
 | 
				
			||||||
 | 
					                                data.children[i].text+'</a>'+
 | 
				
			||||||
 | 
					                                makeTree(data.children[i],relPath)+'</li>';
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					      result+='</ul>';
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return result;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  $('#main-nav').append(makeTree(menudata,relPath));
 | 
				
			||||||
 | 
					  $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
 | 
				
			||||||
 | 
					  if (searchEnabled) {
 | 
				
			||||||
 | 
					    if (serverSide) {
 | 
				
			||||||
 | 
					      $('#main-menu').append('<li style="float:right"><div id="MSearchBox" class="MSearchBoxInactive"><div class="left"><form id="FSearchBox" action="'+relPath+searchPage+'" method="get"><img id="MSearchSelect" src="'+relPath+'search/mag.svg" alt=""/><input type="text" id="MSearchField" name="query" value="'+search+'" size="20" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)"></form></div><div class="right"></div></div></li>');
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      $('#main-menu').append('<li style="float:right"><div id="MSearchBox" class="MSearchBoxInactive"><span class="left"><img id="MSearchSelect" src="'+relPath+'search/mag_sel.svg" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/><input type="text" id="MSearchField" value="'+search+'" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/></span><span class="right"><a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="'+relPath+'search/close.svg" alt=""/></a></span></div></li>');
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  $('#main-menu').smartmenus();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
							
								
								
									
										37
									
								
								doxygendoc/html/menudata.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,37 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 @licstart  The following is the entire license notice for the JavaScript code in this file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The MIT License (MIT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Copyright (C) 1997-2020 by Dimitri van Heesch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 | 
				
			||||||
 | 
					 and associated documentation files (the "Software"), to deal in the Software without restriction,
 | 
				
			||||||
 | 
					 including without limitation the rights to use, copy, modify, merge, publish, distribute,
 | 
				
			||||||
 | 
					 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
 | 
				
			||||||
 | 
					 furnished to do so, subject to the following conditions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The above copyright notice and this permission notice shall be included in all copies or
 | 
				
			||||||
 | 
					 substantial portions of the Software.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
 | 
				
			||||||
 | 
					 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 | 
				
			||||||
 | 
					 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 | 
				
			||||||
 | 
					 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
				
			||||||
 | 
					 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 @licend  The above is the entire license notice for the JavaScript code in this file
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					var menudata={children:[
 | 
				
			||||||
 | 
					{text:"Main Page",url:"index.html"},
 | 
				
			||||||
 | 
					{text:"Packages",url:"namespaces.html",children:[
 | 
				
			||||||
 | 
					{text:"Packages",url:"namespaces.html"}]},
 | 
				
			||||||
 | 
					{text:"Classes",url:"annotated.html",children:[
 | 
				
			||||||
 | 
					{text:"Class List",url:"annotated.html"},
 | 
				
			||||||
 | 
					{text:"Class Index",url:"classes.html"},
 | 
				
			||||||
 | 
					{text:"Class Hierarchy",url:"hierarchy.html"},
 | 
				
			||||||
 | 
					{text:"Class Members",url:"functions.html",children:[
 | 
				
			||||||
 | 
					{text:"All",url:"functions.html"},
 | 
				
			||||||
 | 
					{text:"Functions",url:"functions_func.html"}]}]},
 | 
				
			||||||
 | 
					{text:"Files",url:"files.html",children:[
 | 
				
			||||||
 | 
					{text:"File List",url:"files.html"}]}]}
 | 
				
			||||||
							
								
								
									
										114
									
								
								doxygendoc/html/namespaces.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,114 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Packages</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('namespaces.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Packages</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<div class="textblock">Here are the packages with brief descriptions (if available):</div><div class="directory">
 | 
				
			||||||
 | 
					<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
 | 
				
			||||||
 | 
					<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><b>tourplaner</b></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1business.html" target="_self">business</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html" target="_self">LogHelper</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html" target="_self">TourPlaner</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1data.html" target="_self">data</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1data_1_1_db_connect.html" target="_self">DbConnect</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_2_" class="arrow" onclick="toggleFolder('0_2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1model.html" target="_self">model</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_2_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1model_1_1_tour.html" target="_self">Tour</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_3_" class="arrow" onclick="toggleFolder('0_3_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacetourplaner_1_1ui.html" target="_self">ui</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_3_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html" target="_self">PresenterMain</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					<tr id="row_0_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtourplaner_1_1_main.html" target="_self">Main</a></td><td class="desc"></td></tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div><!-- directory -->
 | 
				
			||||||
 | 
					</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 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										10
									
								
								doxygendoc/html/namespaces_dup.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					var namespaces_dup =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "tourplaner", null, [
 | 
				
			||||||
 | 
					      [ "business", "namespacetourplaner_1_1business.html", "namespacetourplaner_1_1business" ],
 | 
				
			||||||
 | 
					      [ "data", "namespacetourplaner_1_1data.html", "namespacetourplaner_1_1data" ],
 | 
				
			||||||
 | 
					      [ "model", "namespacetourplaner_1_1model.html", "namespacetourplaner_1_1model" ],
 | 
				
			||||||
 | 
					      [ "ui", "namespacetourplaner_1_1ui.html", "namespacetourplaner_1_1ui" ],
 | 
				
			||||||
 | 
					      [ "Main", "classtourplaner_1_1_main.html", "classtourplaner_1_1_main" ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										108
									
								
								doxygendoc/html/namespacetourplaner.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,108 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Package tourplaner</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('namespacetourplaner.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Package tourplaner</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1_main.html">Main</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><a class="el" href="namespacetourplaner.html">tourplaner</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										4
									
								
								doxygendoc/html/namespacetourplaner.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					var namespacetourplaner =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "Main", "classtourplaner_1_1_main.html", "classtourplaner_1_1_main" ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										110
									
								
								doxygendoc/html/namespacetourplaner_1_1business.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,110 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Package tourplaner.business</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('namespacetourplaner_1_1business.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Package tourplaner.business</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1business_1_1_log_helper.html">LogHelper</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1business_1_1_tour_planer.html">TourPlaner</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1business.html">business</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										5
									
								
								doxygendoc/html/namespacetourplaner_1_1business.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					var namespacetourplaner_1_1business =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "LogHelper", "classtourplaner_1_1business_1_1_log_helper.html", null ],
 | 
				
			||||||
 | 
					    [ "TourPlaner", "classtourplaner_1_1business_1_1_tour_planer.html", "classtourplaner_1_1business_1_1_tour_planer" ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										108
									
								
								doxygendoc/html/namespacetourplaner_1_1data.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,108 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Package tourplaner.data</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('namespacetourplaner_1_1data.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Package tourplaner.data</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1data_1_1_db_connect.html">DbConnect</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1data.html">data</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										4
									
								
								doxygendoc/html/namespacetourplaner_1_1data.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					var namespacetourplaner_1_1data =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "DbConnect", "classtourplaner_1_1data_1_1_db_connect.html", null ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										108
									
								
								doxygendoc/html/namespacetourplaner_1_1model.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,108 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Package tourplaner.object</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('namespacetourplaner_1_1model.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Package tourplaner.object</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1model_1_1_tour.html">Tour</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1model.html">model</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										4
									
								
								doxygendoc/html/namespacetourplaner_1_1model.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					var namespacetourplaner_1_1model =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "Tour", "classtourplaner_1_1model_1_1_tour.html", null ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										108
									
								
								doxygendoc/html/namespacetourplaner_1_1ui.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,108 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
				
			||||||
 | 
					<html xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
				
			||||||
 | 
					<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
				
			||||||
 | 
					<meta name="generator" content="Doxygen 1.9.1"/>
 | 
				
			||||||
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
				
			||||||
 | 
					<title>Tourplaner: Package tourplaner.ui</title>
 | 
				
			||||||
 | 
					<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="jquery.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="dynsections.js"></script>
 | 
				
			||||||
 | 
					<link href="navtree.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="resize.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtreedata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="navtree.js"></script>
 | 
				
			||||||
 | 
					<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/searchdata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="search/search.js"></script>
 | 
				
			||||||
 | 
					<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
				
			||||||
 | 
					<div id="titlearea">
 | 
				
			||||||
 | 
					<table cellspacing="0" cellpadding="0">
 | 
				
			||||||
 | 
					 <tbody>
 | 
				
			||||||
 | 
					 <tr style="height: 56px;">
 | 
				
			||||||
 | 
					  <td id="projectalign" style="padding-left: 0.5em;">
 | 
				
			||||||
 | 
					   <div id="projectname">Tourplaner
 | 
				
			||||||
 | 
					    <span id="projectnumber">0.0.2</span>
 | 
				
			||||||
 | 
					   </div>
 | 
				
			||||||
 | 
					   <div id="projectbrief">DGTP</div>
 | 
				
			||||||
 | 
					  </td>
 | 
				
			||||||
 | 
					 </tr>
 | 
				
			||||||
 | 
					 </tbody>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<!-- end header part -->
 | 
				
			||||||
 | 
					<!-- Generated by Doxygen 1.9.1 -->
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menudata.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript" src="menu.js"></script>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(function() {
 | 
				
			||||||
 | 
					  initMenu('',true,false,'search.php','Search');
 | 
				
			||||||
 | 
					  $(document).ready(function() { init_search(); });
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					/* @license-end */</script>
 | 
				
			||||||
 | 
					<div id="main-nav"></div>
 | 
				
			||||||
 | 
					</div><!-- top -->
 | 
				
			||||||
 | 
					<div id="side-nav" class="ui-resizable side-nav-resizable">
 | 
				
			||||||
 | 
					  <div id="nav-tree">
 | 
				
			||||||
 | 
					    <div id="nav-tree-contents">
 | 
				
			||||||
 | 
					      <div id="nav-sync" class="sync"></div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  <div id="splitbar" style="-moz-user-select:none;" 
 | 
				
			||||||
 | 
					       class="ui-resizable-handle">
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
 | 
				
			||||||
 | 
					$(document).ready(function(){initNavTree('namespacetourplaner_1_1ui.html',''); initResizable(); });
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<div id="doc-content">
 | 
				
			||||||
 | 
					<!-- window showing the filter options -->
 | 
				
			||||||
 | 
					<div id="MSearchSelectWindow"
 | 
				
			||||||
 | 
					     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
				
			||||||
 | 
					     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
				
			||||||
 | 
					     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- iframe showing the search results (closed by default) -->
 | 
				
			||||||
 | 
					<div id="MSearchResultsWindow">
 | 
				
			||||||
 | 
					<iframe src="javascript:void(0)" frameborder="0" 
 | 
				
			||||||
 | 
					        name="MSearchResults" id="MSearchResults">
 | 
				
			||||||
 | 
					</iframe>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="header">
 | 
				
			||||||
 | 
					  <div class="summary">
 | 
				
			||||||
 | 
					<a href="#nested-classes">Classes</a>  </div>
 | 
				
			||||||
 | 
					  <div class="headertitle">
 | 
				
			||||||
 | 
					<div class="title">Package tourplaner.ui</div>  </div>
 | 
				
			||||||
 | 
					</div><!--header-->
 | 
				
			||||||
 | 
					<div class="contents">
 | 
				
			||||||
 | 
					<table class="memberdecls">
 | 
				
			||||||
 | 
					<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 | 
				
			||||||
 | 
					Classes</h2></td></tr>
 | 
				
			||||||
 | 
					<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classtourplaner_1_1ui_1_1_presenter_main.html">PresenterMain</a></td></tr>
 | 
				
			||||||
 | 
					<tr class="separator:"><td class="memSeparator" colspan="2"> </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="navelem"><b>tourplaner</b></li><li class="navelem"><a class="el" href="namespacetourplaner_1_1ui.html">ui</a></li>
 | 
				
			||||||
 | 
					    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
 | 
				
			||||||
 | 
					  </ul>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										4
									
								
								doxygendoc/html/namespacetourplaner_1_1ui.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					var namespacetourplaner_1_1ui =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					    [ "PresenterMain", "classtourplaner_1_1ui_1_1_presenter_main.html", "classtourplaner_1_1ui_1_1_presenter_main" ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/nav_f.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 153 B  | 
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/nav_g.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 95 B  | 
							
								
								
									
										
											BIN
										
									
								
								doxygendoc/html/nav_h.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 98 B  | 
							
								
								
									
										146
									
								
								doxygendoc/html/navtree.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,146 @@
 | 
				
			|||||||
 | 
					#nav-tree .children_ul {
 | 
				
			||||||
 | 
					  margin:0;
 | 
				
			||||||
 | 
					  padding:4px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree ul {
 | 
				
			||||||
 | 
					  list-style:none outside none;
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree li {
 | 
				
			||||||
 | 
					  white-space:nowrap;
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree .plus {
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree .selected {
 | 
				
			||||||
 | 
					  background-image: url('tab_a.png');
 | 
				
			||||||
 | 
					  background-repeat:repeat-x;
 | 
				
			||||||
 | 
					  color: #fff;
 | 
				
			||||||
 | 
					  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree img {
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					  border:0px;
 | 
				
			||||||
 | 
					  vertical-align: middle;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree a {
 | 
				
			||||||
 | 
					  text-decoration:none;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  outline:none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree .label {
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					  font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree .label a {
 | 
				
			||||||
 | 
					  padding:2px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree .selected a {
 | 
				
			||||||
 | 
					  text-decoration:none;
 | 
				
			||||||
 | 
					  color:#fff;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree .children_ul {
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree .item {
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree {
 | 
				
			||||||
 | 
					  padding: 0px 0px;
 | 
				
			||||||
 | 
					  background-color: #FAFAFF; 
 | 
				
			||||||
 | 
					  font-size:14px;
 | 
				
			||||||
 | 
					  overflow:auto;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#doc-content {
 | 
				
			||||||
 | 
					  overflow:auto;
 | 
				
			||||||
 | 
					  display:block;
 | 
				
			||||||
 | 
					  padding:0px;
 | 
				
			||||||
 | 
					  margin:0px;
 | 
				
			||||||
 | 
					  -webkit-overflow-scrolling : touch; /* iOS 5+ */
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#side-nav {
 | 
				
			||||||
 | 
					  padding:0 6px 0 0;
 | 
				
			||||||
 | 
					  margin: 0px;
 | 
				
			||||||
 | 
					  display:block;
 | 
				
			||||||
 | 
					  position: absolute;
 | 
				
			||||||
 | 
					  left: 0px;
 | 
				
			||||||
 | 
					  width: 250px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.ui-resizable .ui-resizable-handle {
 | 
				
			||||||
 | 
					  display:block;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.ui-resizable-e {
 | 
				
			||||||
 | 
					  background-image:url("splitbar.png");
 | 
				
			||||||
 | 
					  background-size:100%;
 | 
				
			||||||
 | 
					  background-repeat:repeat-y;
 | 
				
			||||||
 | 
					  background-attachment: scroll;
 | 
				
			||||||
 | 
					  cursor:ew-resize;
 | 
				
			||||||
 | 
					  height:100%;
 | 
				
			||||||
 | 
					  right:0;
 | 
				
			||||||
 | 
					  top:0;
 | 
				
			||||||
 | 
					  width:6px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.ui-resizable-handle {
 | 
				
			||||||
 | 
					  display:none;
 | 
				
			||||||
 | 
					  font-size:0.1px;
 | 
				
			||||||
 | 
					  position:absolute;
 | 
				
			||||||
 | 
					  z-index:1;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree-contents {
 | 
				
			||||||
 | 
					  margin: 6px 0px 0px 0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-tree {
 | 
				
			||||||
 | 
					  background-image:url('nav_h.png');
 | 
				
			||||||
 | 
					  background-repeat:repeat-x;
 | 
				
			||||||
 | 
					  background-color: #F9FAFC;
 | 
				
			||||||
 | 
					  -webkit-overflow-scrolling : touch; /* iOS 5+ */
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-sync {
 | 
				
			||||||
 | 
					  position:absolute;
 | 
				
			||||||
 | 
					  top:5px;
 | 
				
			||||||
 | 
					  right:24px;
 | 
				
			||||||
 | 
					  z-index:0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-sync img {
 | 
				
			||||||
 | 
					  opacity:0.3;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#nav-sync img:hover {
 | 
				
			||||||
 | 
					  opacity:0.9;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media print
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  #nav-tree { display: none; }
 | 
				
			||||||
 | 
					  div.ui-resizable-handle { display: none; position: relative; }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										546
									
								
								doxygendoc/html/navtree.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,546 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 @licstart  The following is the entire license notice for the JavaScript code in this file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The MIT License (MIT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Copyright (C) 1997-2020 by Dimitri van Heesch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 | 
				
			||||||
 | 
					 and associated documentation files (the "Software"), to deal in the Software without restriction,
 | 
				
			||||||
 | 
					 including without limitation the rights to use, copy, modify, merge, publish, distribute,
 | 
				
			||||||
 | 
					 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
 | 
				
			||||||
 | 
					 furnished to do so, subject to the following conditions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The above copyright notice and this permission notice shall be included in all copies or
 | 
				
			||||||
 | 
					 substantial portions of the Software.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
 | 
				
			||||||
 | 
					 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 | 
				
			||||||
 | 
					 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 | 
				
			||||||
 | 
					 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
				
			||||||
 | 
					 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 @licend  The above is the entire license notice for the JavaScript code in this file
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					var navTreeSubIndices = new Array();
 | 
				
			||||||
 | 
					var arrowDown = '▼';
 | 
				
			||||||
 | 
					var arrowRight = '►';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function getData(varName)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var i = varName.lastIndexOf('/');
 | 
				
			||||||
 | 
					  var n = i>=0 ? varName.substring(i+1) : varName;
 | 
				
			||||||
 | 
					  return eval(n.replace(/\-/g,'_'));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function stripPath(uri)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  return uri.substring(uri.lastIndexOf('/')+1);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function stripPath2(uri)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var i = uri.lastIndexOf('/');
 | 
				
			||||||
 | 
					  var s = uri.substring(i+1);
 | 
				
			||||||
 | 
					  var m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/);
 | 
				
			||||||
 | 
					  return m ? uri.substring(i-6) : s;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function hashValue()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,'');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function hashUrl()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  return '#'+hashValue();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function pathName()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, '');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function localStorageSupported()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  try {
 | 
				
			||||||
 | 
					    return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  catch(e) {
 | 
				
			||||||
 | 
					    return false;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function storeLink(link)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) {
 | 
				
			||||||
 | 
					      window.localStorage.setItem('navpath',link);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function deleteLink()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  if (localStorageSupported()) {
 | 
				
			||||||
 | 
					    window.localStorage.setItem('navpath','');
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function cachedLink()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  if (localStorageSupported()) {
 | 
				
			||||||
 | 
					    return window.localStorage.getItem('navpath');
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    return '';
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function getScript(scriptName,func,show)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var head = document.getElementsByTagName("head")[0];
 | 
				
			||||||
 | 
					  var script = document.createElement('script');
 | 
				
			||||||
 | 
					  script.id = scriptName;
 | 
				
			||||||
 | 
					  script.type = 'text/javascript';
 | 
				
			||||||
 | 
					  script.onload = func;
 | 
				
			||||||
 | 
					  script.src = scriptName+'.js';
 | 
				
			||||||
 | 
					  head.appendChild(script);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function createIndent(o,domNode,node,level)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var level=-1;
 | 
				
			||||||
 | 
					  var n = node;
 | 
				
			||||||
 | 
					  while (n.parentNode) { level++; n=n.parentNode; }
 | 
				
			||||||
 | 
					  if (node.childrenData) {
 | 
				
			||||||
 | 
					    var imgNode = document.createElement("span");
 | 
				
			||||||
 | 
					    imgNode.className = 'arrow';
 | 
				
			||||||
 | 
					    imgNode.style.paddingLeft=(16*level).toString()+'px';
 | 
				
			||||||
 | 
					    imgNode.innerHTML=arrowRight;
 | 
				
			||||||
 | 
					    node.plus_img = imgNode;
 | 
				
			||||||
 | 
					    node.expandToggle = document.createElement("a");
 | 
				
			||||||
 | 
					    node.expandToggle.href = "javascript:void(0)";
 | 
				
			||||||
 | 
					    node.expandToggle.onclick = function() {
 | 
				
			||||||
 | 
					      if (node.expanded) {
 | 
				
			||||||
 | 
					        $(node.getChildrenUL()).slideUp("fast");
 | 
				
			||||||
 | 
					        node.plus_img.innerHTML=arrowRight;
 | 
				
			||||||
 | 
					        node.expanded = false;
 | 
				
			||||||
 | 
					      } else {
 | 
				
			||||||
 | 
					        expandNode(o, node, false, false);
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    node.expandToggle.appendChild(imgNode);
 | 
				
			||||||
 | 
					    domNode.appendChild(node.expandToggle);
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    var span = document.createElement("span");
 | 
				
			||||||
 | 
					    span.className = 'arrow';
 | 
				
			||||||
 | 
					    span.style.width   = 16*(level+1)+'px';
 | 
				
			||||||
 | 
					    span.innerHTML = ' ';
 | 
				
			||||||
 | 
					    domNode.appendChild(span);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					var animationInProgress = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function gotoAnchor(anchor,aname,updateLocation)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var pos, docContent = $('#doc-content');
 | 
				
			||||||
 | 
					  var ancParent = $(anchor.parent());
 | 
				
			||||||
 | 
					  if (ancParent.hasClass('memItemLeft') ||
 | 
				
			||||||
 | 
					      ancParent.hasClass('memtitle') ||
 | 
				
			||||||
 | 
					      ancParent.hasClass('fieldname') ||
 | 
				
			||||||
 | 
					      ancParent.hasClass('fieldtype') ||
 | 
				
			||||||
 | 
					      ancParent.is(':header'))
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    pos = ancParent.position().top;
 | 
				
			||||||
 | 
					  } else if (anchor.position()) {
 | 
				
			||||||
 | 
					    pos = anchor.position().top;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  if (pos) {
 | 
				
			||||||
 | 
					    var dist = Math.abs(Math.min(
 | 
				
			||||||
 | 
					               pos-docContent.offset().top,
 | 
				
			||||||
 | 
					               docContent[0].scrollHeight-
 | 
				
			||||||
 | 
					               docContent.height()-docContent.scrollTop()));
 | 
				
			||||||
 | 
					    animationInProgress=true;
 | 
				
			||||||
 | 
					    docContent.animate({
 | 
				
			||||||
 | 
					      scrollTop: pos + docContent.scrollTop() - docContent.offset().top
 | 
				
			||||||
 | 
					    },Math.max(50,Math.min(500,dist)),function(){
 | 
				
			||||||
 | 
					      if (updateLocation) window.location.href=aname;
 | 
				
			||||||
 | 
					      animationInProgress=false;
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function newNode(o, po, text, link, childrenData, lastNode)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var node = new Object();
 | 
				
			||||||
 | 
					  node.children = Array();
 | 
				
			||||||
 | 
					  node.childrenData = childrenData;
 | 
				
			||||||
 | 
					  node.depth = po.depth + 1;
 | 
				
			||||||
 | 
					  node.relpath = po.relpath;
 | 
				
			||||||
 | 
					  node.isLast = lastNode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  node.li = document.createElement("li");
 | 
				
			||||||
 | 
					  po.getChildrenUL().appendChild(node.li);
 | 
				
			||||||
 | 
					  node.parentNode = po;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  node.itemDiv = document.createElement("div");
 | 
				
			||||||
 | 
					  node.itemDiv.className = "item";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  node.labelSpan = document.createElement("span");
 | 
				
			||||||
 | 
					  node.labelSpan.className = "label";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  createIndent(o,node.itemDiv,node,0);
 | 
				
			||||||
 | 
					  node.itemDiv.appendChild(node.labelSpan);
 | 
				
			||||||
 | 
					  node.li.appendChild(node.itemDiv);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  var a = document.createElement("a");
 | 
				
			||||||
 | 
					  node.labelSpan.appendChild(a);
 | 
				
			||||||
 | 
					  node.label = document.createTextNode(text);
 | 
				
			||||||
 | 
					  node.expanded = false;
 | 
				
			||||||
 | 
					  a.appendChild(node.label);
 | 
				
			||||||
 | 
					  if (link) {
 | 
				
			||||||
 | 
					    var url;
 | 
				
			||||||
 | 
					    if (link.substring(0,1)=='^') {
 | 
				
			||||||
 | 
					      url = link.substring(1);
 | 
				
			||||||
 | 
					      link = url;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      url = node.relpath+link;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    a.className = stripPath(link.replace('#',':'));
 | 
				
			||||||
 | 
					    if (link.indexOf('#')!=-1) {
 | 
				
			||||||
 | 
					      var aname = '#'+link.split('#')[1];
 | 
				
			||||||
 | 
					      var srcPage = stripPath(pathName());
 | 
				
			||||||
 | 
					      var targetPage = stripPath(link.split('#')[0]);
 | 
				
			||||||
 | 
					      a.href = srcPage!=targetPage ? url : "javascript:void(0)";
 | 
				
			||||||
 | 
					      a.onclick = function(){
 | 
				
			||||||
 | 
					        storeLink(link);
 | 
				
			||||||
 | 
					        if (!$(a).parent().parent().hasClass('selected'))
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          $('.item').removeClass('selected');
 | 
				
			||||||
 | 
					          $('.item').removeAttr('id');
 | 
				
			||||||
 | 
					          $(a).parent().parent().addClass('selected');
 | 
				
			||||||
 | 
					          $(a).parent().parent().attr('id','selected');
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        var anchor = $(aname);
 | 
				
			||||||
 | 
					        gotoAnchor(anchor,aname,true);
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      a.href = url;
 | 
				
			||||||
 | 
					      a.onclick = function() { storeLink(link); }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    if (childrenData != null)
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      a.className = "nolink";
 | 
				
			||||||
 | 
					      a.href = "javascript:void(0)";
 | 
				
			||||||
 | 
					      a.onclick = node.expandToggle.onclick;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  node.childrenUL = null;
 | 
				
			||||||
 | 
					  node.getChildrenUL = function() {
 | 
				
			||||||
 | 
					    if (!node.childrenUL) {
 | 
				
			||||||
 | 
					      node.childrenUL = document.createElement("ul");
 | 
				
			||||||
 | 
					      node.childrenUL.className = "children_ul";
 | 
				
			||||||
 | 
					      node.childrenUL.style.display = "none";
 | 
				
			||||||
 | 
					      node.li.appendChild(node.childrenUL);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return node.childrenUL;
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  return node;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function showRoot()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var headerHeight = $("#top").height();
 | 
				
			||||||
 | 
					  var footerHeight = $("#nav-path").height();
 | 
				
			||||||
 | 
					  var windowHeight = $(window).height() - headerHeight - footerHeight;
 | 
				
			||||||
 | 
					  (function (){ // retry until we can scroll to the selected item
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					      var navtree=$('#nav-tree');
 | 
				
			||||||
 | 
					      navtree.scrollTo('#selected',100,{offset:-windowHeight/2});
 | 
				
			||||||
 | 
					    } catch (err) {
 | 
				
			||||||
 | 
					      setTimeout(arguments.callee, 0);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  })();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function expandNode(o, node, imm, showRoot)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  if (node.childrenData && !node.expanded) {
 | 
				
			||||||
 | 
					    if (typeof(node.childrenData)==='string') {
 | 
				
			||||||
 | 
					      var varName    = node.childrenData;
 | 
				
			||||||
 | 
					      getScript(node.relpath+varName,function(){
 | 
				
			||||||
 | 
					        node.childrenData = getData(varName);
 | 
				
			||||||
 | 
					        expandNode(o, node, imm, showRoot);
 | 
				
			||||||
 | 
					      }, showRoot);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      if (!node.childrenVisited) {
 | 
				
			||||||
 | 
					        getNode(o, node);
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					      $(node.getChildrenUL()).slideDown("fast");
 | 
				
			||||||
 | 
					      node.plus_img.innerHTML = arrowDown;
 | 
				
			||||||
 | 
					      node.expanded = true;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function glowEffect(n,duration)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  n.addClass('glow').delay(duration).queue(function(next){
 | 
				
			||||||
 | 
					    $(this).removeClass('glow');next();
 | 
				
			||||||
 | 
					  });
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function highlightAnchor()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var aname = hashUrl();
 | 
				
			||||||
 | 
					  var anchor = $(aname);
 | 
				
			||||||
 | 
					  if (anchor.parent().attr('class')=='memItemLeft'){
 | 
				
			||||||
 | 
					    var rows = $('.memberdecls tr[class$="'+hashValue()+'"]');
 | 
				
			||||||
 | 
					    glowEffect(rows.children(),300); // member without details
 | 
				
			||||||
 | 
					  } else if (anchor.parent().attr('class')=='fieldname'){
 | 
				
			||||||
 | 
					    glowEffect(anchor.parent().parent(),1000); // enum value
 | 
				
			||||||
 | 
					  } else if (anchor.parent().attr('class')=='fieldtype'){
 | 
				
			||||||
 | 
					    glowEffect(anchor.parent().parent(),1000); // struct field
 | 
				
			||||||
 | 
					  } else if (anchor.parent().is(":header")) {
 | 
				
			||||||
 | 
					    glowEffect(anchor.parent(),1000); // section header
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    glowEffect(anchor.next(),1000); // normal member
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function selectAndHighlight(hash,n)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var a;
 | 
				
			||||||
 | 
					  if (hash) {
 | 
				
			||||||
 | 
					    var link=stripPath(pathName())+':'+hash.substring(1);
 | 
				
			||||||
 | 
					    a=$('.item a[class$="'+link+'"]');
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  if (a && a.length) {
 | 
				
			||||||
 | 
					    a.parent().parent().addClass('selected');
 | 
				
			||||||
 | 
					    a.parent().parent().attr('id','selected');
 | 
				
			||||||
 | 
					    highlightAnchor();
 | 
				
			||||||
 | 
					  } else if (n) {
 | 
				
			||||||
 | 
					    $(n.itemDiv).addClass('selected');
 | 
				
			||||||
 | 
					    $(n.itemDiv).attr('id','selected');
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  if ($('#nav-tree-contents .item:first').hasClass('selected')) {
 | 
				
			||||||
 | 
					    $('#nav-sync').css('top','30px');
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    $('#nav-sync').css('top','5px');
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  showRoot();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function showNode(o, node, index, hash)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  if (node && node.childrenData) {
 | 
				
			||||||
 | 
					    if (typeof(node.childrenData)==='string') {
 | 
				
			||||||
 | 
					      var varName    = node.childrenData;
 | 
				
			||||||
 | 
					      getScript(node.relpath+varName,function(){
 | 
				
			||||||
 | 
					        node.childrenData = getData(varName);
 | 
				
			||||||
 | 
					        showNode(o,node,index,hash);
 | 
				
			||||||
 | 
					      },true);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      if (!node.childrenVisited) {
 | 
				
			||||||
 | 
					        getNode(o, node);
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					      $(node.getChildrenUL()).css({'display':'block'});
 | 
				
			||||||
 | 
					      node.plus_img.innerHTML = arrowDown;
 | 
				
			||||||
 | 
					      node.expanded = true;
 | 
				
			||||||
 | 
					      var n = node.children[o.breadcrumbs[index]];
 | 
				
			||||||
 | 
					      if (index+1<o.breadcrumbs.length) {
 | 
				
			||||||
 | 
					        showNode(o,n,index+1,hash);
 | 
				
			||||||
 | 
					      } else {
 | 
				
			||||||
 | 
					        if (typeof(n.childrenData)==='string') {
 | 
				
			||||||
 | 
					          var varName = n.childrenData;
 | 
				
			||||||
 | 
					          getScript(n.relpath+varName,function(){
 | 
				
			||||||
 | 
					            n.childrenData = getData(varName);
 | 
				
			||||||
 | 
					            node.expanded=false;
 | 
				
			||||||
 | 
					            showNode(o,node,index,hash); // retry with child node expanded
 | 
				
			||||||
 | 
					          },true);
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					          var rootBase = stripPath(o.toroot.replace(/\..+$/, ''));
 | 
				
			||||||
 | 
					          if (rootBase=="index" || rootBase=="pages" || rootBase=="search") {
 | 
				
			||||||
 | 
					            expandNode(o, n, true, true);
 | 
				
			||||||
 | 
					          }
 | 
				
			||||||
 | 
					          selectAndHighlight(hash,n);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    selectAndHighlight(hash);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function removeToInsertLater(element) {
 | 
				
			||||||
 | 
					  var parentNode = element.parentNode;
 | 
				
			||||||
 | 
					  var nextSibling = element.nextSibling;
 | 
				
			||||||
 | 
					  parentNode.removeChild(element);
 | 
				
			||||||
 | 
					  return function() {
 | 
				
			||||||
 | 
					    if (nextSibling) {
 | 
				
			||||||
 | 
					      parentNode.insertBefore(element, nextSibling);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      parentNode.appendChild(element);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function getNode(o, po)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var insertFunction = removeToInsertLater(po.li);
 | 
				
			||||||
 | 
					  po.childrenVisited = true;
 | 
				
			||||||
 | 
					  var l = po.childrenData.length-1;
 | 
				
			||||||
 | 
					  for (var i in po.childrenData) {
 | 
				
			||||||
 | 
					    var nodeData = po.childrenData[i];
 | 
				
			||||||
 | 
					    po.children[i] = newNode(o, po, nodeData[0], nodeData[1], nodeData[2],
 | 
				
			||||||
 | 
					      i==l);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  insertFunction();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function gotoNode(o,subIndex,root,hash,relpath)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var nti = navTreeSubIndices[subIndex][root+hash];
 | 
				
			||||||
 | 
					  o.breadcrumbs = $.extend(true, [], nti ? nti : navTreeSubIndices[subIndex][root]);
 | 
				
			||||||
 | 
					  if (!o.breadcrumbs && root!=NAVTREE[0][1]) { // fallback: show index
 | 
				
			||||||
 | 
					    navTo(o,NAVTREE[0][1],"",relpath);
 | 
				
			||||||
 | 
					    $('.item').removeClass('selected');
 | 
				
			||||||
 | 
					    $('.item').removeAttr('id');
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  if (o.breadcrumbs) {
 | 
				
			||||||
 | 
					    o.breadcrumbs.unshift(0); // add 0 for root node
 | 
				
			||||||
 | 
					    showNode(o, o.node, 0, hash);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function navTo(o,root,hash,relpath)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var link = cachedLink();
 | 
				
			||||||
 | 
					  if (link) {
 | 
				
			||||||
 | 
					    var parts = link.split('#');
 | 
				
			||||||
 | 
					    root = parts[0];
 | 
				
			||||||
 | 
					    if (parts.length>1) hash = '#'+parts[1].replace(/[^\w\-]/g,'');
 | 
				
			||||||
 | 
					    else hash='';
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  if (hash.match(/^#l\d+$/)) {
 | 
				
			||||||
 | 
					    var anchor=$('a[name='+hash.substring(1)+']');
 | 
				
			||||||
 | 
					    glowEffect(anchor.parent(),1000); // line number
 | 
				
			||||||
 | 
					    hash=''; // strip line number anchors
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  var url=root+hash;
 | 
				
			||||||
 | 
					  var i=-1;
 | 
				
			||||||
 | 
					  while (NAVTREEINDEX[i+1]<=url) i++;
 | 
				
			||||||
 | 
					  if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index
 | 
				
			||||||
 | 
					  if (navTreeSubIndices[i]) {
 | 
				
			||||||
 | 
					    gotoNode(o,i,root,hash,relpath)
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    getScript(relpath+'navtreeindex'+i,function(){
 | 
				
			||||||
 | 
					      navTreeSubIndices[i] = eval('NAVTREEINDEX'+i);
 | 
				
			||||||
 | 
					      if (navTreeSubIndices[i]) {
 | 
				
			||||||
 | 
					        gotoNode(o,i,root,hash,relpath);
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },true);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function showSyncOff(n,relpath)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    n.html('<img src="'+relpath+'sync_off.png" title="'+SYNCOFFMSG+'"/>');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function showSyncOn(n,relpath)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    n.html('<img src="'+relpath+'sync_on.png" title="'+SYNCONMSG+'"/>');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function toggleSyncButton(relpath)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var navSync = $('#nav-sync');
 | 
				
			||||||
 | 
					  if (navSync.hasClass('sync')) {
 | 
				
			||||||
 | 
					    navSync.removeClass('sync');
 | 
				
			||||||
 | 
					    showSyncOff(navSync,relpath);
 | 
				
			||||||
 | 
					    storeLink(stripPath2(pathName())+hashUrl());
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    navSync.addClass('sync');
 | 
				
			||||||
 | 
					    showSyncOn(navSync,relpath);
 | 
				
			||||||
 | 
					    deleteLink();
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					var loadTriggered = false;
 | 
				
			||||||
 | 
					var readyTriggered = false;
 | 
				
			||||||
 | 
					var loadObject,loadToRoot,loadUrl,loadRelPath;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$(window).on('load',function(){
 | 
				
			||||||
 | 
					  if (readyTriggered) { // ready first
 | 
				
			||||||
 | 
					    navTo(loadObject,loadToRoot,loadUrl,loadRelPath);
 | 
				
			||||||
 | 
					    showRoot();
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  loadTriggered=true;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function initNavTree(toroot,relpath)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  var o = new Object();
 | 
				
			||||||
 | 
					  o.toroot = toroot;
 | 
				
			||||||
 | 
					  o.node = new Object();
 | 
				
			||||||
 | 
					  o.node.li = document.getElementById("nav-tree-contents");
 | 
				
			||||||
 | 
					  o.node.childrenData = NAVTREE;
 | 
				
			||||||
 | 
					  o.node.children = new Array();
 | 
				
			||||||
 | 
					  o.node.childrenUL = document.createElement("ul");
 | 
				
			||||||
 | 
					  o.node.getChildrenUL = function() { return o.node.childrenUL; };
 | 
				
			||||||
 | 
					  o.node.li.appendChild(o.node.childrenUL);
 | 
				
			||||||
 | 
					  o.node.depth = 0;
 | 
				
			||||||
 | 
					  o.node.relpath = relpath;
 | 
				
			||||||
 | 
					  o.node.expanded = false;
 | 
				
			||||||
 | 
					  o.node.isLast = true;
 | 
				
			||||||
 | 
					  o.node.plus_img = document.createElement("span");
 | 
				
			||||||
 | 
					  o.node.plus_img.className = 'arrow';
 | 
				
			||||||
 | 
					  o.node.plus_img.innerHTML = arrowRight;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  if (localStorageSupported()) {
 | 
				
			||||||
 | 
					    var navSync = $('#nav-sync');
 | 
				
			||||||
 | 
					    if (cachedLink()) {
 | 
				
			||||||
 | 
					      showSyncOff(navSync,relpath);
 | 
				
			||||||
 | 
					      navSync.removeClass('sync');
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      showSyncOn(navSync,relpath);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    navSync.click(function(){ toggleSyncButton(relpath); });
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  if (loadTriggered) { // load before ready
 | 
				
			||||||
 | 
					    navTo(o,toroot,hashUrl(),relpath);
 | 
				
			||||||
 | 
					    showRoot();
 | 
				
			||||||
 | 
					  } else { // ready before load
 | 
				
			||||||
 | 
					    loadObject  = o;
 | 
				
			||||||
 | 
					    loadToRoot  = toroot;
 | 
				
			||||||
 | 
					    loadUrl     = hashUrl();
 | 
				
			||||||
 | 
					    loadRelPath = relpath;
 | 
				
			||||||
 | 
					    readyTriggered=true;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  $(window).bind('hashchange', function(){
 | 
				
			||||||
 | 
					     if (window.location.hash && window.location.hash.length>1){
 | 
				
			||||||
 | 
					       var a;
 | 
				
			||||||
 | 
					       if ($(location).attr('hash')){
 | 
				
			||||||
 | 
					         var clslink=stripPath(pathName())+':'+hashValue();
 | 
				
			||||||
 | 
					         a=$('.item a[class$="'+clslink.replace(/</g,'\\3c ')+'"]');
 | 
				
			||||||
 | 
					       }
 | 
				
			||||||
 | 
					       if (a==null || !$(a).parent().parent().hasClass('selected')){
 | 
				
			||||||
 | 
					         $('.item').removeClass('selected');
 | 
				
			||||||
 | 
					         $('.item').removeAttr('id');
 | 
				
			||||||
 | 
					       }
 | 
				
			||||||
 | 
					       var link=stripPath2(pathName());
 | 
				
			||||||
 | 
					       navTo(o,link,hashUrl(),relpath);
 | 
				
			||||||
 | 
					     } else if (!animationInProgress) {
 | 
				
			||||||
 | 
					       $('#doc-content').scrollTop(0);
 | 
				
			||||||
 | 
					       $('.item').removeClass('selected');
 | 
				
			||||||
 | 
					       $('.item').removeAttr('id');
 | 
				
			||||||
 | 
					       navTo(o,toroot,hashUrl(),relpath);
 | 
				
			||||||
 | 
					     }
 | 
				
			||||||
 | 
					  })
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					/* @license-end */
 | 
				
			||||||
							
								
								
									
										52
									
								
								doxygendoc/html/navtreedata.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,52 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 @licstart  The following is the entire license notice for the JavaScript code in this file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The MIT License (MIT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Copyright (C) 1997-2020 by Dimitri van Heesch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 | 
				
			||||||
 | 
					 and associated documentation files (the "Software"), to deal in the Software without restriction,
 | 
				
			||||||
 | 
					 including without limitation the rights to use, copy, modify, merge, publish, distribute,
 | 
				
			||||||
 | 
					 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
 | 
				
			||||||
 | 
					 furnished to do so, subject to the following conditions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 The above copyright notice and this permission notice shall be included in all copies or
 | 
				
			||||||
 | 
					 substantial portions of the Software.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
 | 
				
			||||||
 | 
					 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 | 
				
			||||||
 | 
					 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 | 
				
			||||||
 | 
					 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
				
			||||||
 | 
					 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 @licend  The above is the entire license notice for the JavaScript code in this file
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					var NAVTREE =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					  [ "Tourplaner", "index.html", [
 | 
				
			||||||
 | 
					    [ "Packages", "namespaces.html", [
 | 
				
			||||||
 | 
					      [ "Packages", "namespaces.html", "namespaces_dup" ]
 | 
				
			||||||
 | 
					    ] ],
 | 
				
			||||||
 | 
					    [ "Classes", "annotated.html", [
 | 
				
			||||||
 | 
					      [ "Class List", "annotated.html", "annotated_dup" ],
 | 
				
			||||||
 | 
					      [ "Class Index", "classes.html", null ],
 | 
				
			||||||
 | 
					      [ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
 | 
				
			||||||
 | 
					      [ "Class Members", "functions.html", [
 | 
				
			||||||
 | 
					        [ "All", "functions.html", null ],
 | 
				
			||||||
 | 
					        [ "Functions", "functions_func.html", null ]
 | 
				
			||||||
 | 
					      ] ]
 | 
				
			||||||
 | 
					    ] ],
 | 
				
			||||||
 | 
					    [ "Files", "files.html", [
 | 
				
			||||||
 | 
					      [ "File List", "files.html", "files_dup" ]
 | 
				
			||||||
 | 
					    ] ]
 | 
				
			||||||
 | 
					  ] ]
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					var NAVTREEINDEX =
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					"_db_connect_8java.html"
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					var SYNCONMSG = 'click to disable panel synchronisation';
 | 
				
			||||||
 | 
					var SYNCOFFMSG = 'click to enable panel synchronisation';
 | 
				
			||||||