",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width
i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,m=-2*e.offset[1];0>c?(s=t.top+p+f+m+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+m)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+m-h,(i>0||u>a(i))&&(t.top+=p+f+m))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}}),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var n=!1;t(document).on("mouseup",function(){n=!1}),t.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!n){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var i=this,s=1===e.which,o="string"==typeof this.options.cancel&&e.target.nodeName?t(e.target).closest(this.options.cancel).length:!1;return s&&!o&&this._mouseCapture(e)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(e)!==!1,!this._mouseStarted)?(e.preventDefault(),!0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return i._mouseMove(t)},this._mouseUpDelegate=function(t){return i._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),n=!0,!0)):!0}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,n=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;o.length>n;n++)t.options[o[n][0]]&&o[n][1].apply(t.element,i)}},t.widget("ui.resizable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)},_create:function(){var e,i=this.options,s=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!i.aspectRatio,aspectRatio:i.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:i.helper||i.ghost||i.animate?i.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("
").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),i.autoHide&&t(this.element).on("mouseenter",function(){i.disabled||(s._removeClass("ui-resizable-autohide"),s._handles.show())}).on("mouseleave",function(){i.disabled||s.resizing||(s._addClass("ui-resizable-autohide"),s._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;default:}},_setupHandles:function(){var e,i,s,n,o,a=this.options,r=this;if(this.handles=a.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),s=this.handles.split(","),this.handles={},i=0;s.length>i;i++)e=t.trim(s[i]),n="ui-resizable-"+e,o=t(""),this._addClass(o,"ui-resizable-handle "+n),o.css({zIndex:a.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.append(o);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=t(this.handles[i]),this._on(this.handles[i],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(e){var i,s,n,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),o.containment&&(i+=t(o.containment).scrollLeft()||0,s+=t(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===n?this.axis+"-resize":n),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var i,s,n=this.originalMousePosition,o=this.axis,a=e.pageX-n.left||0,r=e.pageY-n.top||0,h=this._change[o];return this._updatePrevProperties(),h?(i=h.apply(this,[e,a,r]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseFloat(c.element.css("left"))+(c.position.left-c.originalPosition.left)||null,h=parseFloat(c.element.css("top"))+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,n,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||t)&&(e=o.minHeight*this.aspectRatio,s=o.minWidth/this.aspectRatio,i=o.maxHeight*this.aspectRatio,n=o.maxWidth/this.aspectRatio,e>o.minWidth&&(o.minWidth=e),s>o.minHeight&&(o.minHeight=s),o.maxWidth>i&&(o.maxWidth=i),o.maxHeight>n&&(o.maxHeight=n)),this._vBoundaries=o},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth
t.width,a=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,r=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),c=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),a&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=r-e.minWidth),s&&l&&(t.left=r-e.maxWidth),a&&c&&(t.top=h-e.minHeight),n&&c&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];4>e;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;this._proportionallyResizeElements.length>e;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("
"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element
+},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,c=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,i,s,n,o,a,r,h=t(this).resizable("instance"),l=h.options,c=h.element,u=l.containment,d=u instanceof t?u.get(0):/parent/.test(u)?c.parent().get(0):u;d&&(h.containerElement=t(d),/document/.test(u)||u===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),i=[],t(["Top","Right","Left","Bottom"]).each(function(t,s){i[t]=h._num(e.css("padding"+s))}),h.containerOffset=e.offset(),h.containerPosition=e.position(),h.containerSize={height:e.innerHeight()-i[3],width:e.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,o=h.containerSize.width,a=h._hasScroll(d,"left")?d.scrollWidth:o,r=h._hasScroll(d)?d.scrollHeight:n,h.parentData={element:d,left:s.left,top:s.top,width:a,height:r}))},resize:function(e){var i,s,n,o,a=t(this).resizable("instance"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?h.top:0),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),i=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-u.left:a.offset.left-h.left)),s=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-u.top:a.offset.top-h.top)),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance"),i=e.options;t(i.alsoResize).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.width()),height:parseFloat(e.height()),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})})},resize:function(e,i){var s=t(this).resizable("instance"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0};t(n.alsoResize).each(function(){var e=t(this),s=t(this).data("ui-resizable-alsoresize"),n={},o=e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(o,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&i>=0&&(n[e]=i||null)}),e.css(n)})},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),i=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),t.uiBackCompat!==!1&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,i=t(this).resizable("instance"),s=i.options,n=i.size,o=i.originalSize,a=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,c=h[1]||1,u=Math.round((n.width-o.width)/l)*l,d=Math.round((n.height-o.height)/c)*c,p=o.width+u,f=o.height+d,m=s.maxWidth&&p>s.maxWidth,g=s.maxHeight&&f>s.maxHeight,_=s.minWidth&&s.minWidth>p,v=s.minHeight&&s.minHeight>f;s.grid=h,_&&(p+=l),v&&(f+=c),m&&(p-=l),g&&(f-=c),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=a.top-d):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=a.left-u):((0>=f-c||0>=p-l)&&(e=i._getPaddingPlusBorderDimensions(this)),f-c>0?(i.size.height=f,i.position.top=a.top-d):(f=c-e.height,i.size.height=f,i.position.top=a.top+o.height-f),p-l>0?(i.size.width=p,i.position.left=a.left-u):(p=l-e.width,i.size.width=p,i.position.left=a.left+o.width-p))}}),t.ui.resizable});/**
+ * Copyright (c) 2007 Ariel Flesler - aflesler ○ gmail • com | https://github.com/flesler
+ * Licensed under MIT
+ * @author Ariel Flesler
+ * @version 2.1.2
+ */
+;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!==typeof module&&module.exports?module.exports=f(require("jquery")):f(jQuery)})(function($){"use strict";function n(a){return!a.nodeName||-1!==$.inArray(a.nodeName.toLowerCase(),["iframe","#document","html","body"])}function h(a){return $.isFunction(a)||$.isPlainObject(a)?a:{top:a,left:a}}var p=$.scrollTo=function(a,d,b){return $(window).scrollTo(a,d,b)};p.defaults={axis:"xy",duration:0,limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,d=0);"function"===typeof b&&(b={onAfter:b});"max"===a&&(a=9E9);b=$.extend({},p.defaults,b);d=d||b.duration;var u=b.queue&&1=f[g]?0:Math.min(f[g],n));!a&&1-1){targetElements.on(evt+EVENT_NAMESPACE,function elementToggle(event){$.powerTip.toggle(this,event)})}else{targetElements.on(evt+EVENT_NAMESPACE,function elementOpen(event){$.powerTip.show(this,event)})}});$.each(options.closeEvents,function(idx,evt){if($.inArray(evt,options.openEvents)<0){targetElements.on(evt+EVENT_NAMESPACE,function elementClose(event){$.powerTip.hide(this,!isMouseEvent(event))})}});targetElements.on("keydown"+EVENT_NAMESPACE,function elementKeyDown(event){if(event.keyCode===27){$.powerTip.hide(this,true)}})}return targetElements};$.fn.powerTip.defaults={fadeInTime:200,fadeOutTime:100,followMouse:false,popupId:"powerTip",popupClass:null,intentSensitivity:7,intentPollInterval:100,closeDelay:100,placement:"n",smartPlacement:false,offset:10,mouseOnToPopup:false,manual:false,openEvents:["mouseenter","focus"],closeEvents:["mouseleave","blur"]};$.fn.powerTip.smartPlacementLists={n:["n","ne","nw","s"],e:["e","ne","se","w","nw","sw","n","s","e"],s:["s","se","sw","n"],w:["w","nw","sw","e","ne","se","n","s","w"],nw:["nw","w","sw","n","s","se","nw"],ne:["ne","e","se","n","s","sw","ne"],sw:["sw","w","nw","s","n","ne","sw"],se:["se","e","ne","s","n","nw","se"],"nw-alt":["nw-alt","n","ne-alt","sw-alt","s","se-alt","w","e"],"ne-alt":["ne-alt","n","nw-alt","se-alt","s","sw-alt","e","w"],"sw-alt":["sw-alt","s","se-alt","nw-alt","n","ne-alt","w","e"],"se-alt":["se-alt","s","sw-alt","ne-alt","n","nw-alt","e","w"]};$.powerTip={show:function apiShowTip(element,event){if(isMouseEvent(event)){trackMouse(event);session.previousX=event.pageX;session.previousY=event.pageY;$(element).data(DATA_DISPLAYCONTROLLER).show()}else{$(element).first().data(DATA_DISPLAYCONTROLLER).show(true,true)}return element},reposition:function apiResetPosition(element){$(element).first().data(DATA_DISPLAYCONTROLLER).resetPosition();return element},hide:function apiCloseTip(element,immediate){var displayController;immediate=element?immediate:true;if(element){displayController=$(element).first().data(DATA_DISPLAYCONTROLLER)}else if(session.activeHover){displayController=session.activeHover.data(DATA_DISPLAYCONTROLLER)}if(displayController){displayController.hide(immediate)}return element},toggle:function apiToggle(element,event){if(session.activeHover&&session.activeHover.is(element)){$.powerTip.hide(element,!isMouseEvent(event))}else{$.powerTip.show(element,event)}return element}};$.powerTip.showTip=$.powerTip.show;$.powerTip.closeTip=$.powerTip.hide;function CSSCoordinates(){var me=this;me.top="auto";me.left="auto";me.right="auto";me.bottom="auto";me.set=function(property,value){if($.isNumeric(value)){me[property]=Math.round(value)}}}function DisplayController(element,options,tipController){var hoverTimer=null,myCloseDelay=null;function openTooltip(immediate,forceOpen){cancelTimer();if(!element.data(DATA_HASACTIVEHOVER)){if(!immediate){session.tipOpenImminent=true;hoverTimer=setTimeout(function intentDelay(){hoverTimer=null;checkForIntent()},options.intentPollInterval)}else{if(forceOpen){element.data(DATA_FORCEDOPEN,true)}closeAnyDelayed();tipController.showTip(element)}}else{cancelClose()}}function closeTooltip(disableDelay){if(myCloseDelay){myCloseDelay=session.closeDelayTimeout=clearTimeout(myCloseDelay);session.delayInProgress=false}cancelTimer();session.tipOpenImminent=false;if(element.data(DATA_HASACTIVEHOVER)){element.data(DATA_FORCEDOPEN,false);if(!disableDelay){session.delayInProgress=true;session.closeDelayTimeout=setTimeout(function closeDelay(){session.closeDelayTimeout=null;tipController.hideTip(element);session.delayInProgress=false;myCloseDelay=null},options.closeDelay);myCloseDelay=session.closeDelayTimeout}else{tipController.hideTip(element)}}}function checkForIntent(){var xDifference=Math.abs(session.previousX-session.currentX),yDifference=Math.abs(session.previousY-session.currentY),totalDifference=xDifference+yDifference;if(totalDifference ",{id:options.popupId});if($body.length===0){$body=$("body")}$body.append(tipElement);session.tooltips=session.tooltips?session.tooltips.add(tipElement):tipElement}if(options.followMouse){if(!tipElement.data(DATA_HASMOUSEMOVE)){$document.on("mousemove"+EVENT_NAMESPACE,positionTipOnCursor);$window.on("scroll"+EVENT_NAMESPACE,positionTipOnCursor);tipElement.data(DATA_HASMOUSEMOVE,true)}}function beginShowTip(element){element.data(DATA_HASACTIVEHOVER,true);tipElement.queue(function queueTipInit(next){showTip(element);next()})}function showTip(element){var tipContent;if(!element.data(DATA_HASACTIVEHOVER)){return}if(session.isTipOpen){if(!session.isClosing){hideTip(session.activeHover)}tipElement.delay(100).queue(function queueTipAgain(next){showTip(element);next()});return}element.trigger("powerTipPreRender");tipContent=getTooltipContent(element);if(tipContent){tipElement.empty().append(tipContent)}else{return}element.trigger("powerTipRender");session.activeHover=element;session.isTipOpen=true;tipElement.data(DATA_MOUSEONTOTIP,options.mouseOnToPopup);tipElement.addClass(options.popupClass);if(!options.followMouse||element.data(DATA_FORCEDOPEN)){positionTipOnElement(element);session.isFixedTipOpen=true}else{positionTipOnCursor()}if(!element.data(DATA_FORCEDOPEN)&&!options.followMouse){$document.on("click"+EVENT_NAMESPACE,function documentClick(event){var target=event.target;if(target!==element[0]){if(options.mouseOnToPopup){if(target!==tipElement[0]&&!$.contains(tipElement[0],target)){$.powerTip.hide()}}else{$.powerTip.hide()}}})}if(options.mouseOnToPopup&&!options.manual){tipElement.on("mouseenter"+EVENT_NAMESPACE,function tipMouseEnter(){if(session.activeHover){session.activeHover.data(DATA_DISPLAYCONTROLLER).cancel()}});tipElement.on("mouseleave"+EVENT_NAMESPACE,function tipMouseLeave(){if(session.activeHover){session.activeHover.data(DATA_DISPLAYCONTROLLER).hide()}})}tipElement.fadeIn(options.fadeInTime,function fadeInCallback(){if(!session.desyncTimeout){session.desyncTimeout=setInterval(closeDesyncedTip,500)}element.trigger("powerTipOpen")})}function hideTip(element){session.isClosing=true;session.isTipOpen=false;session.desyncTimeout=clearInterval(session.desyncTimeout);element.data(DATA_HASACTIVEHOVER,false);element.data(DATA_FORCEDOPEN,false);$document.off("click"+EVENT_NAMESPACE);tipElement.off(EVENT_NAMESPACE);tipElement.fadeOut(options.fadeOutTime,function fadeOutCallback(){var coords=new CSSCoordinates;session.activeHover=null;session.isClosing=false;session.isFixedTipOpen=false;tipElement.removeClass();coords.set("top",session.currentY+options.offset);coords.set("left",session.currentX+options.offset);tipElement.css(coords);element.trigger("powerTipClose")})}function positionTipOnCursor(){var tipWidth,tipHeight,coords,collisions,collisionCount;if(!session.isFixedTipOpen&&(session.isTipOpen||session.tipOpenImminent&&tipElement.data(DATA_HASMOUSEMOVE))){tipWidth=tipElement.outerWidth();tipHeight=tipElement.outerHeight();coords=new CSSCoordinates;coords.set("top",session.currentY+options.offset);coords.set("left",session.currentX+options.offset);collisions=getViewportCollisions(coords,tipWidth,tipHeight);if(collisions!==Collision.none){collisionCount=countFlags(collisions);if(collisionCount===1){if(collisions===Collision.right){coords.set("left",session.scrollLeft+session.windowWidth-tipWidth)}else if(collisions===Collision.bottom){coords.set("top",session.scrollTop+session.windowHeight-tipHeight)}}else{coords.set("left",session.currentX-tipWidth-options.offset);coords.set("top",session.currentY-tipHeight-options.offset)}}tipElement.css(coords)}}function positionTipOnElement(element){var priorityList,finalPlacement;if(options.smartPlacement||options.followMouse&&element.data(DATA_FORCEDOPEN)){priorityList=$.fn.powerTip.smartPlacementLists[options.placement];$.each(priorityList,function(idx,pos){var collisions=getViewportCollisions(placeTooltip(element,pos),tipElement.outerWidth(),tipElement.outerHeight());finalPlacement=pos;return collisions!==Collision.none})}else{placeTooltip(element,options.placement);finalPlacement=options.placement}tipElement.removeClass("w nw sw e ne se n s w se-alt sw-alt ne-alt nw-alt");tipElement.addClass(finalPlacement)}function placeTooltip(element,placement){var iterationCount=0,tipWidth,tipHeight,coords=new CSSCoordinates;coords.set("top",0);coords.set("left",0);tipElement.css(coords);do{tipWidth=tipElement.outerWidth();tipHeight=tipElement.outerHeight();coords=placementCalculator.compute(element,placement,tipWidth,tipHeight,options.offset);tipElement.css(coords)}while(++iterationCount<=5&&(tipWidth!==tipElement.outerWidth()||tipHeight!==tipElement.outerHeight()));return coords}function closeDesyncedTip(){var isDesynced=false,hasDesyncableCloseEvent=$.grep(["mouseleave","mouseout","blur","focusout"],function(eventType){return $.inArray(eventType,options.closeEvents)!==-1}).length>0;if(session.isTipOpen&&!session.isClosing&&!session.delayInProgress&&hasDesyncableCloseEvent){if(session.activeHover.data(DATA_HASACTIVEHOVER)===false||session.activeHover.is(":disabled")){isDesynced=true}else if(!isMouseOver(session.activeHover)&&!session.activeHover.is(":focus")&&!session.activeHover.data(DATA_FORCEDOPEN)){if(tipElement.data(DATA_MOUSEONTOTIP)){if(!isMouseOver(tipElement)){isDesynced=true}}else{isDesynced=true}}if(isDesynced){hideTip(session.activeHover)}}}this.showTip=beginShowTip;this.hideTip=hideTip;this.resetPosition=positionTipOnElement}function isSvgElement(element){return Boolean(window.SVGElement&&element[0]instanceof SVGElement)}function isMouseEvent(event){return Boolean(event&&$.inArray(event.type,MOUSE_EVENTS)>-1&&typeof event.pageX==="number")}function initTracking(){if(!session.mouseTrackingActive){session.mouseTrackingActive=true;getViewportDimensions();$(getViewportDimensions);$document.on("mousemove"+EVENT_NAMESPACE,trackMouse);$window.on("resize"+EVENT_NAMESPACE,trackResize);$window.on("scroll"+EVENT_NAMESPACE,trackScroll)}}function getViewportDimensions(){session.scrollLeft=$window.scrollLeft();session.scrollTop=$window.scrollTop();session.windowWidth=$window.width();session.windowHeight=$window.height()}function trackResize(){session.windowWidth=$window.width();session.windowHeight=$window.height()}function trackScroll(){var x=$window.scrollLeft(),y=$window.scrollTop();if(x!==session.scrollLeft){session.currentX+=x-session.scrollLeft;session.scrollLeft=x}if(y!==session.scrollTop){session.currentY+=y-session.scrollTop;session.scrollTop=y}}function trackMouse(event){session.currentX=event.pageX;session.currentY=event.pageY}function isMouseOver(element){var elementPosition=element.offset(),elementBox=element[0].getBoundingClientRect(),elementWidth=elementBox.right-elementBox.left,elementHeight=elementBox.bottom-elementBox.top;return session.currentX>=elementPosition.left&&session.currentX<=elementPosition.left+elementWidth&&session.currentY>=elementPosition.top&&session.currentY<=elementPosition.top+elementHeight}function getTooltipContent(element){var tipText=element.data(DATA_POWERTIP),tipObject=element.data(DATA_POWERTIPJQ),tipTarget=element.data(DATA_POWERTIPTARGET),targetElement,content;if(tipText){if($.isFunction(tipText)){tipText=tipText.call(element[0])}content=tipText}else if(tipObject){if($.isFunction(tipObject)){tipObject=tipObject.call(element[0])}if(tipObject.length>0){content=tipObject.clone(true,true)}}else if(tipTarget){targetElement=$("#"+tipTarget);if(targetElement.length>0){content=targetElement.html()}}return content}function getViewportCollisions(coords,elementWidth,elementHeight){var viewportTop=session.scrollTop,viewportLeft=session.scrollLeft,viewportBottom=viewportTop+session.windowHeight,viewportRight=viewportLeft+session.windowWidth,collisions=Collision.none;if(coords.topviewportBottom||Math.abs(coords.bottom-session.windowHeight)>viewportBottom){collisions|=Collision.bottom}if(coords.leftviewportRight){collisions|=Collision.left}if(coords.left+elementWidth>viewportRight||coords.right1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,"mouseover"),f(a,"mousemove"),f(a,"mousedown"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,"mousemove"))},b._touchEnd=function(a){e&&(f(a,"mouseup"),f(a,"mouseout"),this._touchMoved||f(a,"click"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),d.call(b)}}}(jQuery);/*! SmartMenus jQuery Plugin - v1.1.0 - September 17, 2017
+ * http://www.smartmenus.org/
+ * Copyright Vasil Dinkov, Vadikom Web Ltd. http://vadikom.com; Licensed MIT */(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&"object"==typeof module.exports?module.exports=t(require("jquery")):t(jQuery)})(function($){function initMouseDetection(t){var e=".smartmenus_mouse";if(mouseDetectionEnabled||t)mouseDetectionEnabled&&t&&($(document).off(e),mouseDetectionEnabled=!1);else{var i=!0,s=null,o={mousemove:function(t){var e={x:t.pageX,y:t.pageY,timeStamp:(new Date).getTime()};if(s){var o=Math.abs(s.x-e.x),a=Math.abs(s.y-e.y);if((o>0||a>0)&&2>=o&&2>=a&&300>=e.timeStamp-s.timeStamp&&(mouse=!0,i)){var n=$(t.target).closest("a");n.is("a")&&$.each(menuTrees,function(){return $.contains(this.$root[0],n[0])?(this.itemEnter({currentTarget:n[0]}),!1):void 0}),i=!1}}s=e}};o[touchEvents?"touchstart":"pointerover pointermove pointerout MSPointerOver MSPointerMove MSPointerOut"]=function(t){isTouchEvent(t.originalEvent)&&(mouse=!1)},$(document).on(getEventsNS(o,e)),mouseDetectionEnabled=!0}}function isTouchEvent(t){return!/^(4|mouse)$/.test(t.pointerType)}function getEventsNS(t,e){e||(e="");var i={};for(var s in t)i[s.split(" ").join(e+" ")+e]=t[s];return i}var menuTrees=[],mouse=!1,touchEvents="ontouchstart"in window,mouseDetectionEnabled=!1,requestAnimationFrame=window.requestAnimationFrame||function(t){return setTimeout(t,1e3/60)},cancelAnimationFrame=window.cancelAnimationFrame||function(t){clearTimeout(t)},canAnimate=!!$.fn.animate;return $.SmartMenus=function(t,e){this.$root=$(t),this.opts=e,this.rootId="",this.accessIdPrefix="",this.$subArrow=null,this.activatedItems=[],this.visibleSubMenus=[],this.showTimeout=0,this.hideTimeout=0,this.scrollTimeout=0,this.clickActivated=!1,this.focusActivated=!1,this.zIndexInc=0,this.idInc=0,this.$firstLink=null,this.$firstSub=null,this.disabled=!1,this.$disableOverlay=null,this.$touchScrollingSub=null,this.cssTransforms3d="perspective"in t.style||"webkitPerspective"in t.style,this.wasCollapsible=!1,this.init()},$.extend($.SmartMenus,{hideAll:function(){$.each(menuTrees,function(){this.menuHideAll()})},destroy:function(){for(;menuTrees.length;)menuTrees[0].destroy();initMouseDetection(!0)},prototype:{init:function(t){var e=this;if(!t){menuTrees.push(this),this.rootId=((new Date).getTime()+Math.random()+"").replace(/\D/g,""),this.accessIdPrefix="sm-"+this.rootId+"-",this.$root.hasClass("sm-rtl")&&(this.opts.rightToLeftSubMenus=!0);var i=".smartmenus";this.$root.data("smartmenus",this).attr("data-smartmenus-id",this.rootId).dataSM("level",1).on(getEventsNS({"mouseover focusin":$.proxy(this.rootOver,this),"mouseout focusout":$.proxy(this.rootOut,this),keydown:$.proxy(this.rootKeyDown,this)},i)).on(getEventsNS({mouseenter:$.proxy(this.itemEnter,this),mouseleave:$.proxy(this.itemLeave,this),mousedown:$.proxy(this.itemDown,this),focus:$.proxy(this.itemFocus,this),blur:$.proxy(this.itemBlur,this),click:$.proxy(this.itemClick,this)},i),"a"),i+=this.rootId,this.opts.hideOnClick&&$(document).on(getEventsNS({touchstart:$.proxy(this.docTouchStart,this),touchmove:$.proxy(this.docTouchMove,this),touchend:$.proxy(this.docTouchEnd,this),click:$.proxy(this.docClick,this)},i)),$(window).on(getEventsNS({"resize orientationchange":$.proxy(this.winResize,this)},i)),this.opts.subIndicators&&(this.$subArrow=$(" ").addClass("sub-arrow"),this.opts.subIndicatorsText&&this.$subArrow.html(this.opts.subIndicatorsText)),initMouseDetection()}if(this.$firstSub=this.$root.find("ul").each(function(){e.menuInit($(this))}).eq(0),this.$firstLink=this.$root.find("a").eq(0),this.opts.markCurrentItem){var s=/(index|default)\.[^#\?\/]*/i,o=/#.*/,a=window.location.href.replace(s,""),n=a.replace(o,"");this.$root.find("a").each(function(){var t=this.href.replace(s,""),i=$(this);(t==a||t==n)&&(i.addClass("current"),e.opts.markCurrentTree&&i.parentsUntil("[data-smartmenus-id]","ul").each(function(){$(this).dataSM("parent-a").addClass("current")}))})}this.wasCollapsible=this.isCollapsible()},destroy:function(t){if(!t){var e=".smartmenus";this.$root.removeData("smartmenus").removeAttr("data-smartmenus-id").removeDataSM("level").off(e),e+=this.rootId,$(document).off(e),$(window).off(e),this.opts.subIndicators&&(this.$subArrow=null)}this.menuHideAll();var i=this;this.$root.find("ul").each(function(){var t=$(this);t.dataSM("scroll-arrows")&&t.dataSM("scroll-arrows").remove(),t.dataSM("shown-before")&&((i.opts.subMenusMinWidth||i.opts.subMenusMaxWidth)&&t.css({width:"",minWidth:"",maxWidth:""}).removeClass("sm-nowrap"),t.dataSM("scroll-arrows")&&t.dataSM("scroll-arrows").remove(),t.css({zIndex:"",top:"",left:"",marginLeft:"",marginTop:"",display:""})),0==(t.attr("id")||"").indexOf(i.accessIdPrefix)&&t.removeAttr("id")}).removeDataSM("in-mega").removeDataSM("shown-before").removeDataSM("scroll-arrows").removeDataSM("parent-a").removeDataSM("level").removeDataSM("beforefirstshowfired").removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeAttr("aria-expanded"),this.$root.find("a.has-submenu").each(function(){var t=$(this);0==t.attr("id").indexOf(i.accessIdPrefix)&&t.removeAttr("id")}).removeClass("has-submenu").removeDataSM("sub").removeAttr("aria-haspopup").removeAttr("aria-controls").removeAttr("aria-expanded").closest("li").removeDataSM("sub"),this.opts.subIndicators&&this.$root.find("span.sub-arrow").remove(),this.opts.markCurrentItem&&this.$root.find("a.current").removeClass("current"),t||(this.$root=null,this.$firstLink=null,this.$firstSub=null,this.$disableOverlay&&(this.$disableOverlay.remove(),this.$disableOverlay=null),menuTrees.splice($.inArray(this,menuTrees),1))},disable:function(t){if(!this.disabled){if(this.menuHideAll(),!t&&!this.opts.isPopup&&this.$root.is(":visible")){var e=this.$root.offset();this.$disableOverlay=$('
').css({position:"absolute",top:e.top,left:e.left,width:this.$root.outerWidth(),height:this.$root.outerHeight(),zIndex:this.getStartZIndex(!0),opacity:0}).appendTo(document.body)}this.disabled=!0}},docClick:function(t){return this.$touchScrollingSub?(this.$touchScrollingSub=null,void 0):((this.visibleSubMenus.length&&!$.contains(this.$root[0],t.target)||$(t.target).closest("a").length)&&this.menuHideAll(),void 0)},docTouchEnd:function(){if(this.lastTouch){if(!(!this.visibleSubMenus.length||void 0!==this.lastTouch.x2&&this.lastTouch.x1!=this.lastTouch.x2||void 0!==this.lastTouch.y2&&this.lastTouch.y1!=this.lastTouch.y2||this.lastTouch.target&&$.contains(this.$root[0],this.lastTouch.target))){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0);var t=this;this.hideTimeout=setTimeout(function(){t.menuHideAll()},350)}this.lastTouch=null}},docTouchMove:function(t){if(this.lastTouch){var e=t.originalEvent.touches[0];this.lastTouch.x2=e.pageX,this.lastTouch.y2=e.pageY}},docTouchStart:function(t){var e=t.originalEvent.touches[0];this.lastTouch={x1:e.pageX,y1:e.pageY,target:e.target}},enable:function(){this.disabled&&(this.$disableOverlay&&(this.$disableOverlay.remove(),this.$disableOverlay=null),this.disabled=!1)},getClosestMenu:function(t){for(var e=$(t).closest("ul");e.dataSM("in-mega");)e=e.parent().closest("ul");return e[0]||null},getHeight:function(t){return this.getOffset(t,!0)},getOffset:function(t,e){var i;"none"==t.css("display")&&(i={position:t[0].style.position,visibility:t[0].style.visibility},t.css({position:"absolute",visibility:"hidden"}).show());var s=t[0].getBoundingClientRect&&t[0].getBoundingClientRect(),o=s&&(e?s.height||s.bottom-s.top:s.width||s.right-s.left);return o||0===o||(o=e?t[0].offsetHeight:t[0].offsetWidth),i&&t.hide().css(i),o},getStartZIndex:function(t){var e=parseInt(this[t?"$root":"$firstSub"].css("z-index"));return!t&&isNaN(e)&&(e=parseInt(this.$root.css("z-index"))),isNaN(e)?1:e},getTouchPoint:function(t){return t.touches&&t.touches[0]||t.changedTouches&&t.changedTouches[0]||t},getViewport:function(t){var e=t?"Height":"Width",i=document.documentElement["client"+e],s=window["inner"+e];return s&&(i=Math.min(i,s)),i},getViewportHeight:function(){return this.getViewport(!0)},getViewportWidth:function(){return this.getViewport()},getWidth:function(t){return this.getOffset(t)},handleEvents:function(){return!this.disabled&&this.isCSSOn()},handleItemEvents:function(t){return this.handleEvents()&&!this.isLinkInMegaMenu(t)},isCollapsible:function(){return"static"==this.$firstSub.css("position")},isCSSOn:function(){return"inline"!=this.$firstLink.css("display")},isFixed:function(){var t="fixed"==this.$root.css("position");return t||this.$root.parentsUntil("body").each(function(){return"fixed"==$(this).css("position")?(t=!0,!1):void 0}),t},isLinkInMegaMenu:function(t){return $(this.getClosestMenu(t[0])).hasClass("mega-menu")},isTouchMode:function(){return!mouse||this.opts.noMouseOver||this.isCollapsible()},itemActivate:function(t,e){var i=t.closest("ul"),s=i.dataSM("level");if(s>1&&(!this.activatedItems[s-2]||this.activatedItems[s-2][0]!=i.dataSM("parent-a")[0])){var o=this;$(i.parentsUntil("[data-smartmenus-id]","ul").get().reverse()).add(i).each(function(){o.itemActivate($(this).dataSM("parent-a"))})}if((!this.isCollapsible()||e)&&this.menuHideSubMenus(this.activatedItems[s-1]&&this.activatedItems[s-1][0]==t[0]?s:s-1),this.activatedItems[s-1]=t,this.$root.triggerHandler("activate.smapi",t[0])!==!1){var a=t.dataSM("sub");a&&(this.isTouchMode()||!this.opts.showOnClick||this.clickActivated)&&this.menuShow(a)}},itemBlur:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&this.$root.triggerHandler("blur.smapi",e[0])},itemClick:function(t){var e=$(t.currentTarget);if(this.handleItemEvents(e)){if(this.$touchScrollingSub&&this.$touchScrollingSub[0]==e.closest("ul")[0])return this.$touchScrollingSub=null,t.stopPropagation(),!1;if(this.$root.triggerHandler("click.smapi",e[0])===!1)return!1;var i=$(t.target).is(".sub-arrow"),s=e.dataSM("sub"),o=s?2==s.dataSM("level"):!1,a=this.isCollapsible(),n=/toggle$/.test(this.opts.collapsibleBehavior),r=/link$/.test(this.opts.collapsibleBehavior),h=/^accordion/.test(this.opts.collapsibleBehavior);if(s&&!s.is(":visible")){if((!r||!a||i)&&(this.opts.showOnClick&&o&&(this.clickActivated=!0),this.itemActivate(e,h),s.is(":visible")))return this.focusActivated=!0,!1}else if(a&&(n||i))return this.itemActivate(e,h),this.menuHide(s),n&&(this.focusActivated=!1),!1;return this.opts.showOnClick&&o||e.hasClass("disabled")||this.$root.triggerHandler("select.smapi",e[0])===!1?!1:void 0}},itemDown:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&e.dataSM("mousedown",!0)},itemEnter:function(t){var e=$(t.currentTarget);if(this.handleItemEvents(e)){if(!this.isTouchMode()){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0);var i=this;this.showTimeout=setTimeout(function(){i.itemActivate(e)},this.opts.showOnClick&&1==e.closest("ul").dataSM("level")?1:this.opts.showTimeout)}this.$root.triggerHandler("mouseenter.smapi",e[0])}},itemFocus:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&(!this.focusActivated||this.isTouchMode()&&e.dataSM("mousedown")||this.activatedItems.length&&this.activatedItems[this.activatedItems.length-1][0]==e[0]||this.itemActivate(e,!0),this.$root.triggerHandler("focus.smapi",e[0]))},itemLeave:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&(this.isTouchMode()||(e[0].blur(),this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0)),e.removeDataSM("mousedown"),this.$root.triggerHandler("mouseleave.smapi",e[0]))},menuHide:function(t){if(this.$root.triggerHandler("beforehide.smapi",t[0])!==!1&&(canAnimate&&t.stop(!0,!0),"none"!=t.css("display"))){var e=function(){t.css("z-index","")};this.isCollapsible()?canAnimate&&this.opts.collapsibleHideFunction?this.opts.collapsibleHideFunction.call(this,t,e):t.hide(this.opts.collapsibleHideDuration,e):canAnimate&&this.opts.hideFunction?this.opts.hideFunction.call(this,t,e):t.hide(this.opts.hideDuration,e),t.dataSM("scroll")&&(this.menuScrollStop(t),t.css({"touch-action":"","-ms-touch-action":"","-webkit-transform":"",transform:""}).off(".smartmenus_scroll").removeDataSM("scroll").dataSM("scroll-arrows").hide()),t.dataSM("parent-a").removeClass("highlighted").attr("aria-expanded","false"),t.attr({"aria-expanded":"false","aria-hidden":"true"});var i=t.dataSM("level");this.activatedItems.splice(i-1,1),this.visibleSubMenus.splice($.inArray(t,this.visibleSubMenus),1),this.$root.triggerHandler("hide.smapi",t[0])}},menuHideAll:function(){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0);for(var t=this.opts.isPopup?1:0,e=this.visibleSubMenus.length-1;e>=t;e--)this.menuHide(this.visibleSubMenus[e]);this.opts.isPopup&&(canAnimate&&this.$root.stop(!0,!0),this.$root.is(":visible")&&(canAnimate&&this.opts.hideFunction?this.opts.hideFunction.call(this,this.$root):this.$root.hide(this.opts.hideDuration))),this.activatedItems=[],this.visibleSubMenus=[],this.clickActivated=!1,this.focusActivated=!1,this.zIndexInc=0,this.$root.triggerHandler("hideAll.smapi")},menuHideSubMenus:function(t){for(var e=this.activatedItems.length-1;e>=t;e--){var i=this.activatedItems[e].dataSM("sub");i&&this.menuHide(i)}},menuInit:function(t){if(!t.dataSM("in-mega")){t.hasClass("mega-menu")&&t.find("ul").dataSM("in-mega",!0);for(var e=2,i=t[0];(i=i.parentNode.parentNode)!=this.$root[0];)e++;var s=t.prevAll("a").eq(-1);s.length||(s=t.prevAll().find("a").eq(-1)),s.addClass("has-submenu").dataSM("sub",t),t.dataSM("parent-a",s).dataSM("level",e).parent().dataSM("sub",t);var o=s.attr("id")||this.accessIdPrefix+ ++this.idInc,a=t.attr("id")||this.accessIdPrefix+ ++this.idInc;s.attr({id:o,"aria-haspopup":"true","aria-controls":a,"aria-expanded":"false"}),t.attr({id:a,role:"group","aria-hidden":"true","aria-labelledby":o,"aria-expanded":"false"}),this.opts.subIndicators&&s[this.opts.subIndicatorsPos](this.$subArrow.clone())}},menuPosition:function(t){var e,i,s=t.dataSM("parent-a"),o=s.closest("li"),a=o.parent(),n=t.dataSM("level"),r=this.getWidth(t),h=this.getHeight(t),u=s.offset(),l=u.left,c=u.top,d=this.getWidth(s),m=this.getHeight(s),p=$(window),f=p.scrollLeft(),v=p.scrollTop(),b=this.getViewportWidth(),S=this.getViewportHeight(),g=a.parent().is("[data-sm-horizontal-sub]")||2==n&&!a.hasClass("sm-vertical"),M=this.opts.rightToLeftSubMenus&&!o.is("[data-sm-reverse]")||!this.opts.rightToLeftSubMenus&&o.is("[data-sm-reverse]"),w=2==n?this.opts.mainMenuSubOffsetX:this.opts.subMenusSubOffsetX,T=2==n?this.opts.mainMenuSubOffsetY:this.opts.subMenusSubOffsetY;if(g?(e=M?d-r-w:w,i=this.opts.bottomToTopSubMenus?-h-T:m+T):(e=M?w-r:d-w,i=this.opts.bottomToTopSubMenus?m-T-h:T),this.opts.keepInViewport){var y=l+e,I=c+i;if(M&&f>y?e=g?f-y+e:d-w:!M&&y+r>f+b&&(e=g?f+b-r-y+e:w-r),g||(S>h&&I+h>v+S?i+=v+S-h-I:(h>=S||v>I)&&(i+=v-I)),g&&(I+h>v+S+.49||v>I)||!g&&h>S+.49){var x=this;t.dataSM("scroll-arrows")||t.dataSM("scroll-arrows",$([$(' ')[0],$(' ')[0]]).on({mouseenter:function(){t.dataSM("scroll").up=$(this).hasClass("scroll-up"),x.menuScroll(t)},mouseleave:function(e){x.menuScrollStop(t),x.menuScrollOut(t,e)},"mousewheel DOMMouseScroll":function(t){t.preventDefault()}}).insertAfter(t));var A=".smartmenus_scroll";if(t.dataSM("scroll",{y:this.cssTransforms3d?0:i-m,step:1,itemH:m,subH:h,arrowDownH:this.getHeight(t.dataSM("scroll-arrows").eq(1))}).on(getEventsNS({mouseover:function(e){x.menuScrollOver(t,e)},mouseout:function(e){x.menuScrollOut(t,e)},"mousewheel DOMMouseScroll":function(e){x.menuScrollMousewheel(t,e)}},A)).dataSM("scroll-arrows").css({top:"auto",left:"0",marginLeft:e+(parseInt(t.css("border-left-width"))||0),width:r-(parseInt(t.css("border-left-width"))||0)-(parseInt(t.css("border-right-width"))||0),zIndex:t.css("z-index")}).eq(g&&this.opts.bottomToTopSubMenus?0:1).show(),this.isFixed()){var C={};C[touchEvents?"touchstart touchmove touchend":"pointerdown pointermove pointerup MSPointerDown MSPointerMove MSPointerUp"]=function(e){x.menuScrollTouch(t,e)},t.css({"touch-action":"none","-ms-touch-action":"none"}).on(getEventsNS(C,A))}}}t.css({top:"auto",left:"0",marginLeft:e,marginTop:i-m})},menuScroll:function(t,e,i){var s,o=t.dataSM("scroll"),a=t.dataSM("scroll-arrows"),n=o.up?o.upEnd:o.downEnd;if(!e&&o.momentum){if(o.momentum*=.92,s=o.momentum,.5>s)return this.menuScrollStop(t),void 0}else s=i||(e||!this.opts.scrollAccelerate?this.opts.scrollStep:Math.floor(o.step));var r=t.dataSM("level");if(this.activatedItems[r-1]&&this.activatedItems[r-1].dataSM("sub")&&this.activatedItems[r-1].dataSM("sub").is(":visible")&&this.menuHideSubMenus(r-1),o.y=o.up&&o.y>=n||!o.up&&n>=o.y?o.y:Math.abs(n-o.y)>s?o.y+(o.up?s:-s):n,t.css(this.cssTransforms3d?{"-webkit-transform":"translate3d(0, "+o.y+"px, 0)",transform:"translate3d(0, "+o.y+"px, 0)"}:{marginTop:o.y}),mouse&&(o.up&&o.y>o.downEnd||!o.up&&o.y0;t.dataSM("scroll-arrows").eq(i?0:1).is(":visible")&&(t.dataSM("scroll").up=i,this.menuScroll(t,!0))}e.preventDefault()},menuScrollOut:function(t,e){mouse&&(/^scroll-(up|down)/.test((e.relatedTarget||"").className)||(t[0]==e.relatedTarget||$.contains(t[0],e.relatedTarget))&&this.getClosestMenu(e.relatedTarget)==t[0]||t.dataSM("scroll-arrows").css("visibility","hidden"))},menuScrollOver:function(t,e){if(mouse&&!/^scroll-(up|down)/.test(e.target.className)&&this.getClosestMenu(e.target)==t[0]){this.menuScrollRefreshData(t);var i=t.dataSM("scroll"),s=$(window).scrollTop()-t.dataSM("parent-a").offset().top-i.itemH;t.dataSM("scroll-arrows").eq(0).css("margin-top",s).end().eq(1).css("margin-top",s+this.getViewportHeight()-i.arrowDownH).end().css("visibility","visible")}},menuScrollRefreshData:function(t){var e=t.dataSM("scroll"),i=$(window).scrollTop()-t.dataSM("parent-a").offset().top-e.itemH;this.cssTransforms3d&&(i=-(parseFloat(t.css("margin-top"))-i)),$.extend(e,{upEnd:i,downEnd:i+this.getViewportHeight()-e.subH})},menuScrollStop:function(t){return this.scrollTimeout?(cancelAnimationFrame(this.scrollTimeout),this.scrollTimeout=0,t.dataSM("scroll").step=1,!0):void 0},menuScrollTouch:function(t,e){if(e=e.originalEvent,isTouchEvent(e)){var i=this.getTouchPoint(e);if(this.getClosestMenu(i.target)==t[0]){var s=t.dataSM("scroll");if(/(start|down)$/i.test(e.type))this.menuScrollStop(t)?(e.preventDefault(),this.$touchScrollingSub=t):this.$touchScrollingSub=null,this.menuScrollRefreshData(t),$.extend(s,{touchStartY:i.pageY,touchStartTime:e.timeStamp});else if(/move$/i.test(e.type)){var o=void 0!==s.touchY?s.touchY:s.touchStartY;if(void 0!==o&&o!=i.pageY){this.$touchScrollingSub=t;var a=i.pageY>o;void 0!==s.up&&s.up!=a&&$.extend(s,{touchStartY:i.pageY,touchStartTime:e.timeStamp}),$.extend(s,{up:a,touchY:i.pageY}),this.menuScroll(t,!0,Math.abs(i.pageY-o))}e.preventDefault()}else void 0!==s.touchY&&((s.momentum=15*Math.pow(Math.abs(i.pageY-s.touchStartY)/(e.timeStamp-s.touchStartTime),2))&&(this.menuScrollStop(t),this.menuScroll(t),e.preventDefault()),delete s.touchY)}}},menuShow:function(t){if((t.dataSM("beforefirstshowfired")||(t.dataSM("beforefirstshowfired",!0),this.$root.triggerHandler("beforefirstshow.smapi",t[0])!==!1))&&this.$root.triggerHandler("beforeshow.smapi",t[0])!==!1&&(t.dataSM("shown-before",!0),canAnimate&&t.stop(!0,!0),!t.is(":visible"))){var e=t.dataSM("parent-a"),i=this.isCollapsible();if((this.opts.keepHighlighted||i)&&e.addClass("highlighted"),i)t.removeClass("sm-nowrap").css({zIndex:"",width:"auto",minWidth:"",maxWidth:"",top:"",left:"",marginLeft:"",marginTop:""});else{if(t.css("z-index",this.zIndexInc=(this.zIndexInc||this.getStartZIndex())+1),(this.opts.subMenusMinWidth||this.opts.subMenusMaxWidth)&&(t.css({width:"auto",minWidth:"",maxWidth:""}).addClass("sm-nowrap"),this.opts.subMenusMinWidth&&t.css("min-width",this.opts.subMenusMinWidth),this.opts.subMenusMaxWidth)){var s=this.getWidth(t);t.css("max-width",this.opts.subMenusMaxWidth),s>this.getWidth(t)&&t.removeClass("sm-nowrap").css("width",this.opts.subMenusMaxWidth)}this.menuPosition(t)}var o=function(){t.css("overflow","")};i?canAnimate&&this.opts.collapsibleShowFunction?this.opts.collapsibleShowFunction.call(this,t,o):t.show(this.opts.collapsibleShowDuration,o):canAnimate&&this.opts.showFunction?this.opts.showFunction.call(this,t,o):t.show(this.opts.showDuration,o),e.attr("aria-expanded","true"),t.attr({"aria-expanded":"true","aria-hidden":"false"}),this.visibleSubMenus.push(t),this.$root.triggerHandler("show.smapi",t[0])}},popupHide:function(t){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0);var e=this;this.hideTimeout=setTimeout(function(){e.menuHideAll()},t?1:this.opts.hideTimeout)},popupShow:function(t,e){if(!this.opts.isPopup)return alert('SmartMenus jQuery Error:\n\nIf you want to show this menu via the "popupShow" method, set the isPopup:true option.'),void 0;if(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0),this.$root.dataSM("shown-before",!0),canAnimate&&this.$root.stop(!0,!0),!this.$root.is(":visible")){this.$root.css({left:t,top:e});var i=this,s=function(){i.$root.css("overflow","")};canAnimate&&this.opts.showFunction?this.opts.showFunction.call(this,this.$root,s):this.$root.show(this.opts.showDuration,s),this.visibleSubMenus[0]=this.$root}},refresh:function(){this.destroy(!0),this.init(!0)},rootKeyDown:function(t){if(this.handleEvents())switch(t.keyCode){case 27:var e=this.activatedItems[0];if(e){this.menuHideAll(),e[0].focus();var i=e.dataSM("sub");i&&this.menuHide(i)}break;case 32:var s=$(t.target);if(s.is("a")&&this.handleItemEvents(s)){var i=s.dataSM("sub");i&&!i.is(":visible")&&(this.itemClick({currentTarget:t.target}),t.preventDefault())}}},rootOut:function(t){if(this.handleEvents()&&!this.isTouchMode()&&t.target!=this.$root[0]&&(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0),!this.opts.showOnClick||!this.opts.hideOnClick)){var e=this;this.hideTimeout=setTimeout(function(){e.menuHideAll()},this.opts.hideTimeout)}},rootOver:function(t){this.handleEvents()&&!this.isTouchMode()&&t.target!=this.$root[0]&&this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0)},winResize:function(t){if(this.handleEvents()){if(!("onorientationchange"in window)||"orientationchange"==t.type){var e=this.isCollapsible();this.wasCollapsible&&e||(this.activatedItems.length&&this.activatedItems[this.activatedItems.length-1][0].blur(),this.menuHideAll()),this.wasCollapsible=e}}else if(this.$disableOverlay){var i=this.$root.offset();this.$disableOverlay.css({top:i.top,left:i.left,width:this.$root.outerWidth(),height:this.$root.outerHeight()})}}}}),$.fn.dataSM=function(t,e){return e?this.data(t+"_smartmenus",e):this.data(t+"_smartmenus")},$.fn.removeDataSM=function(t){return this.removeData(t+"_smartmenus")},$.fn.smartmenus=function(options){if("string"==typeof options){var args=arguments,method=options;return Array.prototype.shift.call(args),this.each(function(){var t=$(this).data("smartmenus");t&&t[method]&&t[method].apply(t,args)})}return this.each(function(){var dataOpts=$(this).data("sm-options")||null;if(dataOpts)try{dataOpts=eval("("+dataOpts+")")}catch(e){dataOpts=null,alert('ERROR\n\nSmartMenus jQuery init:\nInvalid "data-sm-options" attribute value syntax.')}new $.SmartMenus(this,$.extend({},$.fn.smartmenus.defaults,options,dataOpts))})},$.fn.smartmenus.defaults={isPopup:!1,mainMenuSubOffsetX:0,mainMenuSubOffsetY:0,subMenusSubOffsetX:0,subMenusSubOffsetY:0,subMenusMinWidth:"10em",subMenusMaxWidth:"20em",subIndicators:!0,subIndicatorsPos:"append",subIndicatorsText:"",scrollStep:30,scrollAccelerate:!0,showTimeout:250,hideTimeout:500,showDuration:0,showFunction:null,hideDuration:0,hideFunction:function(t,e){t.fadeOut(200,e)},collapsibleShowDuration:0,collapsibleShowFunction:function(t,e){t.slideDown(200,e)},collapsibleHideDuration:0,collapsibleHideFunction:function(t,e){t.slideUp(200,e)},showOnClick:!1,hideOnClick:!0,noMouseOver:!1,keepInViewport:!0,keepHighlighted:!0,markCurrentItem:!1,markCurrentTree:!0,rightToLeftSubMenus:!1,bottomToTopSubMenus:!1,collapsibleBehavior:"default"},$});
\ No newline at end of file
diff --git a/Documentation/html/md__documents__r_e_a_d_m_e.html b/Documentation/html/md__documents__r_e_a_d_m_e.html
new file mode 100644
index 0000000..e948ac9
--- /dev/null
+++ b/Documentation/html/md__documents__r_e_a_d_m_e.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+My Project: Storyboard et Sketch sur blasamiq
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/menu.js b/Documentation/html/menu.js
new file mode 100644
index 0000000..818b859
--- /dev/null
+++ b/Documentation/html/menu.js
@@ -0,0 +1,135 @@
+/*
+ @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+='';
+ for (var i in data.children) {
+ var url;
+ var link;
+ link = data.children[i].url;
+ if (link.substring(0,1)=='^') {
+ url = link.substring(1);
+ } else {
+ url = relPath+link;
+ }
+ result+=''+
+ data.children[i].text+' '+
+ makeTree(data.children[i],relPath)+' ';
+ }
+ result+=' ';
+ }
+ return result;
+ }
+ var searchBox;
+ if (searchEnabled) {
+ if (serverSide) {
+ searchBox='';
+ } else {
+ searchBox=''+
+ '
'+
+ ' '+
+ ' '+
+ ' '+
+ '
'+
+ ' '
+ ''
+ '
';
+ }
+ }
+
+ $('#main-nav').before(' '+
+ ''+
+ ' '+
+ 'Toggle main menu visibility '+
+ ' '+
+ '
');
+ $('#main-nav').append(makeTree(menudata,relPath));
+ $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
+ if (searchBox) {
+ $('#main-menu').append(' ');
+ }
+ var $mainMenuState = $('#main-menu-state');
+ var prevWidth = 0;
+ if ($mainMenuState.length) {
+ function initResizableIfExists() {
+ if (typeof initResizable==='function') initResizable();
+ }
+ // animate mobile menu
+ $mainMenuState.change(function(e) {
+ var $menu = $('#main-menu');
+ var options = { duration: 250, step: initResizableIfExists };
+ if (this.checked) {
+ options['complete'] = function() { $menu.css('display', 'block') };
+ $menu.hide().slideDown(options);
+ } else {
+ options['complete'] = function() { $menu.css('display', 'none') };
+ $menu.show().slideUp(options);
+ }
+ });
+ // set default menu visibility
+ function resetState() {
+ var $menu = $('#main-menu');
+ var $mainMenuState = $('#main-menu-state');
+ var newWidth = $(window).outerWidth();
+ if (newWidth!=prevWidth) {
+ if ($(window).outerWidth()<768) {
+ $mainMenuState.prop('checked',false); $menu.hide();
+ $('#searchBoxPos1').html(searchBox);
+ $('#searchBoxPos2').hide();
+ } else {
+ $menu.show();
+ $('#searchBoxPos1').empty();
+ $('#searchBoxPos2').html(searchBox);
+ $('#searchBoxPos2').show();
+ }
+ prevWidth = newWidth;
+ }
+ }
+ $(window).ready(function() { resetState(); initResizableIfExists(); });
+ $(window).resize(resetState);
+ }
+ $('#main-menu').smartmenus();
+}
+/* @license-end */
diff --git a/Documentation/html/menudata.js b/Documentation/html/menudata.js
new file mode 100644
index 0000000..89cf200
--- /dev/null
+++ b/Documentation/html/menudata.js
@@ -0,0 +1,92 @@
+/*
+ @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:"Related Pages",url:"pages.html"},
+{text:"Namespaces",url:"namespaces.html",children:[
+{text:"Namespace List",url:"namespaces.html"},
+{text:"Namespace Members",url:"namespacemembers.html",children:[
+{text:"All",url:"namespacemembers.html"},
+{text:"Enumerations",url:"namespacemembers_enum.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",children:[
+{text:"a",url:"functions.html#index_a"},
+{text:"c",url:"functions.html#index_c"},
+{text:"d",url:"functions.html#index_d"},
+{text:"e",url:"functions.html#index_e"},
+{text:"f",url:"functions.html#index_f"},
+{text:"g",url:"functions.html#index_g"},
+{text:"h",url:"functions.html#index_h"},
+{text:"i",url:"functions.html#index_i"},
+{text:"l",url:"functions.html#index_l"},
+{text:"m",url:"functions.html#index_m"},
+{text:"n",url:"functions.html#index_n"},
+{text:"o",url:"functions.html#index_o"},
+{text:"p",url:"functions.html#index_p"},
+{text:"r",url:"functions.html#index_r"},
+{text:"s",url:"functions.html#index_s"},
+{text:"t",url:"functions.html#index_t"},
+{text:"u",url:"functions.html#index_u"},
+{text:"v",url:"functions.html#index_v"},
+{text:"w",url:"functions.html#index_w"},
+{text:"z",url:"functions.html#index_z"}]},
+{text:"Functions",url:"functions_func.html",children:[
+{text:"a",url:"functions_func.html#index_a"},
+{text:"c",url:"functions_func.html#index_c"},
+{text:"d",url:"functions_func.html#index_d"},
+{text:"e",url:"functions_func.html#index_e"},
+{text:"g",url:"functions_func.html#index_g"},
+{text:"i",url:"functions_func.html#index_i"},
+{text:"l",url:"functions_func.html#index_l"},
+{text:"m",url:"functions_func.html#index_m"},
+{text:"o",url:"functions_func.html#index_o"},
+{text:"p",url:"functions_func.html#index_p"},
+{text:"r",url:"functions_func.html#index_r"},
+{text:"s",url:"functions_func.html#index_s"},
+{text:"t",url:"functions_func.html#index_t"},
+{text:"u",url:"functions_func.html#index_u"},
+{text:"v",url:"functions_func.html#index_v"}]},
+{text:"Variables",url:"functions_vars.html"},
+{text:"Properties",url:"functions_prop.html",children:[
+{text:"c",url:"functions_prop.html#index_c"},
+{text:"d",url:"functions_prop.html#index_d"},
+{text:"e",url:"functions_prop.html#index_e"},
+{text:"f",url:"functions_prop.html#index_f"},
+{text:"h",url:"functions_prop.html#index_h"},
+{text:"l",url:"functions_prop.html#index_l"},
+{text:"m",url:"functions_prop.html#index_m"},
+{text:"n",url:"functions_prop.html#index_n"},
+{text:"p",url:"functions_prop.html#index_p"},
+{text:"r",url:"functions_prop.html#index_r"},
+{text:"s",url:"functions_prop.html#index_s"},
+{text:"u",url:"functions_prop.html#index_u"},
+{text:"v",url:"functions_prop.html#index_v"},
+{text:"w",url:"functions_prop.html#index_w"},
+{text:"z",url:"functions_prop.html#index_z"}]},
+{text:"Events",url:"functions_evnt.html"}]}]}]}
diff --git a/Documentation/html/namespace_business.html b/Documentation/html/namespace_business.html
new file mode 100644
index 0000000..c403a6e
--- /dev/null
+++ b/Documentation/html/namespace_business.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+My Project: Business Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespace_mod_xC3_xA8le.html b/Documentation/html/namespace_mod_xC3_xA8le.html
new file mode 100644
index 0000000..a4bcaab
--- /dev/null
+++ b/Documentation/html/namespace_mod_xC3_xA8le.html
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+My Project: Modèle Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+enum Conservation {
+ EX
+, EW
+, CR
+, EN
+,
+ VU
+, NT
+, LC
+, DD
+,
+ NE
+
+ }
+ Type énuméré qui contient tous les status de conservation des espèces animales. More...
+
+enum UCrequinType { normal
+, edit
+, add
+ }
+ Type énuméré qui permet de savoir si un UserControlRequin et de type normal, édité ou ajouté More...
+
+enum Zone { ATLANTIQUE
+, ARCTIQUE
+, PACIFIQUE
+, INDIEN
+ }
+ Type énuméré qui contient les océans où il y a des requins More...
+
+
+
+
+
◆ Conservation
+
+
+
+
+
Type énuméré qui contient tous les status de conservation des espèces animales.
+
+Enumerator EX Extinct
+
+ EW Extinct in the Wild
+
+ CR Critically Endangered
+
+ EN Endangered
+
+ VU Vulnerable
+
+ NT Near Threatened
+
+ LC Least Concern
+
+ DD Data Deficient
+
+ NE Not Evaluated
+
+
+
+
+
+
+
◆ UCrequinType
+
+
+
+
+
Type énuméré qui permet de savoir si un UserControlRequin et de type normal, édité ou ajouté
+
+Enumerator normal UCRequin qui mène à la description du requin
+
+ edit UCRequin qui mène à DescriptionEdit
+
+ add UCRequin qui mène à DescriptionAdd
+
+
+
+
+
+
+
◆ Zone
+
+
+
+
+
Type énuméré qui contient les océans où il y a des requins
+
+Enumerator ATLANTIQUE Océan Atlantique
+
+ ARCTIQUE Océan Arctique
+
+ PACIFIQUE Océan Pacifique
+
+ INDIEN Océan Indien
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespace_persistance.html b/Documentation/html/namespace_persistance.html
new file mode 100644
index 0000000..979db1a
--- /dev/null
+++ b/Documentation/html/namespace_persistance.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+My Project: Persistance Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespace_stub_lib.html b/Documentation/html/namespace_stub_lib.html
new file mode 100644
index 0000000..8c724dd
--- /dev/null
+++ b/Documentation/html/namespace_stub_lib.html
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+My Project: StubLib Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class Stub
+ Classe Stub qui implémente IPersistanceManager et stocke des données dans le code More...
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespace_test.html b/Documentation/html/namespace_test.html
new file mode 100644
index 0000000..7df5012
--- /dev/null
+++ b/Documentation/html/namespace_test.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+My Project: Test Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespace_tests_unitaires.html b/Documentation/html/namespace_tests_unitaires.html
new file mode 100644
index 0000000..e6cca07
--- /dev/null
+++ b/Documentation/html/namespace_tests_unitaires.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+My Project: TestsUnitaires Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespace_unit_tests.html b/Documentation/html/namespace_unit_tests.html
new file mode 100644
index 0000000..cde627c
--- /dev/null
+++ b/Documentation/html/namespace_unit_tests.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+My Project: UnitTests Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespace_wpf_app1.html b/Documentation/html/namespace_wpf_app1.html
new file mode 100644
index 0000000..4e4f9a4
--- /dev/null
+++ b/Documentation/html/namespace_wpf_app1.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+My Project: WpfApp1 Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespacemembers.html b/Documentation/html/namespacemembers.html
new file mode 100644
index 0000000..0daed69
--- /dev/null
+++ b/Documentation/html/namespacemembers.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+My Project: Namespace Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented namespace members with links to the namespaces they belong to:
+
+
+
+
+
diff --git a/Documentation/html/namespacemembers_enum.html b/Documentation/html/namespacemembers_enum.html
new file mode 100644
index 0000000..f11fa40
--- /dev/null
+++ b/Documentation/html/namespacemembers_enum.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+My Project: Namespace Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespaces.html b/Documentation/html/namespaces.html
new file mode 100644
index 0000000..264e0b8
--- /dev/null
+++ b/Documentation/html/namespaces.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+My Project: Namespace List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented namespaces with brief descriptions:
+
+
+
+
+
diff --git a/Documentation/html/namespacetest__requin.html b/Documentation/html/namespacetest__requin.html
new file mode 100644
index 0000000..9212522
--- /dev/null
+++ b/Documentation/html/namespacetest__requin.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+My Project: test_requin Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespacetest_image.html b/Documentation/html/namespacetest_image.html
new file mode 100644
index 0000000..dc0f7f3
--- /dev/null
+++ b/Documentation/html/namespacetest_image.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+My Project: testImage Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/namespacetest_map.html b/Documentation/html/namespacetest_map.html
new file mode 100644
index 0000000..ceb8f08
--- /dev/null
+++ b/Documentation/html/namespacetest_map.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+My Project: testMap Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/nav_f.png b/Documentation/html/nav_f.png
new file mode 100644
index 0000000..72a58a5
Binary files /dev/null and b/Documentation/html/nav_f.png differ
diff --git a/Documentation/html/nav_g.png b/Documentation/html/nav_g.png
new file mode 100644
index 0000000..2093a23
Binary files /dev/null and b/Documentation/html/nav_g.png differ
diff --git a/Documentation/html/nav_h.png b/Documentation/html/nav_h.png
new file mode 100644
index 0000000..33389b1
Binary files /dev/null and b/Documentation/html/nav_h.png differ
diff --git a/Documentation/html/open.png b/Documentation/html/open.png
new file mode 100644
index 0000000..30f75c7
Binary files /dev/null and b/Documentation/html/open.png differ
diff --git a/Documentation/html/pages.html b/Documentation/html/pages.html
new file mode 100644
index 0000000..9946031
--- /dev/null
+++ b/Documentation/html/pages.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+My Project: Related Pages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all related documentation pages:
+
+
+
+
+
diff --git a/Documentation/html/search/all_0.html b/Documentation/html/search/all_0.html
new file mode 100644
index 0000000..bb9e364
--- /dev/null
+++ b/Documentation/html/search/all_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_0.js b/Documentation/html/search/all_0.js
new file mode 100644
index 0000000..9ca0de6
--- /dev/null
+++ b/Documentation/html/search/all_0.js
@@ -0,0 +1,18 @@
+var searchData=
+[
+ ['accueilwechange_0',['AccueilWeChange',['../class_wpf_app1_1_1user_control_acceuil.html#a72f60d5fe16ab4def4075d09fa64b696',1,'WpfApp1::userControlAcceuil']]],
+ ['accueilwechangeeventargs_1',['AccueilWeChangeEventArgs',['../class_wpf_app1_1_1_accueil_we_change_event_args.html#a2e1b2eb73eba070ecd9e5466abeac5e5',1,'WpfApp1.AccueilWeChangeEventArgs.AccueilWeChangeEventArgs()'],['../class_wpf_app1_1_1_accueil_we_change_event_args.html',1,'WpfApp1.AccueilWeChangeEventArgs']]],
+ ['accueilwego_2',['AccueilWeGo',['../class_wpf_app1_1_1user_control_description.html#a372ed670f8e91f7c6812eaf2b603f10a',1,'WpfApp1::userControlDescription']]],
+ ['accueilwegoeventargs_3',['AccueilWeGoEventArgs',['../class_wpf_app1_1_1_accueil_we_go_event_args.html#a93e0424eebb8feb6ec576a58a130734d',1,'WpfApp1.AccueilWeGoEventArgs.AccueilWeGoEventArgs()'],['../class_wpf_app1_1_1_accueil_we_go_event_args.html',1,'WpfApp1.AccueilWeGoEventArgs']]],
+ ['achanger_4',['aChanger',['../class_wpf_app1_1_1_main_window.html#a6c7bedda088ed390c4dd1467f077fc7e',1,'WpfApp1::MainWindow']]],
+ ['add_5',['add',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59a34ec78fcc91ffb1e54cd85e4a0924332',1,'Modèle']]],
+ ['addashark_6',['AddAShark',['../class_wpf_app1_1_1_add_a_shark.html#a880b4ee2a84b6b695595a1b51bf9654c',1,'WpfApp1.AddAShark.AddAShark()'],['../class_wpf_app1_1_1_add_a_shark.html',1,'WpfApp1.AddAShark']]],
+ ['ajouterexpert_7',['AjouterExpert',['../class_business_1_1_manager_users.html#aaed96a17a647ec07d2088acc7dfac656',1,'Business::ManagerUsers']]],
+ ['ajouterrequin_8',['AjouterRequin',['../class_business_1_1_manager.html#a0588152f83bd4f7747d109ee99023536',1,'Business.Manager.AjouterRequin()'],['../class_mod_xC3_xA8le_1_1_expert.html#aa079841f24c60757b6d5b8c0b427a397',1,'Modèle.Expert.AjouterRequin()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#a7de209e34dc3a4a81ac4eb711c99f17a',1,'Modèle.Utilisateur.AjouterRequin()'],['../class_mod_xC3_xA8le_1_1_personne.html#a4a409ba625219f6f22e7ebfb29fd1421',1,'Modèle.Personne.AjouterRequin()']]],
+ ['ajouterrequinadd_9',['AjouterRequinAdd',['../class_business_1_1_manager.html#ab537834d44e0e15eb3b1b81cd18ab1b4',1,'Business::Manager']]],
+ ['ajouterrequinedit_10',['AjouterRequinEdit',['../class_business_1_1_manager.html#a127dbd9b767ca99aaf1ab30c48197a70',1,'Business::Manager']]],
+ ['ajouterutilisateur_11',['AjouterUtilisateur',['../class_business_1_1_manager_users.html#a3443b9311c13f3150436506c1d3c0d96',1,'Business::ManagerUsers']]],
+ ['app_12',['App',['../class_test_1_1_app.html',1,'Test.App'],['../classtest_image_1_1_app.html',1,'testImage.App'],['../class_wpf_app1_1_1_app.html',1,'WpfApp1.App']]],
+ ['arctique_13',['ARCTIQUE',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925a93d6677a604a5936ec4fc223e833c1af',1,'Modèle']]],
+ ['atlantique_14',['ATLANTIQUE',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925af0f7e15a42e6bc05b225b991b41dd7ee',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/all_1.html b/Documentation/html/search/all_1.html
new file mode 100644
index 0000000..8989416
--- /dev/null
+++ b/Documentation/html/search/all_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_1.js b/Documentation/html/search/all_1.js
new file mode 100644
index 0000000..d34b0b9
--- /dev/null
+++ b/Documentation/html/search/all_1.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['business_0',['Business',['../namespace_business.html',1,'']]]
+];
diff --git a/Documentation/html/search/all_10.html b/Documentation/html/search/all_10.html
new file mode 100644
index 0000000..a7c1f9c
--- /dev/null
+++ b/Documentation/html/search/all_10.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_10.js b/Documentation/html/search/all_10.js
new file mode 100644
index 0000000..0b17330
--- /dev/null
+++ b/Documentation/html/search/all_10.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['test_0',['Test',['../namespace_test.html',1,'']]],
+ ['test_5frequin_1',['test_requin',['../namespacetest__requin.html',1,'']]],
+ ['testimage_2',['testImage',['../namespacetest_image.html',1,'']]],
+ ['testmap_3',['testMap',['../namespacetest_map.html',1,'']]],
+ ['tests_5frequin_4',['Tests_Requin',['../class_tests_unitaires_1_1_tests___requin.html',1,'TestsUnitaires']]],
+ ['testsunitaires_5',['TestsUnitaires',['../namespace_tests_unitaires.html',1,'']]],
+ ['tostring_6',['ToString',['../class_mod_xC3_xA8le_1_1_requin.html#a366a5c4df25c2d0e17d5b5f68119001e',1,'Modèle.Requin.ToString()'],['../class_mod_xC3_xA8le_1_1_expert.html#add59d3589f96aa528aabf7466ee0dcdc',1,'Modèle.Expert.ToString()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#a7ea9b0f1f362be19da2f437d8fef5476',1,'Modèle.Utilisateur.ToString()'],['../class_mod_xC3_xA8le_1_1_personne.html#a317197450b6b7ec368c8cd1361dd1045',1,'Modèle.Personne.ToString()']]],
+ ['type_7',['type',['../class_wpf_app1_1_1_user_control_requin.html#a18c1478f86ce348de7b883fbcb9155e0',1,'WpfApp1::UserControlRequin']]]
+];
diff --git a/Documentation/html/search/all_11.html b/Documentation/html/search/all_11.html
new file mode 100644
index 0000000..8f86146
--- /dev/null
+++ b/Documentation/html/search/all_11.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_11.js b/Documentation/html/search/all_11.js
new file mode 100644
index 0000000..22c13f1
--- /dev/null
+++ b/Documentation/html/search/all_11.js
@@ -0,0 +1,19 @@
+var searchData=
+[
+ ['ucrequintype_0',['UCrequinType',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59',1,'Modèle']]],
+ ['uctest_1',['UCTest',['../class_test_1_1_u_c_test.html',1,'Test']]],
+ ['unittest_5fmodele_2',['UnitTest_Modele',['../class_unit_tests_1_1_unit_test___modele.html',1,'UnitTests']]],
+ ['unittests_3',['UnitTests',['../namespace_unit_tests.html',1,'']]],
+ ['uptadeui_4',['uptadeUi',['../class_wpf_app1_1_1_description_add.html#a8830f69240f64bdd97a17790509a83dc',1,'WpfApp1.DescriptionAdd.uptadeUi()'],['../class_wpf_app1_1_1_user_control_requin.html#a970e60aca2d32e7b7ec227a60bc2894b',1,'WpfApp1.UserControlRequin.uptadeUi()']]],
+ ['usercontrolacceuil_5',['userControlAcceuil',['../class_wpf_app1_1_1user_control_acceuil.html#ac0c2d7d06c71882315d83bb44f2398ed',1,'WpfApp1.userControlAcceuil.userControlAcceuil()'],['../class_wpf_app1_1_1user_control_acceuil.html',1,'WpfApp1.userControlAcceuil']]],
+ ['usercontrolboite_6',['UserControlBoite',['../class_wpf_app1_1_1_user_control_boite.html#a7defa1c07cc498e088b232f496956803',1,'WpfApp1.UserControlBoite.UserControlBoite()'],['../class_wpf_app1_1_1_user_control_boite.html',1,'WpfApp1.UserControlBoite']]],
+ ['usercontroldescription_7',['userControlDescription',['../class_wpf_app1_1_1user_control_description.html#ae621ebd8ffa81e8415c2197902eefbcb',1,'WpfApp1.userControlDescription.userControlDescription()'],['../class_wpf_app1_1_1user_control_description.html',1,'WpfApp1.userControlDescription']]],
+ ['usercontroledit_8',['UserControlEdit',['../class_wpf_app1_1_1_user_control_edit.html#aa33759b55e5906cde0a691fcb6efb5e0',1,'WpfApp1.UserControlEdit.UserControlEdit()'],['../class_wpf_app1_1_1_user_control_edit.html',1,'WpfApp1.UserControlEdit']]],
+ ['usercontrolposition_9',['UserControlPosition',['../class_wpf_app1_1_1_user_control_position.html#aae54cae1171e8c6f1bc58781d16b4933',1,'WpfApp1.UserControlPosition.UserControlPosition()'],['../class_wpf_app1_1_1_user_control_position.html',1,'WpfApp1.UserControlPosition']]],
+ ['usercontrolreq_5fmousedown_10',['UserControlReq_MouseDown',['../class_wpf_app1_1_1_user_control_requin.html#af73e223d99bc16afa152a6f9beca582e',1,'WpfApp1::UserControlRequin']]],
+ ['usercontrolrequin_11',['UserControlRequin',['../class_wpf_app1_1_1_user_control_requin.html#ad4e4914ea93faf01d75c1bda77a9b4f5',1,'WpfApp1.UserControlRequin.UserControlRequin()'],['../class_wpf_app1_1_1_user_control_requin.html',1,'WpfApp1.UserControlRequin']]],
+ ['users_12',['Users',['../class_persistance_1_1_data_to_persist_users.html#ae0d2f6aed04e5b19b2b291446222abc4',1,'Persistance::DataToPersistUsers']]],
+ ['users_13',['users',['../interface_persistance_1_1_i_persistance_manager.html#a01f6c58655a10ec798ec0c0dadabdc1a',1,'Persistance.IPersistanceManager.users()'],['../class_stub_lib_1_1_stub.html#aef42c935a31108a8d4f6b69c72d0fee8',1,'StubLib.Stub.users()']]],
+ ['utilisateur_14',['Utilisateur',['../class_mod_xC3_xA8le_1_1_utilisateur.html',1,'Modèle.Utilisateur'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#a11ad41fbefe5893c00fa239a486deb1c',1,'Modèle.Utilisateur.Utilisateur(string mail, string mdp)'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#abc4792aec1c63f220fee1f5a1009494e',1,'Modèle.Utilisateur.Utilisateur(string mail, string mdp, int nbSubmit)']]],
+ ['utilisateurs_15',['Utilisateurs',['../class_business_1_1_manager_users.html#af57f9be88ba003a99d994066436664a4',1,'Business::ManagerUsers']]]
+];
diff --git a/Documentation/html/search/all_12.html b/Documentation/html/search/all_12.html
new file mode 100644
index 0000000..90b128f
--- /dev/null
+++ b/Documentation/html/search/all_12.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_12.js b/Documentation/html/search/all_12.js
new file mode 100644
index 0000000..6618d65
--- /dev/null
+++ b/Documentation/html/search/all_12.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['validersubmit_0',['ValiderSubmit',['../class_mod_xC3_xA8le_1_1_expert.html#ae6c83061d2a9a7cc08c7633067fd90c0',1,'Modèle.Expert.ValiderSubmit()'],['../class_wpf_app1_1_1_valider_submit.html#a6e3af34623d42233df23d1cfa89be2f0',1,'WpfApp1.ValiderSubmit.ValiderSubmit()'],['../class_wpf_app1_1_1_valider_submit.html',1,'WpfApp1.ValiderSubmit']]],
+ ['validerunchangement_1',['ValiderUnChangement',['../class_mod_xC3_xA8le_1_1_expert.html#a825bc03dc1514d4db982616c7f5d9a23',1,'Modèle::Expert']]],
+ ['verifierrequin_2',['verifierRequin',['../class_business_1_1_manager.html#a019d3f4051f98b8ed12a36d5c8f358ed',1,'Business::Manager']]],
+ ['video_3',['Video',['../class_mod_xC3_xA8le_1_1_requin.html#a177717e4317ff3b2c74d54ddc2afd35a',1,'Modèle::Requin']]],
+ ['vu_4',['VU',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497abce87c857571353d52a984d051446b37',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/all_13.html b/Documentation/html/search/all_13.html
new file mode 100644
index 0000000..272d129
--- /dev/null
+++ b/Documentation/html/search/all_13.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_13.js b/Documentation/html/search/all_13.js
new file mode 100644
index 0000000..697fa41
--- /dev/null
+++ b/Documentation/html/search/all_13.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['widthimage_0',['widthImage',['../class_wpf_app1_1_1_user_control_position.html#ab2eb07c087627079c55b8621326011bb',1,'WpfApp1::UserControlPosition']]],
+ ['wpfapp1_1',['WpfApp1',['../namespace_wpf_app1.html',1,'']]]
+];
diff --git a/Documentation/html/search/all_14.html b/Documentation/html/search/all_14.html
new file mode 100644
index 0000000..291e0d9
--- /dev/null
+++ b/Documentation/html/search/all_14.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_14.js b/Documentation/html/search/all_14.js
new file mode 100644
index 0000000..7166eb8
--- /dev/null
+++ b/Documentation/html/search/all_14.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['zone_0',['Zone',['../class_wpf_app1_1_1_accueil_we_change_event_args.html#ab756207562709d337076530347451bf9',1,'WpfApp1.AccueilWeChangeEventArgs.Zone()'],['../class_wpf_app1_1_1_accueil_we_go_event_args.html#ac1117c5893c5926b08b472e04178e4ed',1,'WpfApp1.AccueilWeGoEventArgs.Zone()']]],
+ ['zone_1',['zone',['../class_wpf_app1_1_1user_control_acceuil.html#a72d2729e260d7c5925cabab1f454bcf5',1,'WpfApp1.userControlAcceuil.zone()'],['../class_wpf_app1_1_1user_control_description.html#ab608c4518bdac03865dc6d3c520842f9',1,'WpfApp1.userControlDescription.zone()']]],
+ ['zone_2',['Zone',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/all_2.html b/Documentation/html/search/all_2.html
new file mode 100644
index 0000000..98e648c
--- /dev/null
+++ b/Documentation/html/search/all_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_2.js b/Documentation/html/search/all_2.js
new file mode 100644
index 0000000..0c412e9
--- /dev/null
+++ b/Documentation/html/search/all_2.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['carte_0',['Carte',['../class_wpf_app1_1_1user_control_acceuil.html#a3510a7d97dc26dc1d2ec62c319e89294',1,'WpfApp1::userControlAcceuil']]],
+ ['changeregionavecmap_1',['ChangeRegionAvecMap',['../class_wpf_app1_1_1_main_window.html#a184e9fdd8814658974740d9b0b47bee1',1,'WpfApp1::MainWindow']]],
+ ['changermotdepasse_2',['ChangerMotDePasse',['../class_mod_xC3_xA8le_1_1_expert.html#ab2ab3ce00faac0eb0f50244918341d80',1,'Modèle.Expert.ChangerMotDePasse()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#af41646438f7f1d608b4aa6ecd8f6f03e',1,'Modèle.Utilisateur.ChangerMotDePasse()'],['../class_mod_xC3_xA8le_1_1_personne.html#a21e9a354baf5b43febe19cbb0acca6b0',1,'Modèle.Personne.ChangerMotDePasse()'],['../class_wpf_app1_1_1_changer_mot_de_passe.html#abe1766c0ae1699de04cefed66a50b559',1,'WpfApp1.ChangerMotDePasse.ChangerMotDePasse()'],['../class_wpf_app1_1_1_changer_mot_de_passe.html',1,'WpfApp1.ChangerMotDePasse']]],
+ ['cmp_3',['cmp',['../class_wpf_app1_1_1user_control_description.html#a69e4cf762dc81be6e27c31ac9552cc97',1,'WpfApp1::userControlDescription']]],
+ ['conservation_4',['Conservation',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497',1,'Modèle']]],
+ ['contenu_5',['Contenu',['../class_wpf_app1_1_1_user_control_boite.html#af3a713cfa55c1dd0ad9531331f6b1149',1,'WpfApp1::UserControlBoite']]],
+ ['cr_6',['CR',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a1d7b33fc26ca22c2011aaa97fecc43d8',1,'Modèle']]],
+ ['creercompte_7',['CreerCompte',['../class_wpf_app1_1_1_creer_compte.html#a68067f124f942d0f309e94b93d3cc232',1,'WpfApp1.CreerCompte.CreerCompte()'],['../class_wpf_app1_1_1_creer_compte.html',1,'WpfApp1.CreerCompte']]]
+];
diff --git a/Documentation/html/search/all_3.html b/Documentation/html/search/all_3.html
new file mode 100644
index 0000000..f4e8da7
--- /dev/null
+++ b/Documentation/html/search/all_3.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_3.js b/Documentation/html/search/all_3.js
new file mode 100644
index 0000000..5bf0bac
--- /dev/null
+++ b/Documentation/html/search/all_3.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['datacontractpersistance_0',['DataContractPersistance',['../class_persistance_1_1_data_contract_persistance.html',1,'Persistance']]],
+ ['datatopersistreq_1',['DataToPersistReq',['../class_persistance_1_1_data_to_persist_req.html',1,'Persistance']]],
+ ['datatopersistusers_2',['DataToPersistUsers',['../class_persistance_1_1_data_to_persist_users.html',1,'Persistance']]],
+ ['dated_3',['DateD',['../class_mod_xC3_xA8le_1_1_expert.html#a04c1b16402842212b97193bc6510985a',1,'Modèle::Expert']]],
+ ['dd_4',['DD',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a350bfcb1e3cfb28ddff48ce525d4f139',1,'Modèle']]],
+ ['description_5',['Description',['../class_mod_xC3_xA8le_1_1_requin.html#aa32851f8f290082f4dfe8f605e5c33b0',1,'Modèle::Requin']]],
+ ['descriptionadd_6',['DescriptionAdd',['../class_wpf_app1_1_1_description_add.html#a6affcfaf4d1ef0a69d6e3d900dd98e6f',1,'WpfApp1.DescriptionAdd.DescriptionAdd()'],['../class_wpf_app1_1_1_description_add.html',1,'WpfApp1.DescriptionAdd']]],
+ ['descriptionedit_7',['DescriptionEdit',['../class_wpf_app1_1_1_description_edit.html#a4c72d2353ae43b6963d651044c53d53c',1,'WpfApp1.DescriptionEdit.DescriptionEdit()'],['../class_wpf_app1_1_1_description_edit.html',1,'WpfApp1.DescriptionEdit']]],
+ ['descriptionwego_8',['DescriptionWeGo',['../class_wpf_app1_1_1_user_control_requin.html#ae6287b7fb73752919ce23a01a527c8f0',1,'WpfApp1::UserControlRequin']]],
+ ['descriptionwegoeventargs_9',['DescriptionWeGoEventArgs',['../class_wpf_app1_1_1_description_we_go_event_args.html#a283faac0f60d043b4b1e217886a00770',1,'WpfApp1.DescriptionWeGoEventArgs.DescriptionWeGoEventArgs()'],['../class_wpf_app1_1_1_description_we_go_event_args.html',1,'WpfApp1.DescriptionWeGoEventArgs']]],
+ ['descwego_10',['DescWeGo',['../class_wpf_app1_1_1_user_control_edit.html#a6fcdd23c764ee74f9d7188a1729923da',1,'WpfApp1::UserControlEdit']]],
+ ['descwegoeventargs_11',['DescWeGoEventArgs',['../class_wpf_app1_1_1_desc_we_go_event_args.html#a0d4715d918dd4e45676d2e1e0108f829',1,'WpfApp1.DescWeGoEventArgs.DescWeGoEventArgs()'],['../class_wpf_app1_1_1_desc_we_go_event_args.html',1,'WpfApp1.DescWeGoEventArgs']]]
+];
diff --git a/Documentation/html/search/all_4.html b/Documentation/html/search/all_4.html
new file mode 100644
index 0000000..678d3a2
--- /dev/null
+++ b/Documentation/html/search/all_4.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_4.js b/Documentation/html/search/all_4.js
new file mode 100644
index 0000000..1b22521
--- /dev/null
+++ b/Documentation/html/search/all_4.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['edit_0',['edit',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59ade95b43bceeb4b998aed4aed5cef1ae7',1,'Modèle']]],
+ ['editwego_1',['EditWeGo',['../class_wpf_app1_1_1user_control_description.html#a6b6f58fcf8a044a1fd30c9f8ad15bc23',1,'WpfApp1::userControlDescription']]],
+ ['editwegoeventargs_2',['EditWeGoEventArgs',['../class_wpf_app1_1_1_edit_we_go_event_args.html#ac96d8c2c26fe39cd9ace03fadfdf8d62',1,'WpfApp1.EditWeGoEventArgs.EditWeGoEventArgs()'],['../class_wpf_app1_1_1_edit_we_go_event_args.html',1,'WpfApp1.EditWeGoEventArgs']]],
+ ['email_3',['Email',['../class_mod_xC3_xA8le_1_1_personne.html#a19cc937200de25c5010547b4c62f5376',1,'Modèle::Personne']]],
+ ['en_4',['EN',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497aaa85f1840e282d8a8304dbc2c0d7c9b2',1,'Modèle']]],
+ ['equals_5',['Equals',['../class_mod_xC3_xA8le_1_1_requin.html#a5e703967e861790d11fcbe166319883f',1,'Modèle.Requin.Equals(Requin r)'],['../class_mod_xC3_xA8le_1_1_requin.html#a54c5bd32f01e28a08ab3840aabe2e49d',1,'Modèle.Requin.Equals(object obj)'],['../class_mod_xC3_xA8le_1_1_expert.html#a1104b2ece7735b485707360ed94201c5',1,'Modèle.Expert.Equals()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#abc71947dd6a8a42935c9f4da62d751cf',1,'Modèle.Utilisateur.Equals()'],['../class_mod_xC3_xA8le_1_1_position.html#a35ba01f3bf3e6aa64a986fa932f2c335',1,'Modèle.Position.Equals()']]],
+ ['ew_6',['EW',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a8cdb36f48677373dbde5dd7ead8c731e',1,'Modèle']]],
+ ['ex_7',['EX',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497acc8ee37afb5c0c9613473c98a3c6ebc1',1,'Modèle']]],
+ ['expert_8',['Expert',['../class_mod_xC3_xA8le_1_1_expert.html#a9a8f09ebfe4ee79b9d7e2590b2714fa0',1,'Modèle.Expert.Expert(string email, string mdp, string surnom)'],['../class_mod_xC3_xA8le_1_1_expert.html#a212cc98af2bb79f39f214a5c1c2a460b',1,'Modèle.Expert.Expert(string email, string mdp, string surnom, DateTime date)'],['../class_mod_xC3_xA8le_1_1_expert.html',1,'Modèle.Expert']]],
+ ['experts_9',['Experts',['../class_business_1_1_manager_users.html#a9d327548d94b344166b5dde21c6008b7',1,'Business.ManagerUsers.Experts()'],['../class_persistance_1_1_data_to_persist_users.html#a12b1fa3fb4f8643c2263ecc3fe72757d',1,'Persistance.DataToPersistUsers.Experts()']]]
+];
diff --git a/Documentation/html/search/all_5.html b/Documentation/html/search/all_5.html
new file mode 100644
index 0000000..aa9af78
--- /dev/null
+++ b/Documentation/html/search/all_5.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_5.js b/Documentation/html/search/all_5.js
new file mode 100644
index 0000000..a3840f6
--- /dev/null
+++ b/Documentation/html/search/all_5.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['funfact_0',['FunFact',['../class_mod_xC3_xA8le_1_1_requin.html#a273bd45fd133cc537a66286bc77b5251',1,'Modèle::Requin']]],
+ ['funfacts_1',['FunFacts',['../class_business_1_1_manager.html#ad298c30b2b3b3d757048203e57b72501',1,'Business::Manager']]]
+];
diff --git a/Documentation/html/search/all_6.html b/Documentation/html/search/all_6.html
new file mode 100644
index 0000000..d3026a7
--- /dev/null
+++ b/Documentation/html/search/all_6.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_6.js b/Documentation/html/search/all_6.js
new file mode 100644
index 0000000..522ad86
--- /dev/null
+++ b/Documentation/html/search/all_6.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['gethashcode_0',['GetHashCode',['../class_mod_xC3_xA8le_1_1_requin.html#a9d19da846ecb27bf425648d954621cbd',1,'Modèle::Requin']]],
+ ['getpersonne_1',['GetPersonne',['../class_business_1_1_manager_users.html#ab571343d5065da9505cedd0b468aaddd',1,'Business::ManagerUsers']]],
+ ['getrequin_2',['GetRequin',['../class_business_1_1_manager.html#ac0a639a93d45c086bb3d4991964cdd51',1,'Business::Manager']]],
+ ['getrequinadd_3',['GetRequinAdd',['../class_business_1_1_manager.html#ab6a1d1c231c90bf169be5b0c4f402615',1,'Business::Manager']]],
+ ['getrequinedit_4',['GetRequinEdit',['../class_business_1_1_manager.html#a3244cf659cc10de52bebb807ac9b4f0b',1,'Business::Manager']]]
+];
diff --git a/Documentation/html/search/all_7.html b/Documentation/html/search/all_7.html
new file mode 100644
index 0000000..b2ee042
--- /dev/null
+++ b/Documentation/html/search/all_7.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_7.js b/Documentation/html/search/all_7.js
new file mode 100644
index 0000000..88fc2a6
--- /dev/null
+++ b/Documentation/html/search/all_7.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['heightimage_0',['heightImage',['../class_wpf_app1_1_1_user_control_position.html#a6f019ef95c463c8bf64f4c6e0d4cfb1f',1,'WpfApp1::UserControlPosition']]]
+];
diff --git a/Documentation/html/search/all_8.html b/Documentation/html/search/all_8.html
new file mode 100644
index 0000000..40a0b3f
--- /dev/null
+++ b/Documentation/html/search/all_8.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_8.js b/Documentation/html/search/all_8.js
new file mode 100644
index 0000000..d205003
--- /dev/null
+++ b/Documentation/html/search/all_8.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['indien_0',['INDIEN',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925adce73fec2981c8074a4dec6e98e24045',1,'Modèle']]],
+ ['infoutilisateur_1',['InfoUtilisateur',['../class_wpf_app1_1_1_info_utilisateur.html#a80764d983d2975d66b2e05fb87fffee0',1,'WpfApp1.InfoUtilisateur.InfoUtilisateur()'],['../class_wpf_app1_1_1_info_utilisateur.html',1,'WpfApp1.InfoUtilisateur']]],
+ ['ipersistancemanager_2',['IPersistanceManager',['../interface_persistance_1_1_i_persistance_manager.html',1,'Persistance']]]
+];
diff --git a/Documentation/html/search/all_9.html b/Documentation/html/search/all_9.html
new file mode 100644
index 0000000..7c49144
--- /dev/null
+++ b/Documentation/html/search/all_9.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_9.js b/Documentation/html/search/all_9.js
new file mode 100644
index 0000000..c49f60c
--- /dev/null
+++ b/Documentation/html/search/all_9.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['lattitudedeb_0',['LattitudeDeb',['../class_mod_xC3_xA8le_1_1_position.html#a56f75f04f4fdb659d40a21d212dbb890',1,'Modèle::Position']]],
+ ['lattitudefin_1',['LattitudeFin',['../class_mod_xC3_xA8le_1_1_position.html#a3a4b21f0b735a699abd73af73a105745',1,'Modèle::Position']]],
+ ['lc_2',['LC',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a6907b8692fb04b36ab78f1238a876284',1,'Modèle']]],
+ ['lemanager_3',['LeManager',['../class_wpf_app1_1_1_app.html#a89ddd5933c29bd9c48b64bb90a590d8f',1,'WpfApp1::App']]],
+ ['lemanagerusers_4',['LeManagerUsers',['../class_wpf_app1_1_1_app.html#a3db13b16de5761bab287722084398370',1,'WpfApp1::App']]],
+ ['list_3c_20requin_20_3e_5',['List< Requin >',['../class_persistance_1_1_data_contract_persistance.html#aafe195422dac249240747d01bc6f7467',1,'Persistance::DataContractPersistance']]],
+ ['list_3c_20utilisateur_20_3e_6',['List< Utilisateur >',['../class_persistance_1_1_data_contract_persistance.html#ad898810662d6d73683139932be33b671',1,'Persistance::DataContractPersistance']]],
+ ['loadfunfacts_7',['LoadFunFacts',['../class_business_1_1_manager.html#a1c779a6686bfd8932b418a4aff6f9ee9',1,'Business.Manager.LoadFunFacts()'],['../class_persistance_1_1_data_contract_persistance.html#a96d1409c717dfb8fd5ed6db7881b856e',1,'Persistance.DataContractPersistance.LoadFunFacts()'],['../interface_persistance_1_1_i_persistance_manager.html#ad67dbdaf09c5f7716775bb323dea88dd',1,'Persistance.IPersistanceManager.LoadFunFacts()'],['../class_stub_lib_1_1_stub.html#a5711f92d5a25d6588a4a03918599e2ba',1,'StubLib.Stub.LoadFunFacts()']]],
+ ['loadrequins_8',['LoadRequins',['../class_business_1_1_manager.html#a902c46f85c6b2d4869b6013b05fca525',1,'Business::Manager']]],
+ ['loadusers_9',['LoadUsers',['../class_business_1_1_manager_users.html#a8c611d3ac22ed99282c1e476d38ecabc',1,'Business::ManagerUsers']]],
+ ['longitudedeb_10',['LongitudeDeb',['../class_mod_xC3_xA8le_1_1_position.html#a87bebbe5eff18e54548f5705e3cd305f',1,'Modèle::Position']]],
+ ['longitudefin_11',['LongitudeFin',['../class_mod_xC3_xA8le_1_1_position.html#a30378a66c23363565272eb9f5de3bbe5',1,'Modèle::Position']]]
+];
diff --git a/Documentation/html/search/all_a.html b/Documentation/html/search/all_a.html
new file mode 100644
index 0000000..fc9d79c
--- /dev/null
+++ b/Documentation/html/search/all_a.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_a.js b/Documentation/html/search/all_a.js
new file mode 100644
index 0000000..077b27c
--- /dev/null
+++ b/Documentation/html/search/all_a.js
@@ -0,0 +1,14 @@
+var searchData=
+[
+ ['mainwindow_0',['MainWindow',['../class_wpf_app1_1_1_main_window.html#a114e0acb9b0b6367f97f8bff016cc4ac',1,'WpfApp1.MainWindow.MainWindow()'],['../class_test_1_1_main_window.html',1,'Test.MainWindow'],['../classtest_image_1_1_main_window.html',1,'testImage.MainWindow'],['../class_wpf_app1_1_1_main_window.html',1,'WpfApp1.MainWindow']]],
+ ['manager_1',['Manager',['../class_business_1_1_manager.html',1,'Business.Manager'],['../class_business_1_1_manager.html#afa68e117f1d19c76b828cd2f3f28b694',1,'Business.Manager.Manager()']]],
+ ['managerusers_2',['ManagerUsers',['../class_business_1_1_manager_users.html',1,'Business.ManagerUsers'],['../class_business_1_1_manager_users.html#ae96a8fdce4b066dc0a711a94ad9eba60',1,'Business.ManagerUsers.ManagerUsers()']]],
+ ['message_3',['Message',['../class_wpf_app1_1_1_user_control_boite.html#abe13fbcaea1f6282163ce45c68c94726',1,'WpfApp1::UserControlBoite']]],
+ ['mgr_4',['Mgr',['../class_wpf_app1_1_1_user_control_edit.html#a5988655cd2315a4843c1b96c2741cb9e',1,'WpfApp1.UserControlEdit.Mgr()'],['../class_wpf_app1_1_1_add_a_shark.html#ac641810df5b0d43d6212e42ff3b6109a',1,'WpfApp1.AddAShark.Mgr()'],['../class_wpf_app1_1_1_description_add.html#ac530a1440f85fe41918a856a2ef24df7',1,'WpfApp1.DescriptionAdd.Mgr()'],['../class_wpf_app1_1_1_description_edit.html#ae6f6e48d13da0bf9a901a6655204334a',1,'WpfApp1.DescriptionEdit.Mgr()'],['../class_wpf_app1_1_1_main_window.html#a32e837bada5339e6806dfac161414fe2',1,'WpfApp1.MainWindow.Mgr()'],['../class_wpf_app1_1_1user_control_description.html#a641986f5104abd6543ab5939582e5b06',1,'WpfApp1.userControlDescription.Mgr()'],['../class_wpf_app1_1_1_user_control_requin.html#af328559c3a466fec980ce1033298769e',1,'WpfApp1.UserControlRequin.Mgr()'],['../class_wpf_app1_1_1_valider_submit.html#acfd6dee084d9dbfab010392c58094824',1,'WpfApp1.ValiderSubmit.Mgr()']]],
+ ['mgruser_5',['MgrUser',['../class_wpf_app1_1_1_add_a_shark.html#ad39bc9a510d23c77e34a52fa2ad86e47',1,'WpfApp1.AddAShark.MgrUser()'],['../class_wpf_app1_1_1_changer_mot_de_passe.html#acbbb10807f5ab5fa300096050e2983f4',1,'WpfApp1.ChangerMotDePasse.MgrUser()'],['../class_wpf_app1_1_1_creer_compte.html#aa687d7f89ff3553c72da868514bfcaf8',1,'WpfApp1.CreerCompte.MgrUser()'],['../class_wpf_app1_1_1_info_utilisateur.html#a4768bf67d5a7deed17ce5f411c4604e0',1,'WpfApp1.InfoUtilisateur.MgrUser()'],['../class_wpf_app1_1_1_main_window.html#ae68e333d46eac6d312923332ad9dc3e2',1,'WpfApp1.MainWindow.MgrUser()'],['../class_wpf_app1_1_1_se_connecter.html#aa948f8220842e8ad7bac136f88a5514d',1,'WpfApp1.SeConnecter.MgrUser()'],['../class_wpf_app1_1_1user_control_acceuil.html#a973b254776c52f239a3968ed28b4735d',1,'WpfApp1.userControlAcceuil.MgrUser()'],['../class_wpf_app1_1_1user_control_description.html#a36b523e7be4f5450fd9fc9439cf12490',1,'WpfApp1.userControlDescription.MgrUser()'],['../class_wpf_app1_1_1_user_control_edit.html#ad6df6a5e727cb4b0349d0e12a6d5252a',1,'WpfApp1.UserControlEdit.MgrUser()']]],
+ ['modèle_6',['Modèle',['../namespace_mod_xC3_xA8le.html',1,'']]],
+ ['modifieexpert_7',['ModifieExpert',['../class_business_1_1_manager_users.html#aa7558fc2d91860202c7ce0048e127ddb',1,'Business::ManagerUsers']]],
+ ['modifierequin_8',['ModifieRequin',['../class_business_1_1_manager.html#a814237d8c03adfe06178b55005575dea',1,'Business::Manager']]],
+ ['modifieutilisateur_9',['ModifieUtilisateur',['../class_business_1_1_manager_users.html#af5868d58a65a89a9af38b7da19788f03',1,'Business::ManagerUsers']]],
+ ['motdepasse_10',['MotDePasse',['../class_mod_xC3_xA8le_1_1_personne.html#ac5d3c32034c4625ffa3f79a1bf47b5d9',1,'Modèle::Personne']]]
+];
diff --git a/Documentation/html/search/all_b.html b/Documentation/html/search/all_b.html
new file mode 100644
index 0000000..dafb1fa
--- /dev/null
+++ b/Documentation/html/search/all_b.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_b.js b/Documentation/html/search/all_b.js
new file mode 100644
index 0000000..02abf63
--- /dev/null
+++ b/Documentation/html/search/all_b.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['nbsubmit_0',['NbSubmit',['../class_mod_xC3_xA8le_1_1_utilisateur.html#a902432b34b6a2c436eabc9ea0141497b',1,'Modèle::Utilisateur']]],
+ ['ne_1',['NE',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497adc33066c3993e0d50896e533fd692ce0',1,'Modèle']]],
+ ['nom_2',['Nom',['../class_mod_xC3_xA8le_1_1_requin.html#abadc6daad5c102693d967d8022018ccc',1,'Modèle::Requin']]],
+ ['nomsci_3',['NomSci',['../class_mod_xC3_xA8le_1_1_requin.html#a8e7f6d471f89a4a83166eba89770c1ec',1,'Modèle::Requin']]],
+ ['normal_4',['normal',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59afea087517c26fadd409bd4b9dc642555',1,'Modèle']]],
+ ['nt_5',['NT',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497acb48af3e40ab9ec3622c07b8faf27cf3',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/all_c.html b/Documentation/html/search/all_c.html
new file mode 100644
index 0000000..9df619d
--- /dev/null
+++ b/Documentation/html/search/all_c.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_c.js b/Documentation/html/search/all_c.js
new file mode 100644
index 0000000..e92b3ac
--- /dev/null
+++ b/Documentation/html/search/all_c.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['onaccueilwechange_0',['OnAccueilWeChange',['../class_wpf_app1_1_1user_control_acceuil.html#afe2df3f49726699f945bd3851c5202bf',1,'WpfApp1::userControlAcceuil']]],
+ ['onaccueilwego_1',['OnAccueilWeGo',['../class_wpf_app1_1_1user_control_description.html#a48b8b02f56786d1fa0d85e2b5fc32d00',1,'WpfApp1::userControlDescription']]],
+ ['ondescriptionwego_2',['OnDescriptionWeGo',['../class_wpf_app1_1_1_user_control_requin.html#a465e0eae2232d69f6ac1653cefaf7517',1,'WpfApp1::UserControlRequin']]],
+ ['ondescwego_3',['OnDescWeGo',['../class_wpf_app1_1_1_user_control_edit.html#a9aa0126d155456d209530733e31612da',1,'WpfApp1::UserControlEdit']]],
+ ['oneditwego_4',['OnEditWeGo',['../class_wpf_app1_1_1user_control_description.html#ac42f9eafb7b29397797174bd42faada3',1,'WpfApp1::userControlDescription']]]
+];
diff --git a/Documentation/html/search/all_d.html b/Documentation/html/search/all_d.html
new file mode 100644
index 0000000..95d8eec
--- /dev/null
+++ b/Documentation/html/search/all_d.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_d.js b/Documentation/html/search/all_d.js
new file mode 100644
index 0000000..5bea75d
--- /dev/null
+++ b/Documentation/html/search/all_d.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['pacifique_0',['PACIFIQUE',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925af177dae38be262ee4e165a9cb4528979',1,'Modèle']]],
+ ['pers_1',['pers',['../class_wpf_app1_1_1_info_utilisateur.html#a5b53e9f93c3043c43c13affce2ef1b65',1,'WpfApp1::InfoUtilisateur']]],
+ ['pers_2',['Pers',['../class_business_1_1_manager.html#a33844f5e58aa2421793691269c7885b4',1,'Business.Manager.Pers()'],['../class_business_1_1_manager_users.html#aba1e18da718099a2e8a6ef09e95a8f99',1,'Business.ManagerUsers.Pers()']]],
+ ['persistance_3',['Persistance',['../namespace_persistance.html',1,'']]],
+ ['personne_4',['Personne',['../class_mod_xC3_xA8le_1_1_personne.html',1,'Modèle.Personne'],['../class_mod_xC3_xA8le_1_1_personne.html#a354d48a96e7cbc3b019dbd27509c2d88',1,'Modèle.Personne.Personne()']]],
+ ['photo_5',['Photo',['../class_mod_xC3_xA8le_1_1_requin.html#af5e63fd73e963b3c5e27e057b9cc099c',1,'Modèle::Requin']]],
+ ['photocarte_6',['PhotoCarte',['../class_mod_xC3_xA8le_1_1_requin.html#a2817387dd836d22d263f1b3680249308',1,'Modèle::Requin']]],
+ ['position_7',['Position',['../class_mod_xC3_xA8le_1_1_position.html',1,'Modèle.Position'],['../class_mod_xC3_xA8le_1_1_position.html#a8086bf95451f57a6b64ae294c8686f24',1,'Modèle.Position.Position()']]],
+ ['position_8',['position',['../class_wpf_app1_1_1_user_control_position.html#adbff2bf98bc285b42754373ea0605217',1,'WpfApp1::UserControlPosition']]],
+ ['program_9',['Program',['../classtest__requin_1_1_program.html',1,'test_requin.Program'],['../classtest_map_1_1_program.html',1,'testMap.Program']]]
+];
diff --git a/Documentation/html/search/all_e.html b/Documentation/html/search/all_e.html
new file mode 100644
index 0000000..a54e120
--- /dev/null
+++ b/Documentation/html/search/all_e.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_e.js b/Documentation/html/search/all_e.js
new file mode 100644
index 0000000..c305391
--- /dev/null
+++ b/Documentation/html/search/all_e.js
@@ -0,0 +1,12 @@
+var searchData=
+[
+ ['rechercherrequins_0',['RechercherRequins',['../class_business_1_1_manager.html#a6e13e45fbe2b96edcbe378e6b9a4ae28',1,'Business::Manager']]],
+ ['repartition_1',['Repartition',['../class_mod_xC3_xA8le_1_1_requin.html#a4a82dc6014e55fe9455432f7812b5163',1,'Modèle::Requin']]],
+ ['reqs_2',['reqs',['../interface_persistance_1_1_i_persistance_manager.html#a57fc698889b204d2a9db985f267f5c37',1,'Persistance.IPersistanceManager.reqs()'],['../class_stub_lib_1_1_stub.html#ab59cec383eeb3eb7e2a555d35528c914',1,'StubLib.Stub.reqs()']]],
+ ['requin_3',['Requin',['../class_mod_xC3_xA8le_1_1_requin.html',1,'Modèle.Requin'],['../class_wpf_app1_1_1_edit_we_go_event_args.html#a65246f21bebf27dca6c1d2933f9f64b6',1,'WpfApp1.EditWeGoEventArgs.Requin()'],['../class_wpf_app1_1_1_desc_we_go_event_args.html#aa30615a71ba949f99cb06aa00b9db661',1,'WpfApp1.DescWeGoEventArgs.Requin()'],['../class_wpf_app1_1_1_description_we_go_event_args.html#acfe33564b8c6f63e037604001aaf76ee',1,'WpfApp1.DescriptionWeGoEventArgs.Requin()'],['../class_mod_xC3_xA8le_1_1_requin.html#a70130de8d3c24877259dfe1b156fc376',1,'Modèle.Requin.Requin(string nom, string nomSci, string description, string photo, string video, string photoCarte, Conservation statutCons, List< Zone > repartition, string funFact)'],['../class_mod_xC3_xA8le_1_1_requin.html#ab78fca9ea07d33f11e9850ba561420ab',1,'Modèle.Requin.Requin(string nom, string nomSci, string description, string photo, string video, string photoCarte, Conservation statutCons, List< Zone > repartition, List< string > funFacts)']]],
+ ['requin_4',['requin',['../class_wpf_app1_1_1_description_add.html#a099ef10f9ee1f6f68a427a75382dfc60',1,'WpfApp1.DescriptionAdd.requin()'],['../class_wpf_app1_1_1_description_edit.html#a4389606d00704cf3437c979f6ae68655',1,'WpfApp1.DescriptionEdit.requin()'],['../class_wpf_app1_1_1user_control_description.html#a9e08645ce71dcbef28d126f57b19c9a3',1,'WpfApp1.userControlDescription.requin()'],['../class_wpf_app1_1_1_user_control_edit.html#a85fc1e3b1a321396baf57b6a062f09fd',1,'WpfApp1.UserControlEdit.requin()'],['../class_wpf_app1_1_1_user_control_requin.html#ad816d9c4294475fd7f4211d4b52261c6',1,'WpfApp1.UserControlRequin.requin()']]],
+ ['requinold_5',['requinOld',['../class_wpf_app1_1_1_description_edit.html#a8e67ec43b3de99fe724424ac04e2bef8',1,'WpfApp1::DescriptionEdit']]],
+ ['requins_6',['Requins',['../class_business_1_1_manager.html#a08915f2ee2501eec82559a3f55c06420',1,'Business.Manager.Requins()'],['../class_persistance_1_1_data_to_persist_req.html#a935219d408d1974714adf204e6726a21',1,'Persistance.DataToPersistReq.Requins()']]],
+ ['requinsadd_7',['RequinsAdd',['../class_business_1_1_manager.html#a8724994f1e9c5664880dda26ce39075d',1,'Business.Manager.RequinsAdd()'],['../class_persistance_1_1_data_to_persist_req.html#a18b9fd3e733b7edcab690526efde4d84',1,'Persistance.DataToPersistReq.RequinsAdd()']]],
+ ['requinsedit_8',['RequinsEdit',['../class_business_1_1_manager.html#acbd5284b3e160a86effe5266bb7b6bdb',1,'Business.Manager.RequinsEdit()'],['../class_persistance_1_1_data_to_persist_req.html#a46e457ee4f3c3e71e2676c21daba6760',1,'Persistance.DataToPersistReq.RequinsEdit()']]]
+];
diff --git a/Documentation/html/search/all_f.html b/Documentation/html/search/all_f.html
new file mode 100644
index 0000000..8d0aed3
--- /dev/null
+++ b/Documentation/html/search/all_f.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/all_f.js b/Documentation/html/search/all_f.js
new file mode 100644
index 0000000..3de6833
--- /dev/null
+++ b/Documentation/html/search/all_f.js
@@ -0,0 +1,22 @@
+var searchData=
+[
+ ['savefunfacts_0',['SaveFunFacts',['../class_business_1_1_manager.html#a1d5c384abb95f08131c079cb324dda3f',1,'Business.Manager.SaveFunFacts()'],['../class_persistance_1_1_data_contract_persistance.html#af45c79d48a75c8d716768017c93a61f8',1,'Persistance.DataContractPersistance.SaveFunFacts()'],['../interface_persistance_1_1_i_persistance_manager.html#a68e8d44ecf332c1bcacbf29192113702',1,'Persistance.IPersistanceManager.SaveFunFacts()'],['../class_stub_lib_1_1_stub.html#a6df7c68c3ccafdfcfe4e0fd158db62b5',1,'StubLib.Stub.SaveFunFacts()']]],
+ ['saverequins_1',['SaveRequins',['../class_business_1_1_manager.html#af81471b132e4e93cbac303e04ff96928',1,'Business.Manager.SaveRequins()'],['../class_persistance_1_1_data_contract_persistance.html#a3534071e38c3701642cf4f3ca4233745',1,'Persistance.DataContractPersistance.SaveRequins()'],['../interface_persistance_1_1_i_persistance_manager.html#a13cf51621630d15d8c49c1383588b4ae',1,'Persistance.IPersistanceManager.SaveRequins()'],['../class_stub_lib_1_1_stub.html#a4239d3f0230724db9a86dd50b37a12ce',1,'StubLib.Stub.SaveRequins()']]],
+ ['saveusers_2',['SaveUsers',['../class_business_1_1_manager_users.html#a394fc02672fc2f947e7a9c1811bac93b',1,'Business.ManagerUsers.SaveUsers()'],['../class_persistance_1_1_data_contract_persistance.html#a6e8162d8be4cf7c77f971f7b30fab09c',1,'Persistance.DataContractPersistance.SaveUsers()'],['../interface_persistance_1_1_i_persistance_manager.html#a585a7537304247c2acb79d7681e8916f',1,'Persistance.IPersistanceManager.SaveUsers()'],['../class_stub_lib_1_1_stub.html#ac72d561b8715a0cbb4cc727de227e016',1,'StubLib.Stub.SaveUsers()']]],
+ ['seconnecter_3',['SeConnecter',['../class_wpf_app1_1_1_se_connecter.html#aab62863cd539f863f7e62685e4c53284',1,'WpfApp1.SeConnecter.SeConnecter()'],['../class_wpf_app1_1_1_se_connecter.html',1,'WpfApp1.SeConnecter']]],
+ ['selectedrequin_4',['SelectedRequin',['../class_business_1_1_manager.html#a7784a480131be12cbaddb0e1036f9c4a',1,'Business::Manager']]],
+ ['selecteduser_5',['SelectedUser',['../class_business_1_1_manager_users.html#ae1e700b5142cad3cc7535eac3ab6d663',1,'Business::ManagerUsers']]],
+ ['settings_6',['settings',['../class_persistance_1_1_data_contract_persistance.html#af2a9fa084f0a053272f8055a958efd98',1,'Persistance::DataContractPersistance']]],
+ ['statutcons_7',['StatutCons',['../class_mod_xC3_xA8le_1_1_requin.html#ac21c05ca9bfd8b7fb6acd425fb67c90a',1,'Modèle::Requin']]],
+ ['storyboard_20et_20sketch_20sur_20blasamiq_8',['Storyboard et Sketch sur blasamiq',['../md__documents__r_e_a_d_m_e.html',1,'']]],
+ ['strat_9',['strat',['../class_wpf_app1_1_1_app.html#a0da947f521437da1157482cb3c71b62b',1,'WpfApp1::App']]],
+ ['stub_10',['Stub',['../class_stub_lib_1_1_stub.html#a10865d3047adc0192031b998d40dd545',1,'StubLib.Stub.Stub()'],['../class_stub_lib_1_1_stub.html',1,'StubLib.Stub']]],
+ ['stublib_11',['StubLib',['../namespace_stub_lib.html',1,'']]],
+ ['stubtruc_12',['stubtruc',['../class_wpf_app1_1_1_app.html#a00a09447acec821adb289a176247808b',1,'WpfApp1::App']]],
+ ['supprimerexpert_13',['SupprimerExpert',['../class_business_1_1_manager_users.html#a38d718b64a07f1c13dfa21027efa1ae0',1,'Business::ManagerUsers']]],
+ ['supprimerrequin_14',['SupprimerRequin',['../class_business_1_1_manager.html#af726d92407e0deed9c8033c8cf9cd8ab',1,'Business::Manager']]],
+ ['supprimerrequinadd_15',['SupprimerRequinAdd',['../class_business_1_1_manager.html#a31c92c023a66a5111ae60e7fc1f72f7f',1,'Business::Manager']]],
+ ['supprimerrequinedit_16',['SupprimerRequinEdit',['../class_business_1_1_manager.html#a3ed949b26eef76dd4b1322dbc00eec93',1,'Business::Manager']]],
+ ['supprimerutilisateur_17',['SupprimerUtilisateur',['../class_business_1_1_manager_users.html#a01fefa9e03b3417bd73ae882d8af84bd',1,'Business::ManagerUsers']]],
+ ['surnom_18',['Surnom',['../class_mod_xC3_xA8le_1_1_expert.html#acb00553dcd487b2e1e6e3979a1c0c41e',1,'Modèle::Expert']]]
+];
diff --git a/Documentation/html/search/classes_0.html b/Documentation/html/search/classes_0.html
new file mode 100644
index 0000000..9d4f871
--- /dev/null
+++ b/Documentation/html/search/classes_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_0.js b/Documentation/html/search/classes_0.js
new file mode 100644
index 0000000..c1a9200
--- /dev/null
+++ b/Documentation/html/search/classes_0.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['accueilwechangeeventargs_0',['AccueilWeChangeEventArgs',['../class_wpf_app1_1_1_accueil_we_change_event_args.html',1,'WpfApp1']]],
+ ['accueilwegoeventargs_1',['AccueilWeGoEventArgs',['../class_wpf_app1_1_1_accueil_we_go_event_args.html',1,'WpfApp1']]],
+ ['addashark_2',['AddAShark',['../class_wpf_app1_1_1_add_a_shark.html',1,'WpfApp1']]],
+ ['app_3',['App',['../class_test_1_1_app.html',1,'Test.App'],['../classtest_image_1_1_app.html',1,'testImage.App'],['../class_wpf_app1_1_1_app.html',1,'WpfApp1.App']]]
+];
diff --git a/Documentation/html/search/classes_1.html b/Documentation/html/search/classes_1.html
new file mode 100644
index 0000000..0557f9f
--- /dev/null
+++ b/Documentation/html/search/classes_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_1.js b/Documentation/html/search/classes_1.js
new file mode 100644
index 0000000..ac41b5c
--- /dev/null
+++ b/Documentation/html/search/classes_1.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['changermotdepasse_0',['ChangerMotDePasse',['../class_wpf_app1_1_1_changer_mot_de_passe.html',1,'WpfApp1']]],
+ ['creercompte_1',['CreerCompte',['../class_wpf_app1_1_1_creer_compte.html',1,'WpfApp1']]]
+];
diff --git a/Documentation/html/search/classes_2.html b/Documentation/html/search/classes_2.html
new file mode 100644
index 0000000..fa20861
--- /dev/null
+++ b/Documentation/html/search/classes_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_2.js b/Documentation/html/search/classes_2.js
new file mode 100644
index 0000000..f611b47
--- /dev/null
+++ b/Documentation/html/search/classes_2.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['datacontractpersistance_0',['DataContractPersistance',['../class_persistance_1_1_data_contract_persistance.html',1,'Persistance']]],
+ ['datatopersistreq_1',['DataToPersistReq',['../class_persistance_1_1_data_to_persist_req.html',1,'Persistance']]],
+ ['datatopersistusers_2',['DataToPersistUsers',['../class_persistance_1_1_data_to_persist_users.html',1,'Persistance']]],
+ ['descriptionadd_3',['DescriptionAdd',['../class_wpf_app1_1_1_description_add.html',1,'WpfApp1']]],
+ ['descriptionedit_4',['DescriptionEdit',['../class_wpf_app1_1_1_description_edit.html',1,'WpfApp1']]],
+ ['descriptionwegoeventargs_5',['DescriptionWeGoEventArgs',['../class_wpf_app1_1_1_description_we_go_event_args.html',1,'WpfApp1']]],
+ ['descwegoeventargs_6',['DescWeGoEventArgs',['../class_wpf_app1_1_1_desc_we_go_event_args.html',1,'WpfApp1']]]
+];
diff --git a/Documentation/html/search/classes_3.html b/Documentation/html/search/classes_3.html
new file mode 100644
index 0000000..98fbc87
--- /dev/null
+++ b/Documentation/html/search/classes_3.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_3.js b/Documentation/html/search/classes_3.js
new file mode 100644
index 0000000..b21e42f
--- /dev/null
+++ b/Documentation/html/search/classes_3.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['editwegoeventargs_0',['EditWeGoEventArgs',['../class_wpf_app1_1_1_edit_we_go_event_args.html',1,'WpfApp1']]],
+ ['expert_1',['Expert',['../class_mod_xC3_xA8le_1_1_expert.html',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/classes_4.html b/Documentation/html/search/classes_4.html
new file mode 100644
index 0000000..3b6c51e
--- /dev/null
+++ b/Documentation/html/search/classes_4.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_4.js b/Documentation/html/search/classes_4.js
new file mode 100644
index 0000000..0817da2
--- /dev/null
+++ b/Documentation/html/search/classes_4.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['infoutilisateur_0',['InfoUtilisateur',['../class_wpf_app1_1_1_info_utilisateur.html',1,'WpfApp1']]],
+ ['ipersistancemanager_1',['IPersistanceManager',['../interface_persistance_1_1_i_persistance_manager.html',1,'Persistance']]]
+];
diff --git a/Documentation/html/search/classes_5.html b/Documentation/html/search/classes_5.html
new file mode 100644
index 0000000..51c2b30
--- /dev/null
+++ b/Documentation/html/search/classes_5.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_5.js b/Documentation/html/search/classes_5.js
new file mode 100644
index 0000000..a6be340
--- /dev/null
+++ b/Documentation/html/search/classes_5.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['mainwindow_0',['MainWindow',['../class_test_1_1_main_window.html',1,'Test.MainWindow'],['../classtest_image_1_1_main_window.html',1,'testImage.MainWindow'],['../class_wpf_app1_1_1_main_window.html',1,'WpfApp1.MainWindow']]],
+ ['manager_1',['Manager',['../class_business_1_1_manager.html',1,'Business']]],
+ ['managerusers_2',['ManagerUsers',['../class_business_1_1_manager_users.html',1,'Business']]]
+];
diff --git a/Documentation/html/search/classes_6.html b/Documentation/html/search/classes_6.html
new file mode 100644
index 0000000..431fb05
--- /dev/null
+++ b/Documentation/html/search/classes_6.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_6.js b/Documentation/html/search/classes_6.js
new file mode 100644
index 0000000..be29d18
--- /dev/null
+++ b/Documentation/html/search/classes_6.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['personne_0',['Personne',['../class_mod_xC3_xA8le_1_1_personne.html',1,'Modèle']]],
+ ['position_1',['Position',['../class_mod_xC3_xA8le_1_1_position.html',1,'Modèle']]],
+ ['program_2',['Program',['../classtest__requin_1_1_program.html',1,'test_requin.Program'],['../classtest_map_1_1_program.html',1,'testMap.Program']]]
+];
diff --git a/Documentation/html/search/classes_7.html b/Documentation/html/search/classes_7.html
new file mode 100644
index 0000000..0c76bf5
--- /dev/null
+++ b/Documentation/html/search/classes_7.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_7.js b/Documentation/html/search/classes_7.js
new file mode 100644
index 0000000..3ba4055
--- /dev/null
+++ b/Documentation/html/search/classes_7.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['requin_0',['Requin',['../class_mod_xC3_xA8le_1_1_requin.html',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/classes_8.html b/Documentation/html/search/classes_8.html
new file mode 100644
index 0000000..5a392ee
--- /dev/null
+++ b/Documentation/html/search/classes_8.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_8.js b/Documentation/html/search/classes_8.js
new file mode 100644
index 0000000..cd2b03e
--- /dev/null
+++ b/Documentation/html/search/classes_8.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['seconnecter_0',['SeConnecter',['../class_wpf_app1_1_1_se_connecter.html',1,'WpfApp1']]],
+ ['stub_1',['Stub',['../class_stub_lib_1_1_stub.html',1,'StubLib']]]
+];
diff --git a/Documentation/html/search/classes_9.html b/Documentation/html/search/classes_9.html
new file mode 100644
index 0000000..72fb649
--- /dev/null
+++ b/Documentation/html/search/classes_9.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_9.js b/Documentation/html/search/classes_9.js
new file mode 100644
index 0000000..417331a
--- /dev/null
+++ b/Documentation/html/search/classes_9.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['tests_5frequin_0',['Tests_Requin',['../class_tests_unitaires_1_1_tests___requin.html',1,'TestsUnitaires']]]
+];
diff --git a/Documentation/html/search/classes_a.html b/Documentation/html/search/classes_a.html
new file mode 100644
index 0000000..f9b8459
--- /dev/null
+++ b/Documentation/html/search/classes_a.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_a.js b/Documentation/html/search/classes_a.js
new file mode 100644
index 0000000..96308bd
--- /dev/null
+++ b/Documentation/html/search/classes_a.js
@@ -0,0 +1,12 @@
+var searchData=
+[
+ ['uctest_0',['UCTest',['../class_test_1_1_u_c_test.html',1,'Test']]],
+ ['unittest_5fmodele_1',['UnitTest_Modele',['../class_unit_tests_1_1_unit_test___modele.html',1,'UnitTests']]],
+ ['usercontrolacceuil_2',['userControlAcceuil',['../class_wpf_app1_1_1user_control_acceuil.html',1,'WpfApp1']]],
+ ['usercontrolboite_3',['UserControlBoite',['../class_wpf_app1_1_1_user_control_boite.html',1,'WpfApp1']]],
+ ['usercontroldescription_4',['userControlDescription',['../class_wpf_app1_1_1user_control_description.html',1,'WpfApp1']]],
+ ['usercontroledit_5',['UserControlEdit',['../class_wpf_app1_1_1_user_control_edit.html',1,'WpfApp1']]],
+ ['usercontrolposition_6',['UserControlPosition',['../class_wpf_app1_1_1_user_control_position.html',1,'WpfApp1']]],
+ ['usercontrolrequin_7',['UserControlRequin',['../class_wpf_app1_1_1_user_control_requin.html',1,'WpfApp1']]],
+ ['utilisateur_8',['Utilisateur',['../class_mod_xC3_xA8le_1_1_utilisateur.html',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/classes_b.html b/Documentation/html/search/classes_b.html
new file mode 100644
index 0000000..27f8840
--- /dev/null
+++ b/Documentation/html/search/classes_b.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/classes_b.js b/Documentation/html/search/classes_b.js
new file mode 100644
index 0000000..ed4c081
--- /dev/null
+++ b/Documentation/html/search/classes_b.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['validersubmit_0',['ValiderSubmit',['../class_wpf_app1_1_1_valider_submit.html',1,'WpfApp1']]]
+];
diff --git a/Documentation/html/search/close.svg b/Documentation/html/search/close.svg
new file mode 100644
index 0000000..a933eea
--- /dev/null
+++ b/Documentation/html/search/close.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/search/enums_0.html b/Documentation/html/search/enums_0.html
new file mode 100644
index 0000000..ec25efd
--- /dev/null
+++ b/Documentation/html/search/enums_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enums_0.js b/Documentation/html/search/enums_0.js
new file mode 100644
index 0000000..8beb8b3
--- /dev/null
+++ b/Documentation/html/search/enums_0.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['conservation_0',['Conservation',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enums_1.html b/Documentation/html/search/enums_1.html
new file mode 100644
index 0000000..cc99a33
--- /dev/null
+++ b/Documentation/html/search/enums_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enums_1.js b/Documentation/html/search/enums_1.js
new file mode 100644
index 0000000..3fe9571
--- /dev/null
+++ b/Documentation/html/search/enums_1.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['ucrequintype_0',['UCrequinType',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enums_2.html b/Documentation/html/search/enums_2.html
new file mode 100644
index 0000000..cd5e771
--- /dev/null
+++ b/Documentation/html/search/enums_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enums_2.js b/Documentation/html/search/enums_2.js
new file mode 100644
index 0000000..e24ec9d
--- /dev/null
+++ b/Documentation/html/search/enums_2.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['zone_0',['Zone',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_0.html b/Documentation/html/search/enumvalues_0.html
new file mode 100644
index 0000000..71e9b7c
--- /dev/null
+++ b/Documentation/html/search/enumvalues_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_0.js b/Documentation/html/search/enumvalues_0.js
new file mode 100644
index 0000000..9056765
--- /dev/null
+++ b/Documentation/html/search/enumvalues_0.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['add_0',['add',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59a34ec78fcc91ffb1e54cd85e4a0924332',1,'Modèle']]],
+ ['arctique_1',['ARCTIQUE',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925a93d6677a604a5936ec4fc223e833c1af',1,'Modèle']]],
+ ['atlantique_2',['ATLANTIQUE',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925af0f7e15a42e6bc05b225b991b41dd7ee',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_1.html b/Documentation/html/search/enumvalues_1.html
new file mode 100644
index 0000000..595aa8c
--- /dev/null
+++ b/Documentation/html/search/enumvalues_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_1.js b/Documentation/html/search/enumvalues_1.js
new file mode 100644
index 0000000..88aed2e
--- /dev/null
+++ b/Documentation/html/search/enumvalues_1.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['cr_0',['CR',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a1d7b33fc26ca22c2011aaa97fecc43d8',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_2.html b/Documentation/html/search/enumvalues_2.html
new file mode 100644
index 0000000..5343504
--- /dev/null
+++ b/Documentation/html/search/enumvalues_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_2.js b/Documentation/html/search/enumvalues_2.js
new file mode 100644
index 0000000..6f08f47
--- /dev/null
+++ b/Documentation/html/search/enumvalues_2.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['dd_0',['DD',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a350bfcb1e3cfb28ddff48ce525d4f139',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_3.html b/Documentation/html/search/enumvalues_3.html
new file mode 100644
index 0000000..5a7d0de
--- /dev/null
+++ b/Documentation/html/search/enumvalues_3.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_3.js b/Documentation/html/search/enumvalues_3.js
new file mode 100644
index 0000000..a6c7074
--- /dev/null
+++ b/Documentation/html/search/enumvalues_3.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['edit_0',['edit',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59ade95b43bceeb4b998aed4aed5cef1ae7',1,'Modèle']]],
+ ['en_1',['EN',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497aaa85f1840e282d8a8304dbc2c0d7c9b2',1,'Modèle']]],
+ ['ew_2',['EW',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a8cdb36f48677373dbde5dd7ead8c731e',1,'Modèle']]],
+ ['ex_3',['EX',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497acc8ee37afb5c0c9613473c98a3c6ebc1',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_4.html b/Documentation/html/search/enumvalues_4.html
new file mode 100644
index 0000000..4b4a763
--- /dev/null
+++ b/Documentation/html/search/enumvalues_4.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_4.js b/Documentation/html/search/enumvalues_4.js
new file mode 100644
index 0000000..6871d16
--- /dev/null
+++ b/Documentation/html/search/enumvalues_4.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['indien_0',['INDIEN',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925adce73fec2981c8074a4dec6e98e24045',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_5.html b/Documentation/html/search/enumvalues_5.html
new file mode 100644
index 0000000..5cc61bf
--- /dev/null
+++ b/Documentation/html/search/enumvalues_5.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_5.js b/Documentation/html/search/enumvalues_5.js
new file mode 100644
index 0000000..979496e
--- /dev/null
+++ b/Documentation/html/search/enumvalues_5.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['lc_0',['LC',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497a6907b8692fb04b36ab78f1238a876284',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_6.html b/Documentation/html/search/enumvalues_6.html
new file mode 100644
index 0000000..34a4cad
--- /dev/null
+++ b/Documentation/html/search/enumvalues_6.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_6.js b/Documentation/html/search/enumvalues_6.js
new file mode 100644
index 0000000..9d51aac
--- /dev/null
+++ b/Documentation/html/search/enumvalues_6.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['ne_0',['NE',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497adc33066c3993e0d50896e533fd692ce0',1,'Modèle']]],
+ ['normal_1',['normal',['../namespace_mod_xC3_xA8le.html#a6eda931a1c796c0b019beff021f09c59afea087517c26fadd409bd4b9dc642555',1,'Modèle']]],
+ ['nt_2',['NT',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497acb48af3e40ab9ec3622c07b8faf27cf3',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_7.html b/Documentation/html/search/enumvalues_7.html
new file mode 100644
index 0000000..3a94d06
--- /dev/null
+++ b/Documentation/html/search/enumvalues_7.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_7.js b/Documentation/html/search/enumvalues_7.js
new file mode 100644
index 0000000..1d3c842
--- /dev/null
+++ b/Documentation/html/search/enumvalues_7.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['pacifique_0',['PACIFIQUE',['../namespace_mod_xC3_xA8le.html#a7a1a9af56977c5c8224213c6800a8925af177dae38be262ee4e165a9cb4528979',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/enumvalues_8.html b/Documentation/html/search/enumvalues_8.html
new file mode 100644
index 0000000..9ca4205
--- /dev/null
+++ b/Documentation/html/search/enumvalues_8.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/enumvalues_8.js b/Documentation/html/search/enumvalues_8.js
new file mode 100644
index 0000000..75e95c0
--- /dev/null
+++ b/Documentation/html/search/enumvalues_8.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['vu_0',['VU',['../namespace_mod_xC3_xA8le.html#ae4c7099b621f9e1534fa8caf0da63497abce87c857571353d52a984d051446b37',1,'Modèle']]]
+];
diff --git a/Documentation/html/search/events_0.html b/Documentation/html/search/events_0.html
new file mode 100644
index 0000000..1f6a458
--- /dev/null
+++ b/Documentation/html/search/events_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/events_0.js b/Documentation/html/search/events_0.js
new file mode 100644
index 0000000..3116018
--- /dev/null
+++ b/Documentation/html/search/events_0.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['accueilwechange_0',['AccueilWeChange',['../class_wpf_app1_1_1user_control_acceuil.html#a72f60d5fe16ab4def4075d09fa64b696',1,'WpfApp1::userControlAcceuil']]],
+ ['accueilwego_1',['AccueilWeGo',['../class_wpf_app1_1_1user_control_description.html#a372ed670f8e91f7c6812eaf2b603f10a',1,'WpfApp1::userControlDescription']]]
+];
diff --git a/Documentation/html/search/events_1.html b/Documentation/html/search/events_1.html
new file mode 100644
index 0000000..2f0c943
--- /dev/null
+++ b/Documentation/html/search/events_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/events_1.js b/Documentation/html/search/events_1.js
new file mode 100644
index 0000000..cce324f
--- /dev/null
+++ b/Documentation/html/search/events_1.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['descriptionwego_0',['DescriptionWeGo',['../class_wpf_app1_1_1_user_control_requin.html#ae6287b7fb73752919ce23a01a527c8f0',1,'WpfApp1::UserControlRequin']]],
+ ['descwego_1',['DescWeGo',['../class_wpf_app1_1_1_user_control_edit.html#a6fcdd23c764ee74f9d7188a1729923da',1,'WpfApp1::UserControlEdit']]]
+];
diff --git a/Documentation/html/search/events_2.html b/Documentation/html/search/events_2.html
new file mode 100644
index 0000000..205b11b
--- /dev/null
+++ b/Documentation/html/search/events_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/events_2.js b/Documentation/html/search/events_2.js
new file mode 100644
index 0000000..803d532
--- /dev/null
+++ b/Documentation/html/search/events_2.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['editwego_0',['EditWeGo',['../class_wpf_app1_1_1user_control_description.html#a6b6f58fcf8a044a1fd30c9f8ad15bc23',1,'WpfApp1::userControlDescription']]]
+];
diff --git a/Documentation/html/search/functions_0.html b/Documentation/html/search/functions_0.html
new file mode 100644
index 0000000..3b739c7
--- /dev/null
+++ b/Documentation/html/search/functions_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_0.js b/Documentation/html/search/functions_0.js
new file mode 100644
index 0000000..5859a4b
--- /dev/null
+++ b/Documentation/html/search/functions_0.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['accueilwechangeeventargs_0',['AccueilWeChangeEventArgs',['../class_wpf_app1_1_1_accueil_we_change_event_args.html#a2e1b2eb73eba070ecd9e5466abeac5e5',1,'WpfApp1::AccueilWeChangeEventArgs']]],
+ ['accueilwegoeventargs_1',['AccueilWeGoEventArgs',['../class_wpf_app1_1_1_accueil_we_go_event_args.html#a93e0424eebb8feb6ec576a58a130734d',1,'WpfApp1::AccueilWeGoEventArgs']]],
+ ['addashark_2',['AddAShark',['../class_wpf_app1_1_1_add_a_shark.html#a880b4ee2a84b6b695595a1b51bf9654c',1,'WpfApp1::AddAShark']]],
+ ['ajouterexpert_3',['AjouterExpert',['../class_business_1_1_manager_users.html#aaed96a17a647ec07d2088acc7dfac656',1,'Business::ManagerUsers']]],
+ ['ajouterrequin_4',['AjouterRequin',['../class_business_1_1_manager.html#a0588152f83bd4f7747d109ee99023536',1,'Business.Manager.AjouterRequin()'],['../class_mod_xC3_xA8le_1_1_expert.html#aa079841f24c60757b6d5b8c0b427a397',1,'Modèle.Expert.AjouterRequin()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#a7de209e34dc3a4a81ac4eb711c99f17a',1,'Modèle.Utilisateur.AjouterRequin()'],['../class_mod_xC3_xA8le_1_1_personne.html#a4a409ba625219f6f22e7ebfb29fd1421',1,'Modèle.Personne.AjouterRequin()']]],
+ ['ajouterrequinadd_5',['AjouterRequinAdd',['../class_business_1_1_manager.html#ab537834d44e0e15eb3b1b81cd18ab1b4',1,'Business::Manager']]],
+ ['ajouterrequinedit_6',['AjouterRequinEdit',['../class_business_1_1_manager.html#a127dbd9b767ca99aaf1ab30c48197a70',1,'Business::Manager']]],
+ ['ajouterutilisateur_7',['AjouterUtilisateur',['../class_business_1_1_manager_users.html#a3443b9311c13f3150436506c1d3c0d96',1,'Business::ManagerUsers']]]
+];
diff --git a/Documentation/html/search/functions_1.html b/Documentation/html/search/functions_1.html
new file mode 100644
index 0000000..2cef5e3
--- /dev/null
+++ b/Documentation/html/search/functions_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_1.js b/Documentation/html/search/functions_1.js
new file mode 100644
index 0000000..82fa950
--- /dev/null
+++ b/Documentation/html/search/functions_1.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['changeregionavecmap_0',['ChangeRegionAvecMap',['../class_wpf_app1_1_1_main_window.html#a184e9fdd8814658974740d9b0b47bee1',1,'WpfApp1::MainWindow']]],
+ ['changermotdepasse_1',['ChangerMotDePasse',['../class_mod_xC3_xA8le_1_1_expert.html#ab2ab3ce00faac0eb0f50244918341d80',1,'Modèle.Expert.ChangerMotDePasse()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#af41646438f7f1d608b4aa6ecd8f6f03e',1,'Modèle.Utilisateur.ChangerMotDePasse()'],['../class_mod_xC3_xA8le_1_1_personne.html#a21e9a354baf5b43febe19cbb0acca6b0',1,'Modèle.Personne.ChangerMotDePasse()'],['../class_wpf_app1_1_1_changer_mot_de_passe.html#abe1766c0ae1699de04cefed66a50b559',1,'WpfApp1.ChangerMotDePasse.ChangerMotDePasse()']]],
+ ['creercompte_2',['CreerCompte',['../class_wpf_app1_1_1_creer_compte.html#a68067f124f942d0f309e94b93d3cc232',1,'WpfApp1::CreerCompte']]]
+];
diff --git a/Documentation/html/search/functions_2.html b/Documentation/html/search/functions_2.html
new file mode 100644
index 0000000..3308c65
--- /dev/null
+++ b/Documentation/html/search/functions_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_2.js b/Documentation/html/search/functions_2.js
new file mode 100644
index 0000000..1f3e8bf
--- /dev/null
+++ b/Documentation/html/search/functions_2.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['descriptionadd_0',['DescriptionAdd',['../class_wpf_app1_1_1_description_add.html#a6affcfaf4d1ef0a69d6e3d900dd98e6f',1,'WpfApp1::DescriptionAdd']]],
+ ['descriptionedit_1',['DescriptionEdit',['../class_wpf_app1_1_1_description_edit.html#a4c72d2353ae43b6963d651044c53d53c',1,'WpfApp1::DescriptionEdit']]],
+ ['descriptionwegoeventargs_2',['DescriptionWeGoEventArgs',['../class_wpf_app1_1_1_description_we_go_event_args.html#a283faac0f60d043b4b1e217886a00770',1,'WpfApp1::DescriptionWeGoEventArgs']]],
+ ['descwegoeventargs_3',['DescWeGoEventArgs',['../class_wpf_app1_1_1_desc_we_go_event_args.html#a0d4715d918dd4e45676d2e1e0108f829',1,'WpfApp1::DescWeGoEventArgs']]]
+];
diff --git a/Documentation/html/search/functions_3.html b/Documentation/html/search/functions_3.html
new file mode 100644
index 0000000..43ac697
--- /dev/null
+++ b/Documentation/html/search/functions_3.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_3.js b/Documentation/html/search/functions_3.js
new file mode 100644
index 0000000..82e061b
--- /dev/null
+++ b/Documentation/html/search/functions_3.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['editwegoeventargs_0',['EditWeGoEventArgs',['../class_wpf_app1_1_1_edit_we_go_event_args.html#ac96d8c2c26fe39cd9ace03fadfdf8d62',1,'WpfApp1::EditWeGoEventArgs']]],
+ ['equals_1',['Equals',['../class_mod_xC3_xA8le_1_1_requin.html#a5e703967e861790d11fcbe166319883f',1,'Modèle.Requin.Equals(Requin r)'],['../class_mod_xC3_xA8le_1_1_requin.html#a54c5bd32f01e28a08ab3840aabe2e49d',1,'Modèle.Requin.Equals(object obj)'],['../class_mod_xC3_xA8le_1_1_expert.html#a1104b2ece7735b485707360ed94201c5',1,'Modèle.Expert.Equals()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#abc71947dd6a8a42935c9f4da62d751cf',1,'Modèle.Utilisateur.Equals()'],['../class_mod_xC3_xA8le_1_1_position.html#a35ba01f3bf3e6aa64a986fa932f2c335',1,'Modèle.Position.Equals()']]],
+ ['expert_2',['Expert',['../class_mod_xC3_xA8le_1_1_expert.html#a9a8f09ebfe4ee79b9d7e2590b2714fa0',1,'Modèle.Expert.Expert(string email, string mdp, string surnom)'],['../class_mod_xC3_xA8le_1_1_expert.html#a212cc98af2bb79f39f214a5c1c2a460b',1,'Modèle.Expert.Expert(string email, string mdp, string surnom, DateTime date)']]]
+];
diff --git a/Documentation/html/search/functions_4.html b/Documentation/html/search/functions_4.html
new file mode 100644
index 0000000..d12c2df
--- /dev/null
+++ b/Documentation/html/search/functions_4.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_4.js b/Documentation/html/search/functions_4.js
new file mode 100644
index 0000000..522ad86
--- /dev/null
+++ b/Documentation/html/search/functions_4.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['gethashcode_0',['GetHashCode',['../class_mod_xC3_xA8le_1_1_requin.html#a9d19da846ecb27bf425648d954621cbd',1,'Modèle::Requin']]],
+ ['getpersonne_1',['GetPersonne',['../class_business_1_1_manager_users.html#ab571343d5065da9505cedd0b468aaddd',1,'Business::ManagerUsers']]],
+ ['getrequin_2',['GetRequin',['../class_business_1_1_manager.html#ac0a639a93d45c086bb3d4991964cdd51',1,'Business::Manager']]],
+ ['getrequinadd_3',['GetRequinAdd',['../class_business_1_1_manager.html#ab6a1d1c231c90bf169be5b0c4f402615',1,'Business::Manager']]],
+ ['getrequinedit_4',['GetRequinEdit',['../class_business_1_1_manager.html#a3244cf659cc10de52bebb807ac9b4f0b',1,'Business::Manager']]]
+];
diff --git a/Documentation/html/search/functions_5.html b/Documentation/html/search/functions_5.html
new file mode 100644
index 0000000..7266236
--- /dev/null
+++ b/Documentation/html/search/functions_5.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_5.js b/Documentation/html/search/functions_5.js
new file mode 100644
index 0000000..acce28d
--- /dev/null
+++ b/Documentation/html/search/functions_5.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['infoutilisateur_0',['InfoUtilisateur',['../class_wpf_app1_1_1_info_utilisateur.html#a80764d983d2975d66b2e05fb87fffee0',1,'WpfApp1::InfoUtilisateur']]]
+];
diff --git a/Documentation/html/search/functions_6.html b/Documentation/html/search/functions_6.html
new file mode 100644
index 0000000..7f9fc45
--- /dev/null
+++ b/Documentation/html/search/functions_6.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_6.js b/Documentation/html/search/functions_6.js
new file mode 100644
index 0000000..21bd378
--- /dev/null
+++ b/Documentation/html/search/functions_6.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['loadfunfacts_0',['LoadFunFacts',['../class_business_1_1_manager.html#a1c779a6686bfd8932b418a4aff6f9ee9',1,'Business.Manager.LoadFunFacts()'],['../class_persistance_1_1_data_contract_persistance.html#a96d1409c717dfb8fd5ed6db7881b856e',1,'Persistance.DataContractPersistance.LoadFunFacts()'],['../interface_persistance_1_1_i_persistance_manager.html#ad67dbdaf09c5f7716775bb323dea88dd',1,'Persistance.IPersistanceManager.LoadFunFacts()'],['../class_stub_lib_1_1_stub.html#a5711f92d5a25d6588a4a03918599e2ba',1,'StubLib.Stub.LoadFunFacts()']]],
+ ['loadrequins_1',['LoadRequins',['../class_business_1_1_manager.html#a902c46f85c6b2d4869b6013b05fca525',1,'Business::Manager']]],
+ ['loadusers_2',['LoadUsers',['../class_business_1_1_manager_users.html#a8c611d3ac22ed99282c1e476d38ecabc',1,'Business::ManagerUsers']]]
+];
diff --git a/Documentation/html/search/functions_7.html b/Documentation/html/search/functions_7.html
new file mode 100644
index 0000000..ad0f88b
--- /dev/null
+++ b/Documentation/html/search/functions_7.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_7.js b/Documentation/html/search/functions_7.js
new file mode 100644
index 0000000..5adea11
--- /dev/null
+++ b/Documentation/html/search/functions_7.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['mainwindow_0',['MainWindow',['../class_wpf_app1_1_1_main_window.html#a114e0acb9b0b6367f97f8bff016cc4ac',1,'WpfApp1::MainWindow']]],
+ ['manager_1',['Manager',['../class_business_1_1_manager.html#afa68e117f1d19c76b828cd2f3f28b694',1,'Business::Manager']]],
+ ['managerusers_2',['ManagerUsers',['../class_business_1_1_manager_users.html#ae96a8fdce4b066dc0a711a94ad9eba60',1,'Business::ManagerUsers']]],
+ ['modifieexpert_3',['ModifieExpert',['../class_business_1_1_manager_users.html#aa7558fc2d91860202c7ce0048e127ddb',1,'Business::ManagerUsers']]],
+ ['modifierequin_4',['ModifieRequin',['../class_business_1_1_manager.html#a814237d8c03adfe06178b55005575dea',1,'Business::Manager']]],
+ ['modifieutilisateur_5',['ModifieUtilisateur',['../class_business_1_1_manager_users.html#af5868d58a65a89a9af38b7da19788f03',1,'Business::ManagerUsers']]]
+];
diff --git a/Documentation/html/search/functions_8.html b/Documentation/html/search/functions_8.html
new file mode 100644
index 0000000..ea7fa74
--- /dev/null
+++ b/Documentation/html/search/functions_8.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_8.js b/Documentation/html/search/functions_8.js
new file mode 100644
index 0000000..e92b3ac
--- /dev/null
+++ b/Documentation/html/search/functions_8.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['onaccueilwechange_0',['OnAccueilWeChange',['../class_wpf_app1_1_1user_control_acceuil.html#afe2df3f49726699f945bd3851c5202bf',1,'WpfApp1::userControlAcceuil']]],
+ ['onaccueilwego_1',['OnAccueilWeGo',['../class_wpf_app1_1_1user_control_description.html#a48b8b02f56786d1fa0d85e2b5fc32d00',1,'WpfApp1::userControlDescription']]],
+ ['ondescriptionwego_2',['OnDescriptionWeGo',['../class_wpf_app1_1_1_user_control_requin.html#a465e0eae2232d69f6ac1653cefaf7517',1,'WpfApp1::UserControlRequin']]],
+ ['ondescwego_3',['OnDescWeGo',['../class_wpf_app1_1_1_user_control_edit.html#a9aa0126d155456d209530733e31612da',1,'WpfApp1::UserControlEdit']]],
+ ['oneditwego_4',['OnEditWeGo',['../class_wpf_app1_1_1user_control_description.html#ac42f9eafb7b29397797174bd42faada3',1,'WpfApp1::userControlDescription']]]
+];
diff --git a/Documentation/html/search/functions_9.html b/Documentation/html/search/functions_9.html
new file mode 100644
index 0000000..d831dc7
--- /dev/null
+++ b/Documentation/html/search/functions_9.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_9.js b/Documentation/html/search/functions_9.js
new file mode 100644
index 0000000..135c40e
--- /dev/null
+++ b/Documentation/html/search/functions_9.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['personne_0',['Personne',['../class_mod_xC3_xA8le_1_1_personne.html#a354d48a96e7cbc3b019dbd27509c2d88',1,'Modèle::Personne']]],
+ ['position_1',['Position',['../class_mod_xC3_xA8le_1_1_position.html#a8086bf95451f57a6b64ae294c8686f24',1,'Modèle::Position']]]
+];
diff --git a/Documentation/html/search/functions_a.html b/Documentation/html/search/functions_a.html
new file mode 100644
index 0000000..7018fc6
--- /dev/null
+++ b/Documentation/html/search/functions_a.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_a.js b/Documentation/html/search/functions_a.js
new file mode 100644
index 0000000..496d1a2
--- /dev/null
+++ b/Documentation/html/search/functions_a.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['rechercherrequins_0',['RechercherRequins',['../class_business_1_1_manager.html#a6e13e45fbe2b96edcbe378e6b9a4ae28',1,'Business::Manager']]],
+ ['requin_1',['Requin',['../class_mod_xC3_xA8le_1_1_requin.html#a70130de8d3c24877259dfe1b156fc376',1,'Modèle.Requin.Requin(string nom, string nomSci, string description, string photo, string video, string photoCarte, Conservation statutCons, List< Zone > repartition, string funFact)'],['../class_mod_xC3_xA8le_1_1_requin.html#ab78fca9ea07d33f11e9850ba561420ab',1,'Modèle.Requin.Requin(string nom, string nomSci, string description, string photo, string video, string photoCarte, Conservation statutCons, List< Zone > repartition, List< string > funFacts)']]]
+];
diff --git a/Documentation/html/search/functions_b.html b/Documentation/html/search/functions_b.html
new file mode 100644
index 0000000..c0660b0
--- /dev/null
+++ b/Documentation/html/search/functions_b.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_b.js b/Documentation/html/search/functions_b.js
new file mode 100644
index 0000000..9c1552b
--- /dev/null
+++ b/Documentation/html/search/functions_b.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['savefunfacts_0',['SaveFunFacts',['../class_business_1_1_manager.html#a1d5c384abb95f08131c079cb324dda3f',1,'Business.Manager.SaveFunFacts()'],['../class_persistance_1_1_data_contract_persistance.html#af45c79d48a75c8d716768017c93a61f8',1,'Persistance.DataContractPersistance.SaveFunFacts()'],['../interface_persistance_1_1_i_persistance_manager.html#a68e8d44ecf332c1bcacbf29192113702',1,'Persistance.IPersistanceManager.SaveFunFacts()'],['../class_stub_lib_1_1_stub.html#a6df7c68c3ccafdfcfe4e0fd158db62b5',1,'StubLib.Stub.SaveFunFacts()']]],
+ ['saverequins_1',['SaveRequins',['../class_business_1_1_manager.html#af81471b132e4e93cbac303e04ff96928',1,'Business.Manager.SaveRequins()'],['../class_persistance_1_1_data_contract_persistance.html#a3534071e38c3701642cf4f3ca4233745',1,'Persistance.DataContractPersistance.SaveRequins()'],['../interface_persistance_1_1_i_persistance_manager.html#a13cf51621630d15d8c49c1383588b4ae',1,'Persistance.IPersistanceManager.SaveRequins()'],['../class_stub_lib_1_1_stub.html#a4239d3f0230724db9a86dd50b37a12ce',1,'StubLib.Stub.SaveRequins()']]],
+ ['saveusers_2',['SaveUsers',['../class_business_1_1_manager_users.html#a394fc02672fc2f947e7a9c1811bac93b',1,'Business.ManagerUsers.SaveUsers()'],['../class_persistance_1_1_data_contract_persistance.html#a6e8162d8be4cf7c77f971f7b30fab09c',1,'Persistance.DataContractPersistance.SaveUsers()'],['../interface_persistance_1_1_i_persistance_manager.html#a585a7537304247c2acb79d7681e8916f',1,'Persistance.IPersistanceManager.SaveUsers()'],['../class_stub_lib_1_1_stub.html#ac72d561b8715a0cbb4cc727de227e016',1,'StubLib.Stub.SaveUsers()']]],
+ ['seconnecter_3',['SeConnecter',['../class_wpf_app1_1_1_se_connecter.html#aab62863cd539f863f7e62685e4c53284',1,'WpfApp1::SeConnecter']]],
+ ['stub_4',['Stub',['../class_stub_lib_1_1_stub.html#a10865d3047adc0192031b998d40dd545',1,'StubLib::Stub']]],
+ ['supprimerexpert_5',['SupprimerExpert',['../class_business_1_1_manager_users.html#a38d718b64a07f1c13dfa21027efa1ae0',1,'Business::ManagerUsers']]],
+ ['supprimerrequin_6',['SupprimerRequin',['../class_business_1_1_manager.html#af726d92407e0deed9c8033c8cf9cd8ab',1,'Business::Manager']]],
+ ['supprimerrequinadd_7',['SupprimerRequinAdd',['../class_business_1_1_manager.html#a31c92c023a66a5111ae60e7fc1f72f7f',1,'Business::Manager']]],
+ ['supprimerrequinedit_8',['SupprimerRequinEdit',['../class_business_1_1_manager.html#a3ed949b26eef76dd4b1322dbc00eec93',1,'Business::Manager']]],
+ ['supprimerutilisateur_9',['SupprimerUtilisateur',['../class_business_1_1_manager_users.html#a01fefa9e03b3417bd73ae882d8af84bd',1,'Business::ManagerUsers']]]
+];
diff --git a/Documentation/html/search/functions_c.html b/Documentation/html/search/functions_c.html
new file mode 100644
index 0000000..b642767
--- /dev/null
+++ b/Documentation/html/search/functions_c.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_c.js b/Documentation/html/search/functions_c.js
new file mode 100644
index 0000000..caff218
--- /dev/null
+++ b/Documentation/html/search/functions_c.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['tostring_0',['ToString',['../class_mod_xC3_xA8le_1_1_requin.html#a366a5c4df25c2d0e17d5b5f68119001e',1,'Modèle.Requin.ToString()'],['../class_mod_xC3_xA8le_1_1_expert.html#add59d3589f96aa528aabf7466ee0dcdc',1,'Modèle.Expert.ToString()'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#a7ea9b0f1f362be19da2f437d8fef5476',1,'Modèle.Utilisateur.ToString()'],['../class_mod_xC3_xA8le_1_1_personne.html#a317197450b6b7ec368c8cd1361dd1045',1,'Modèle.Personne.ToString()']]]
+];
diff --git a/Documentation/html/search/functions_d.html b/Documentation/html/search/functions_d.html
new file mode 100644
index 0000000..16464b4
--- /dev/null
+++ b/Documentation/html/search/functions_d.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_d.js b/Documentation/html/search/functions_d.js
new file mode 100644
index 0000000..c770b6b
--- /dev/null
+++ b/Documentation/html/search/functions_d.js
@@ -0,0 +1,12 @@
+var searchData=
+[
+ ['uptadeui_0',['uptadeUi',['../class_wpf_app1_1_1_description_add.html#a8830f69240f64bdd97a17790509a83dc',1,'WpfApp1.DescriptionAdd.uptadeUi()'],['../class_wpf_app1_1_1_user_control_requin.html#a970e60aca2d32e7b7ec227a60bc2894b',1,'WpfApp1.UserControlRequin.uptadeUi()']]],
+ ['usercontrolacceuil_1',['userControlAcceuil',['../class_wpf_app1_1_1user_control_acceuil.html#ac0c2d7d06c71882315d83bb44f2398ed',1,'WpfApp1::userControlAcceuil']]],
+ ['usercontrolboite_2',['UserControlBoite',['../class_wpf_app1_1_1_user_control_boite.html#a7defa1c07cc498e088b232f496956803',1,'WpfApp1::UserControlBoite']]],
+ ['usercontroldescription_3',['userControlDescription',['../class_wpf_app1_1_1user_control_description.html#ae621ebd8ffa81e8415c2197902eefbcb',1,'WpfApp1::userControlDescription']]],
+ ['usercontroledit_4',['UserControlEdit',['../class_wpf_app1_1_1_user_control_edit.html#aa33759b55e5906cde0a691fcb6efb5e0',1,'WpfApp1::UserControlEdit']]],
+ ['usercontrolposition_5',['UserControlPosition',['../class_wpf_app1_1_1_user_control_position.html#aae54cae1171e8c6f1bc58781d16b4933',1,'WpfApp1::UserControlPosition']]],
+ ['usercontrolreq_5fmousedown_6',['UserControlReq_MouseDown',['../class_wpf_app1_1_1_user_control_requin.html#af73e223d99bc16afa152a6f9beca582e',1,'WpfApp1::UserControlRequin']]],
+ ['usercontrolrequin_7',['UserControlRequin',['../class_wpf_app1_1_1_user_control_requin.html#ad4e4914ea93faf01d75c1bda77a9b4f5',1,'WpfApp1::UserControlRequin']]],
+ ['utilisateur_8',['Utilisateur',['../class_mod_xC3_xA8le_1_1_utilisateur.html#a11ad41fbefe5893c00fa239a486deb1c',1,'Modèle.Utilisateur.Utilisateur(string mail, string mdp)'],['../class_mod_xC3_xA8le_1_1_utilisateur.html#abc4792aec1c63f220fee1f5a1009494e',1,'Modèle.Utilisateur.Utilisateur(string mail, string mdp, int nbSubmit)']]]
+];
diff --git a/Documentation/html/search/functions_e.html b/Documentation/html/search/functions_e.html
new file mode 100644
index 0000000..e55bbf1
--- /dev/null
+++ b/Documentation/html/search/functions_e.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/functions_e.js b/Documentation/html/search/functions_e.js
new file mode 100644
index 0000000..5468ea1
--- /dev/null
+++ b/Documentation/html/search/functions_e.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['validersubmit_0',['ValiderSubmit',['../class_mod_xC3_xA8le_1_1_expert.html#ae6c83061d2a9a7cc08c7633067fd90c0',1,'Modèle.Expert.ValiderSubmit()'],['../class_wpf_app1_1_1_valider_submit.html#a6e3af34623d42233df23d1cfa89be2f0',1,'WpfApp1.ValiderSubmit.ValiderSubmit()']]],
+ ['validerunchangement_1',['ValiderUnChangement',['../class_mod_xC3_xA8le_1_1_expert.html#a825bc03dc1514d4db982616c7f5d9a23',1,'Modèle::Expert']]],
+ ['verifierrequin_2',['verifierRequin',['../class_business_1_1_manager.html#a019d3f4051f98b8ed12a36d5c8f358ed',1,'Business::Manager']]]
+];
diff --git a/Documentation/html/search/mag_sel.svg b/Documentation/html/search/mag_sel.svg
new file mode 100644
index 0000000..03626f6
--- /dev/null
+++ b/Documentation/html/search/mag_sel.svg
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/search/namespaces_0.html b/Documentation/html/search/namespaces_0.html
new file mode 100644
index 0000000..b2d68fe
--- /dev/null
+++ b/Documentation/html/search/namespaces_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/namespaces_0.js b/Documentation/html/search/namespaces_0.js
new file mode 100644
index 0000000..d34b0b9
--- /dev/null
+++ b/Documentation/html/search/namespaces_0.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['business_0',['Business',['../namespace_business.html',1,'']]]
+];
diff --git a/Documentation/html/search/namespaces_1.html b/Documentation/html/search/namespaces_1.html
new file mode 100644
index 0000000..a4b1530
--- /dev/null
+++ b/Documentation/html/search/namespaces_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/namespaces_1.js b/Documentation/html/search/namespaces_1.js
new file mode 100644
index 0000000..a255bc0
--- /dev/null
+++ b/Documentation/html/search/namespaces_1.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['modèle_0',['Modèle',['../namespace_mod_xC3_xA8le.html',1,'']]]
+];
diff --git a/Documentation/html/search/namespaces_2.html b/Documentation/html/search/namespaces_2.html
new file mode 100644
index 0000000..a89a756
--- /dev/null
+++ b/Documentation/html/search/namespaces_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/namespaces_2.js b/Documentation/html/search/namespaces_2.js
new file mode 100644
index 0000000..517ac66
--- /dev/null
+++ b/Documentation/html/search/namespaces_2.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['persistance_0',['Persistance',['../namespace_persistance.html',1,'']]]
+];
diff --git a/Documentation/html/search/namespaces_3.html b/Documentation/html/search/namespaces_3.html
new file mode 100644
index 0000000..d15010f
--- /dev/null
+++ b/Documentation/html/search/namespaces_3.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/namespaces_3.js b/Documentation/html/search/namespaces_3.js
new file mode 100644
index 0000000..799c4ca
--- /dev/null
+++ b/Documentation/html/search/namespaces_3.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['stublib_0',['StubLib',['../namespace_stub_lib.html',1,'']]]
+];
diff --git a/Documentation/html/search/namespaces_4.html b/Documentation/html/search/namespaces_4.html
new file mode 100644
index 0000000..0c23e87
--- /dev/null
+++ b/Documentation/html/search/namespaces_4.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/namespaces_4.js b/Documentation/html/search/namespaces_4.js
new file mode 100644
index 0000000..778cd27
--- /dev/null
+++ b/Documentation/html/search/namespaces_4.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['test_0',['Test',['../namespace_test.html',1,'']]],
+ ['test_5frequin_1',['test_requin',['../namespacetest__requin.html',1,'']]],
+ ['testimage_2',['testImage',['../namespacetest_image.html',1,'']]],
+ ['testmap_3',['testMap',['../namespacetest_map.html',1,'']]],
+ ['testsunitaires_4',['TestsUnitaires',['../namespace_tests_unitaires.html',1,'']]]
+];
diff --git a/Documentation/html/search/namespaces_5.html b/Documentation/html/search/namespaces_5.html
new file mode 100644
index 0000000..842c8df
--- /dev/null
+++ b/Documentation/html/search/namespaces_5.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/namespaces_5.js b/Documentation/html/search/namespaces_5.js
new file mode 100644
index 0000000..282530a
--- /dev/null
+++ b/Documentation/html/search/namespaces_5.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['unittests_0',['UnitTests',['../namespace_unit_tests.html',1,'']]]
+];
diff --git a/Documentation/html/search/namespaces_6.html b/Documentation/html/search/namespaces_6.html
new file mode 100644
index 0000000..99894cf
--- /dev/null
+++ b/Documentation/html/search/namespaces_6.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/namespaces_6.js b/Documentation/html/search/namespaces_6.js
new file mode 100644
index 0000000..6c6a792
--- /dev/null
+++ b/Documentation/html/search/namespaces_6.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['wpfapp1_0',['WpfApp1',['../namespace_wpf_app1.html',1,'']]]
+];
diff --git a/Documentation/html/search/nomatches.html b/Documentation/html/search/nomatches.html
new file mode 100644
index 0000000..2b9360b
--- /dev/null
+++ b/Documentation/html/search/nomatches.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/search/pages_0.html b/Documentation/html/search/pages_0.html
new file mode 100644
index 0000000..1981712
--- /dev/null
+++ b/Documentation/html/search/pages_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/pages_0.js b/Documentation/html/search/pages_0.js
new file mode 100644
index 0000000..f6a52a9
--- /dev/null
+++ b/Documentation/html/search/pages_0.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['storyboard_20et_20sketch_20sur_20blasamiq_0',['Storyboard et Sketch sur blasamiq',['../md__documents__r_e_a_d_m_e.html',1,'']]]
+];
diff --git a/Documentation/html/search/properties_0.html b/Documentation/html/search/properties_0.html
new file mode 100644
index 0000000..e1b4f60
--- /dev/null
+++ b/Documentation/html/search/properties_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_0.js b/Documentation/html/search/properties_0.js
new file mode 100644
index 0000000..8066ea2
--- /dev/null
+++ b/Documentation/html/search/properties_0.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['carte_0',['Carte',['../class_wpf_app1_1_1user_control_acceuil.html#a3510a7d97dc26dc1d2ec62c319e89294',1,'WpfApp1::userControlAcceuil']]],
+ ['contenu_1',['Contenu',['../class_wpf_app1_1_1_user_control_boite.html#af3a713cfa55c1dd0ad9531331f6b1149',1,'WpfApp1::UserControlBoite']]]
+];
diff --git a/Documentation/html/search/properties_1.html b/Documentation/html/search/properties_1.html
new file mode 100644
index 0000000..dab619c
--- /dev/null
+++ b/Documentation/html/search/properties_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_1.js b/Documentation/html/search/properties_1.js
new file mode 100644
index 0000000..2d57615
--- /dev/null
+++ b/Documentation/html/search/properties_1.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['dated_0',['DateD',['../class_mod_xC3_xA8le_1_1_expert.html#a04c1b16402842212b97193bc6510985a',1,'Modèle::Expert']]],
+ ['description_1',['Description',['../class_mod_xC3_xA8le_1_1_requin.html#aa32851f8f290082f4dfe8f605e5c33b0',1,'Modèle::Requin']]]
+];
diff --git a/Documentation/html/search/properties_2.html b/Documentation/html/search/properties_2.html
new file mode 100644
index 0000000..4492167
--- /dev/null
+++ b/Documentation/html/search/properties_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_2.js b/Documentation/html/search/properties_2.js
new file mode 100644
index 0000000..a6ab2bd
--- /dev/null
+++ b/Documentation/html/search/properties_2.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['email_0',['Email',['../class_mod_xC3_xA8le_1_1_personne.html#a19cc937200de25c5010547b4c62f5376',1,'Modèle::Personne']]],
+ ['experts_1',['Experts',['../class_business_1_1_manager_users.html#a9d327548d94b344166b5dde21c6008b7',1,'Business.ManagerUsers.Experts()'],['../class_persistance_1_1_data_to_persist_users.html#a12b1fa3fb4f8643c2263ecc3fe72757d',1,'Persistance.DataToPersistUsers.Experts()']]]
+];
diff --git a/Documentation/html/search/properties_3.html b/Documentation/html/search/properties_3.html
new file mode 100644
index 0000000..2d5a4bb
--- /dev/null
+++ b/Documentation/html/search/properties_3.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_3.js b/Documentation/html/search/properties_3.js
new file mode 100644
index 0000000..a3840f6
--- /dev/null
+++ b/Documentation/html/search/properties_3.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['funfact_0',['FunFact',['../class_mod_xC3_xA8le_1_1_requin.html#a273bd45fd133cc537a66286bc77b5251',1,'Modèle::Requin']]],
+ ['funfacts_1',['FunFacts',['../class_business_1_1_manager.html#ad298c30b2b3b3d757048203e57b72501',1,'Business::Manager']]]
+];
diff --git a/Documentation/html/search/properties_4.html b/Documentation/html/search/properties_4.html
new file mode 100644
index 0000000..cc95ce5
--- /dev/null
+++ b/Documentation/html/search/properties_4.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_4.js b/Documentation/html/search/properties_4.js
new file mode 100644
index 0000000..88fc2a6
--- /dev/null
+++ b/Documentation/html/search/properties_4.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['heightimage_0',['heightImage',['../class_wpf_app1_1_1_user_control_position.html#a6f019ef95c463c8bf64f4c6e0d4cfb1f',1,'WpfApp1::UserControlPosition']]]
+];
diff --git a/Documentation/html/search/properties_5.html b/Documentation/html/search/properties_5.html
new file mode 100644
index 0000000..94489a0
--- /dev/null
+++ b/Documentation/html/search/properties_5.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_5.js b/Documentation/html/search/properties_5.js
new file mode 100644
index 0000000..c931e2c
--- /dev/null
+++ b/Documentation/html/search/properties_5.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['lattitudedeb_0',['LattitudeDeb',['../class_mod_xC3_xA8le_1_1_position.html#a56f75f04f4fdb659d40a21d212dbb890',1,'Modèle::Position']]],
+ ['lattitudefin_1',['LattitudeFin',['../class_mod_xC3_xA8le_1_1_position.html#a3a4b21f0b735a699abd73af73a105745',1,'Modèle::Position']]],
+ ['lemanager_2',['LeManager',['../class_wpf_app1_1_1_app.html#a89ddd5933c29bd9c48b64bb90a590d8f',1,'WpfApp1::App']]],
+ ['lemanagerusers_3',['LeManagerUsers',['../class_wpf_app1_1_1_app.html#a3db13b16de5761bab287722084398370',1,'WpfApp1::App']]],
+ ['longitudedeb_4',['LongitudeDeb',['../class_mod_xC3_xA8le_1_1_position.html#a87bebbe5eff18e54548f5705e3cd305f',1,'Modèle::Position']]],
+ ['longitudefin_5',['LongitudeFin',['../class_mod_xC3_xA8le_1_1_position.html#a30378a66c23363565272eb9f5de3bbe5',1,'Modèle::Position']]]
+];
diff --git a/Documentation/html/search/properties_6.html b/Documentation/html/search/properties_6.html
new file mode 100644
index 0000000..b9c2bc7
--- /dev/null
+++ b/Documentation/html/search/properties_6.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_6.js b/Documentation/html/search/properties_6.js
new file mode 100644
index 0000000..b863344
--- /dev/null
+++ b/Documentation/html/search/properties_6.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['message_0',['Message',['../class_wpf_app1_1_1_user_control_boite.html#abe13fbcaea1f6282163ce45c68c94726',1,'WpfApp1::UserControlBoite']]],
+ ['mgr_1',['Mgr',['../class_wpf_app1_1_1_add_a_shark.html#ac641810df5b0d43d6212e42ff3b6109a',1,'WpfApp1.AddAShark.Mgr()'],['../class_wpf_app1_1_1_description_add.html#ac530a1440f85fe41918a856a2ef24df7',1,'WpfApp1.DescriptionAdd.Mgr()'],['../class_wpf_app1_1_1_description_edit.html#ae6f6e48d13da0bf9a901a6655204334a',1,'WpfApp1.DescriptionEdit.Mgr()'],['../class_wpf_app1_1_1_main_window.html#a32e837bada5339e6806dfac161414fe2',1,'WpfApp1.MainWindow.Mgr()'],['../class_wpf_app1_1_1user_control_description.html#a641986f5104abd6543ab5939582e5b06',1,'WpfApp1.userControlDescription.Mgr()'],['../class_wpf_app1_1_1_user_control_edit.html#a5988655cd2315a4843c1b96c2741cb9e',1,'WpfApp1.UserControlEdit.Mgr()'],['../class_wpf_app1_1_1_user_control_requin.html#af328559c3a466fec980ce1033298769e',1,'WpfApp1.UserControlRequin.Mgr()'],['../class_wpf_app1_1_1_valider_submit.html#acfd6dee084d9dbfab010392c58094824',1,'WpfApp1.ValiderSubmit.Mgr()']]],
+ ['mgruser_2',['MgrUser',['../class_wpf_app1_1_1_add_a_shark.html#ad39bc9a510d23c77e34a52fa2ad86e47',1,'WpfApp1.AddAShark.MgrUser()'],['../class_wpf_app1_1_1_changer_mot_de_passe.html#acbbb10807f5ab5fa300096050e2983f4',1,'WpfApp1.ChangerMotDePasse.MgrUser()'],['../class_wpf_app1_1_1_creer_compte.html#aa687d7f89ff3553c72da868514bfcaf8',1,'WpfApp1.CreerCompte.MgrUser()'],['../class_wpf_app1_1_1_info_utilisateur.html#a4768bf67d5a7deed17ce5f411c4604e0',1,'WpfApp1.InfoUtilisateur.MgrUser()'],['../class_wpf_app1_1_1_main_window.html#ae68e333d46eac6d312923332ad9dc3e2',1,'WpfApp1.MainWindow.MgrUser()'],['../class_wpf_app1_1_1_se_connecter.html#aa948f8220842e8ad7bac136f88a5514d',1,'WpfApp1.SeConnecter.MgrUser()'],['../class_wpf_app1_1_1user_control_acceuil.html#a973b254776c52f239a3968ed28b4735d',1,'WpfApp1.userControlAcceuil.MgrUser()'],['../class_wpf_app1_1_1user_control_description.html#a36b523e7be4f5450fd9fc9439cf12490',1,'WpfApp1.userControlDescription.MgrUser()'],['../class_wpf_app1_1_1_user_control_edit.html#ad6df6a5e727cb4b0349d0e12a6d5252a',1,'WpfApp1.UserControlEdit.MgrUser()']]],
+ ['motdepasse_3',['MotDePasse',['../class_mod_xC3_xA8le_1_1_personne.html#ac5d3c32034c4625ffa3f79a1bf47b5d9',1,'Modèle::Personne']]]
+];
diff --git a/Documentation/html/search/properties_7.html b/Documentation/html/search/properties_7.html
new file mode 100644
index 0000000..a3c71c9
--- /dev/null
+++ b/Documentation/html/search/properties_7.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_7.js b/Documentation/html/search/properties_7.js
new file mode 100644
index 0000000..e9c1bc6
--- /dev/null
+++ b/Documentation/html/search/properties_7.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['nbsubmit_0',['NbSubmit',['../class_mod_xC3_xA8le_1_1_utilisateur.html#a902432b34b6a2c436eabc9ea0141497b',1,'Modèle::Utilisateur']]],
+ ['nom_1',['Nom',['../class_mod_xC3_xA8le_1_1_requin.html#abadc6daad5c102693d967d8022018ccc',1,'Modèle::Requin']]],
+ ['nomsci_2',['NomSci',['../class_mod_xC3_xA8le_1_1_requin.html#a8e7f6d471f89a4a83166eba89770c1ec',1,'Modèle::Requin']]]
+];
diff --git a/Documentation/html/search/properties_8.html b/Documentation/html/search/properties_8.html
new file mode 100644
index 0000000..5bd633f
--- /dev/null
+++ b/Documentation/html/search/properties_8.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_8.js b/Documentation/html/search/properties_8.js
new file mode 100644
index 0000000..28de3db
--- /dev/null
+++ b/Documentation/html/search/properties_8.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['pers_0',['pers',['../class_wpf_app1_1_1_info_utilisateur.html#a5b53e9f93c3043c43c13affce2ef1b65',1,'WpfApp1::InfoUtilisateur']]],
+ ['pers_1',['Pers',['../class_business_1_1_manager.html#a33844f5e58aa2421793691269c7885b4',1,'Business.Manager.Pers()'],['../class_business_1_1_manager_users.html#aba1e18da718099a2e8a6ef09e95a8f99',1,'Business.ManagerUsers.Pers()']]],
+ ['photo_2',['Photo',['../class_mod_xC3_xA8le_1_1_requin.html#af5e63fd73e963b3c5e27e057b9cc099c',1,'Modèle::Requin']]],
+ ['photocarte_3',['PhotoCarte',['../class_mod_xC3_xA8le_1_1_requin.html#a2817387dd836d22d263f1b3680249308',1,'Modèle::Requin']]],
+ ['position_4',['position',['../class_wpf_app1_1_1_user_control_position.html#adbff2bf98bc285b42754373ea0605217',1,'WpfApp1::UserControlPosition']]]
+];
diff --git a/Documentation/html/search/properties_9.html b/Documentation/html/search/properties_9.html
new file mode 100644
index 0000000..977e0ba
--- /dev/null
+++ b/Documentation/html/search/properties_9.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_9.js b/Documentation/html/search/properties_9.js
new file mode 100644
index 0000000..8492570
--- /dev/null
+++ b/Documentation/html/search/properties_9.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['repartition_0',['Repartition',['../class_mod_xC3_xA8le_1_1_requin.html#a4a82dc6014e55fe9455432f7812b5163',1,'Modèle::Requin']]],
+ ['requin_1',['Requin',['../class_wpf_app1_1_1_edit_we_go_event_args.html#a65246f21bebf27dca6c1d2933f9f64b6',1,'WpfApp1.EditWeGoEventArgs.Requin()'],['../class_wpf_app1_1_1_desc_we_go_event_args.html#aa30615a71ba949f99cb06aa00b9db661',1,'WpfApp1.DescWeGoEventArgs.Requin()'],['../class_wpf_app1_1_1_description_we_go_event_args.html#acfe33564b8c6f63e037604001aaf76ee',1,'WpfApp1.DescriptionWeGoEventArgs.Requin()']]],
+ ['requin_2',['requin',['../class_wpf_app1_1_1_description_add.html#a099ef10f9ee1f6f68a427a75382dfc60',1,'WpfApp1.DescriptionAdd.requin()'],['../class_wpf_app1_1_1_description_edit.html#a4389606d00704cf3437c979f6ae68655',1,'WpfApp1.DescriptionEdit.requin()'],['../class_wpf_app1_1_1user_control_description.html#a9e08645ce71dcbef28d126f57b19c9a3',1,'WpfApp1.userControlDescription.requin()'],['../class_wpf_app1_1_1_user_control_edit.html#a85fc1e3b1a321396baf57b6a062f09fd',1,'WpfApp1.UserControlEdit.requin()'],['../class_wpf_app1_1_1_user_control_requin.html#ad816d9c4294475fd7f4211d4b52261c6',1,'WpfApp1.UserControlRequin.requin()']]],
+ ['requinold_3',['requinOld',['../class_wpf_app1_1_1_description_edit.html#a8e67ec43b3de99fe724424ac04e2bef8',1,'WpfApp1::DescriptionEdit']]],
+ ['requins_4',['Requins',['../class_business_1_1_manager.html#a08915f2ee2501eec82559a3f55c06420',1,'Business.Manager.Requins()'],['../class_persistance_1_1_data_to_persist_req.html#a935219d408d1974714adf204e6726a21',1,'Persistance.DataToPersistReq.Requins()']]],
+ ['requinsadd_5',['RequinsAdd',['../class_business_1_1_manager.html#a8724994f1e9c5664880dda26ce39075d',1,'Business.Manager.RequinsAdd()'],['../class_persistance_1_1_data_to_persist_req.html#a18b9fd3e733b7edcab690526efde4d84',1,'Persistance.DataToPersistReq.RequinsAdd()']]],
+ ['requinsedit_6',['RequinsEdit',['../class_business_1_1_manager.html#acbd5284b3e160a86effe5266bb7b6bdb',1,'Business.Manager.RequinsEdit()'],['../class_persistance_1_1_data_to_persist_req.html#a46e457ee4f3c3e71e2676c21daba6760',1,'Persistance.DataToPersistReq.RequinsEdit()']]]
+];
diff --git a/Documentation/html/search/properties_a.html b/Documentation/html/search/properties_a.html
new file mode 100644
index 0000000..dcd2418
--- /dev/null
+++ b/Documentation/html/search/properties_a.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_a.js b/Documentation/html/search/properties_a.js
new file mode 100644
index 0000000..f659890
--- /dev/null
+++ b/Documentation/html/search/properties_a.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['selectedrequin_0',['SelectedRequin',['../class_business_1_1_manager.html#a7784a480131be12cbaddb0e1036f9c4a',1,'Business::Manager']]],
+ ['selecteduser_1',['SelectedUser',['../class_business_1_1_manager_users.html#ae1e700b5142cad3cc7535eac3ab6d663',1,'Business::ManagerUsers']]],
+ ['settings_2',['settings',['../class_persistance_1_1_data_contract_persistance.html#af2a9fa084f0a053272f8055a958efd98',1,'Persistance::DataContractPersistance']]],
+ ['statutcons_3',['StatutCons',['../class_mod_xC3_xA8le_1_1_requin.html#ac21c05ca9bfd8b7fb6acd425fb67c90a',1,'Modèle::Requin']]],
+ ['strat_4',['strat',['../class_wpf_app1_1_1_app.html#a0da947f521437da1157482cb3c71b62b',1,'WpfApp1::App']]],
+ ['stubtruc_5',['stubtruc',['../class_wpf_app1_1_1_app.html#a00a09447acec821adb289a176247808b',1,'WpfApp1::App']]],
+ ['surnom_6',['Surnom',['../class_mod_xC3_xA8le_1_1_expert.html#acb00553dcd487b2e1e6e3979a1c0c41e',1,'Modèle::Expert']]]
+];
diff --git a/Documentation/html/search/properties_b.html b/Documentation/html/search/properties_b.html
new file mode 100644
index 0000000..324d797
--- /dev/null
+++ b/Documentation/html/search/properties_b.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_b.js b/Documentation/html/search/properties_b.js
new file mode 100644
index 0000000..24cccf4
--- /dev/null
+++ b/Documentation/html/search/properties_b.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['users_0',['Users',['../class_persistance_1_1_data_to_persist_users.html#ae0d2f6aed04e5b19b2b291446222abc4',1,'Persistance::DataToPersistUsers']]],
+ ['utilisateurs_1',['Utilisateurs',['../class_business_1_1_manager_users.html#af57f9be88ba003a99d994066436664a4',1,'Business::ManagerUsers']]]
+];
diff --git a/Documentation/html/search/properties_c.html b/Documentation/html/search/properties_c.html
new file mode 100644
index 0000000..63f0b6f
--- /dev/null
+++ b/Documentation/html/search/properties_c.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_c.js b/Documentation/html/search/properties_c.js
new file mode 100644
index 0000000..ef6e3ea
--- /dev/null
+++ b/Documentation/html/search/properties_c.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['video_0',['Video',['../class_mod_xC3_xA8le_1_1_requin.html#a177717e4317ff3b2c74d54ddc2afd35a',1,'Modèle::Requin']]]
+];
diff --git a/Documentation/html/search/properties_d.html b/Documentation/html/search/properties_d.html
new file mode 100644
index 0000000..74514b3
--- /dev/null
+++ b/Documentation/html/search/properties_d.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_d.js b/Documentation/html/search/properties_d.js
new file mode 100644
index 0000000..2b6e0df
--- /dev/null
+++ b/Documentation/html/search/properties_d.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['widthimage_0',['widthImage',['../class_wpf_app1_1_1_user_control_position.html#ab2eb07c087627079c55b8621326011bb',1,'WpfApp1::UserControlPosition']]]
+];
diff --git a/Documentation/html/search/properties_e.html b/Documentation/html/search/properties_e.html
new file mode 100644
index 0000000..43c9ddd
--- /dev/null
+++ b/Documentation/html/search/properties_e.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/properties_e.js b/Documentation/html/search/properties_e.js
new file mode 100644
index 0000000..5a5cc18
--- /dev/null
+++ b/Documentation/html/search/properties_e.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['zone_0',['Zone',['../class_wpf_app1_1_1_accueil_we_change_event_args.html#ab756207562709d337076530347451bf9',1,'WpfApp1.AccueilWeChangeEventArgs.Zone()'],['../class_wpf_app1_1_1_accueil_we_go_event_args.html#ac1117c5893c5926b08b472e04178e4ed',1,'WpfApp1.AccueilWeGoEventArgs.Zone()']]],
+ ['zone_1',['zone',['../class_wpf_app1_1_1user_control_acceuil.html#a72d2729e260d7c5925cabab1f454bcf5',1,'WpfApp1.userControlAcceuil.zone()'],['../class_wpf_app1_1_1user_control_description.html#ab608c4518bdac03865dc6d3c520842f9',1,'WpfApp1.userControlDescription.zone()']]]
+];
diff --git a/Documentation/html/search/search.css b/Documentation/html/search/search.css
new file mode 100644
index 0000000..648a792
--- /dev/null
+++ b/Documentation/html/search/search.css
@@ -0,0 +1,263 @@
+/*---------------- Search Box */
+
+#MSearchBox {
+ white-space : nowrap;
+ background: white;
+ border-radius: 0.65em;
+ box-shadow: inset 0.5px 0.5px 3px 0px #555;
+ z-index: 102;
+}
+
+#MSearchBox .left {
+ display: inline-block;
+ vertical-align: middle;
+ height: 1.4em;
+}
+
+#MSearchSelect {
+ display: inline-block;
+ vertical-align: middle;
+ height: 19px;
+ padding: 0 0 0 0.3em;
+ margin: 0;
+}
+
+#MSearchField {
+ display: inline-block;
+ vertical-align: middle;
+ width: 7.5em;
+ height: 19px;
+ margin: 0 0.15em;
+ padding: 0;
+ line-height: 1em;
+ border:none;
+ color: #909090;
+ outline: none;
+ font-family: Arial, Verdana, sans-serif;
+ -webkit-border-radius: 0px;
+ border-radius: 0px;
+ background: none;
+}
+
+@media(hover: none) {
+ /* to avoid zooming on iOS */
+ #MSearchField {
+ font-size: 16px;
+ }
+}
+
+#MSearchBox .right {
+ display: inline-block;
+ vertical-align: middle;
+ width: 1.4em;
+ height: 1.4em;
+}
+
+#MSearchClose {
+ display: none;
+ font-size: inherit;
+ background : none;
+ border: none;
+ margin: 0;
+ padding: 0;
+ outline: none;
+
+}
+
+#MSearchCloseImg {
+ height: 1.4em;
+ padding: 0.3em;
+ margin: 0;
+}
+
+.MSearchBoxActive #MSearchField {
+ color: #000000;
+}
+
+#main-menu > li:last-child {
+ /* This object is the parent of the search bar */
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 36px;
+ margin-right: 1em;
+}
+
+/*---------------- Search filter selection */
+
+#MSearchSelectWindow {
+ display: none;
+ position: absolute;
+ left: 0; top: 0;
+ border: 1px solid #90A5CE;
+ background-color: #F9FAFC;
+ z-index: 10001;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+.SelectItem {
+ font: 8pt Arial, Verdana, sans-serif;
+ padding-left: 2px;
+ padding-right: 12px;
+ border: 0px;
+}
+
+span.SelectionMark {
+ margin-right: 4px;
+ font-family: monospace;
+ outline-style: none;
+ text-decoration: none;
+}
+
+a.SelectItem {
+ display: block;
+ outline-style: none;
+ color: #000000;
+ text-decoration: none;
+ padding-left: 6px;
+ padding-right: 12px;
+}
+
+a.SelectItem:focus,
+a.SelectItem:active {
+ color: #000000;
+ outline-style: none;
+ text-decoration: none;
+}
+
+a.SelectItem:hover {
+ color: #FFFFFF;
+ background-color: #3D578C;
+ outline-style: none;
+ text-decoration: none;
+ cursor: pointer;
+ display: block;
+}
+
+/*---------------- Search results window */
+
+iframe#MSearchResults {
+ /*width: 60ex;*/
+ height: 15em;
+}
+
+#MSearchResultsWindow {
+ display: none;
+ position: absolute;
+ left: 0; top: 0;
+ border: 1px solid #000;
+ background-color: #EEF1F7;
+ z-index:10000;
+}
+
+/* ----------------------------------- */
+
+
+#SRIndex {
+ clear:both;
+ padding-bottom: 15px;
+}
+
+.SREntry {
+ font-size: 10pt;
+ padding-left: 1ex;
+}
+
+.SRPage .SREntry {
+ font-size: 8pt;
+ padding: 1px 5px;
+}
+
+body.SRPage {
+ margin: 5px 2px;
+}
+
+.SRChildren {
+ padding-left: 3ex; padding-bottom: .5em
+}
+
+.SRPage .SRChildren {
+ display: none;
+}
+
+.SRSymbol {
+ font-weight: bold;
+ color: #425E97;
+ font-family: Arial, Verdana, sans-serif;
+ text-decoration: none;
+ outline: none;
+}
+
+a.SRScope {
+ display: block;
+ color: #425E97;
+ font-family: Arial, Verdana, sans-serif;
+ text-decoration: none;
+ outline: none;
+}
+
+a.SRSymbol:focus, a.SRSymbol:active,
+a.SRScope:focus, a.SRScope:active {
+ text-decoration: underline;
+}
+
+span.SRScope {
+ padding-left: 4px;
+ font-family: Arial, Verdana, sans-serif;
+}
+
+.SRPage .SRStatus {
+ padding: 2px 5px;
+ font-size: 8pt;
+ font-style: italic;
+ font-family: Arial, Verdana, sans-serif;
+}
+
+.SRResult {
+ display: none;
+}
+
+div.searchresults {
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+/*---------------- External search page results */
+
+.searchresult {
+ background-color: #F0F3F8;
+}
+
+.pages b {
+ color: white;
+ padding: 5px 5px 3px 5px;
+ background-image: url("../tab_a.png");
+ background-repeat: repeat-x;
+ text-shadow: 0 1px 1px #000000;
+}
+
+.pages {
+ line-height: 17px;
+ margin-left: 4px;
+ text-decoration: none;
+}
+
+.hl {
+ font-weight: bold;
+}
+
+#searchresults {
+ margin-bottom: 20px;
+}
+
+.searchpages {
+ margin-top: 10px;
+}
+
diff --git a/Documentation/html/search/search.js b/Documentation/html/search/search.js
new file mode 100644
index 0000000..607f4e1
--- /dev/null
+++ b/Documentation/html/search/search.js
@@ -0,0 +1,802 @@
+/*
+ @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 convertToId(search)
+{
+ var result = '';
+ for (i=0;i do a search
+ {
+ this.Search();
+ }
+ }
+
+ this.OnSearchSelectKey = function(evt)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==40 && this.searchIndex0) // Up
+ {
+ this.searchIndex--;
+ this.OnSelectItem(this.searchIndex);
+ }
+ else if (e.keyCode==13 || e.keyCode==27)
+ {
+ this.OnSelectItem(this.searchIndex);
+ this.CloseSelectionWindow();
+ this.DOMSearchField().focus();
+ }
+ return false;
+ }
+
+ // --------- Actions
+
+ // Closes the results window.
+ this.CloseResultsWindow = function()
+ {
+ this.DOMPopupSearchResultsWindow().style.display = 'none';
+ this.DOMSearchClose().style.display = 'none';
+ this.Activate(false);
+ }
+
+ this.CloseSelectionWindow = function()
+ {
+ this.DOMSearchSelectWindow().style.display = 'none';
+ }
+
+ // Performs a search.
+ this.Search = function()
+ {
+ this.keyTimeout = 0;
+
+ // strip leading whitespace
+ var searchValue = this.DOMSearchField().value.replace(/^ +/, "");
+
+ var code = searchValue.toLowerCase().charCodeAt(0);
+ var idxChar = searchValue.substr(0, 1).toLowerCase();
+ if ( 0xD800 <= code && code <= 0xDBFF && searchValue > 1) // surrogate pair
+ {
+ idxChar = searchValue.substr(0, 2);
+ }
+
+ var resultsPage;
+ var resultsPageWithSearch;
+ var hasResultsPage;
+
+ var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
+ if (idx!=-1)
+ {
+ var hexCode=idx.toString(16);
+ resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + this.extension;
+ resultsPageWithSearch = resultsPage+'?'+escape(searchValue);
+ hasResultsPage = true;
+ }
+ else // nothing available for this search term
+ {
+ resultsPage = this.resultsPath + '/nomatches' + this.extension;
+ resultsPageWithSearch = resultsPage;
+ hasResultsPage = false;
+ }
+
+ window.frames.MSearchResults.location = resultsPageWithSearch;
+ var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow();
+
+ if (domPopupSearchResultsWindow.style.display!='block')
+ {
+ var domSearchBox = this.DOMSearchBox();
+ this.DOMSearchClose().style.display = 'inline-block';
+ var domPopupSearchResults = this.DOMPopupSearchResults();
+ var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
+ var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;
+ domPopupSearchResultsWindow.style.display = 'block';
+ left -= domPopupSearchResults.offsetWidth;
+ var maxWidth = document.body.clientWidth;
+ var width = 400;
+ if (left<10) left=10;
+ if (width+left+8>maxWidth) width=maxWidth-left-8;
+ domPopupSearchResultsWindow.style.top = top + 'px';
+ domPopupSearchResultsWindow.style.left = left + 'px';
+ domPopupSearchResultsWindow.style.width = width + 'px';
+ }
+
+ this.lastSearchValue = searchValue;
+ this.lastResultsPage = resultsPage;
+ }
+
+ // -------- Activation Functions
+
+ // Activates or deactivates the search panel, resetting things to
+ // their default values if necessary.
+ this.Activate = function(isActive)
+ {
+ if (isActive || // open it
+ this.DOMPopupSearchResultsWindow().style.display == 'block'
+ )
+ {
+ this.DOMSearchBox().className = 'MSearchBoxActive';
+
+ var searchField = this.DOMSearchField();
+
+ if (searchField.value == this.searchLabel) // clear "Search" term upon entry
+ {
+ searchField.value = '';
+ this.searchActive = true;
+ }
+ }
+ else if (!isActive) // directly remove the panel
+ {
+ this.DOMSearchBox().className = 'MSearchBoxInactive';
+ this.DOMSearchField().value = this.searchLabel;
+ this.searchActive = false;
+ this.lastSearchValue = ''
+ this.lastResultsPage = '';
+ }
+ }
+}
+
+// -----------------------------------------------------------------------
+
+// The class that handles everything on the search results page.
+function SearchResults(name)
+{
+ // The number of matches from the last run of .
+ this.lastMatchCount = 0;
+ this.lastKey = 0;
+ this.repeatOn = false;
+
+ // Toggles the visibility of the passed element ID.
+ this.FindChildElement = function(id)
+ {
+ var parentElement = document.getElementById(id);
+ var element = parentElement.firstChild;
+
+ while (element && element!=parentElement)
+ {
+ if (element.nodeName.toLowerCase() == 'div' && element.className == 'SRChildren')
+ {
+ return element;
+ }
+
+ if (element.nodeName.toLowerCase() == 'div' && element.hasChildNodes())
+ {
+ element = element.firstChild;
+ }
+ else if (element.nextSibling)
+ {
+ element = element.nextSibling;
+ }
+ else
+ {
+ do
+ {
+ element = element.parentNode;
+ }
+ while (element && element!=parentElement && !element.nextSibling);
+
+ if (element && element!=parentElement)
+ {
+ element = element.nextSibling;
+ }
+ }
+ }
+ }
+
+ this.Toggle = function(id)
+ {
+ var element = this.FindChildElement(id);
+ if (element)
+ {
+ if (element.style.display == 'block')
+ {
+ element.style.display = 'none';
+ }
+ else
+ {
+ element.style.display = 'block';
+ }
+ }
+ }
+
+ // Searches for the passed string. If there is no parameter,
+ // it takes it from the URL query.
+ //
+ // Always returns true, since other documents may try to call it
+ // and that may or may not be possible.
+ this.Search = function(search)
+ {
+ if (!search) // get search word from URL
+ {
+ search = window.location.search;
+ search = search.substring(1); // Remove the leading '?'
+ search = unescape(search);
+ }
+
+ search = search.replace(/^ +/, ""); // strip leading spaces
+ search = search.replace(/ +$/, ""); // strip trailing spaces
+ search = search.toLowerCase();
+ search = convertToId(search);
+
+ var resultRows = document.getElementsByTagName("div");
+ var matches = 0;
+
+ var i = 0;
+ while (i < resultRows.length)
+ {
+ var row = resultRows.item(i);
+ if (row.className == "SRResult")
+ {
+ var rowMatchName = row.id.toLowerCase();
+ rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_'
+
+ if (search.length<=rowMatchName.length &&
+ rowMatchName.substr(0, search.length)==search)
+ {
+ row.style.display = 'block';
+ matches++;
+ }
+ else
+ {
+ row.style.display = 'none';
+ }
+ }
+ i++;
+ }
+ document.getElementById("Searching").style.display='none';
+ if (matches == 0) // no results
+ {
+ document.getElementById("NoMatches").style.display='block';
+ }
+ else // at least one result
+ {
+ document.getElementById("NoMatches").style.display='none';
+ }
+ this.lastMatchCount = matches;
+ return true;
+ }
+
+ // return the first item with index index or higher that is visible
+ this.NavNext = function(index)
+ {
+ var focusItem;
+ while (1)
+ {
+ var focusName = 'Item'+index;
+ focusItem = document.getElementById(focusName);
+ if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
+ {
+ break;
+ }
+ else if (!focusItem) // last element
+ {
+ break;
+ }
+ focusItem=null;
+ index++;
+ }
+ return focusItem;
+ }
+
+ this.NavPrev = function(index)
+ {
+ var focusItem;
+ while (1)
+ {
+ var focusName = 'Item'+index;
+ focusItem = document.getElementById(focusName);
+ if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
+ {
+ break;
+ }
+ else if (!focusItem) // last element
+ {
+ break;
+ }
+ focusItem=null;
+ index--;
+ }
+ return focusItem;
+ }
+
+ this.ProcessKeys = function(e)
+ {
+ if (e.type == "keydown")
+ {
+ this.repeatOn = false;
+ this.lastKey = e.keyCode;
+ }
+ else if (e.type == "keypress")
+ {
+ if (!this.repeatOn)
+ {
+ if (this.lastKey) this.repeatOn = true;
+ return false; // ignore first keypress after keydown
+ }
+ }
+ else if (e.type == "keyup")
+ {
+ this.lastKey = 0;
+ this.repeatOn = false;
+ }
+ return this.lastKey!=0;
+ }
+
+ this.Nav = function(evt,itemIndex)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==13) return true;
+ if (!this.ProcessKeys(e)) return false;
+
+ if (this.lastKey==38) // Up
+ {
+ var newIndex = itemIndex-1;
+ var focusItem = this.NavPrev(newIndex);
+ if (focusItem)
+ {
+ var child = this.FindChildElement(focusItem.parentNode.parentNode.id);
+ if (child && child.style.display == 'block') // children visible
+ {
+ var n=0;
+ var tmpElem;
+ while (1) // search for last child
+ {
+ tmpElem = document.getElementById('Item'+newIndex+'_c'+n);
+ if (tmpElem)
+ {
+ focusItem = tmpElem;
+ }
+ else // found it!
+ {
+ break;
+ }
+ n++;
+ }
+ }
+ }
+ if (focusItem)
+ {
+ focusItem.focus();
+ }
+ else // return focus to search field
+ {
+ parent.document.getElementById("MSearchField").focus();
+ }
+ }
+ else if (this.lastKey==40) // Down
+ {
+ var newIndex = itemIndex+1;
+ var focusItem;
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem && elem.style.display == 'block') // children visible
+ {
+ focusItem = document.getElementById('Item'+itemIndex+'_c0');
+ }
+ if (!focusItem) focusItem = this.NavNext(newIndex);
+ if (focusItem) focusItem.focus();
+ }
+ else if (this.lastKey==39) // Right
+ {
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem) elem.style.display = 'block';
+ }
+ else if (this.lastKey==37) // Left
+ {
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem) elem.style.display = 'none';
+ }
+ else if (this.lastKey==27) // Escape
+ {
+ parent.searchBox.CloseResultsWindow();
+ parent.document.getElementById("MSearchField").focus();
+ }
+ else if (this.lastKey==13) // Enter
+ {
+ return true;
+ }
+ return false;
+ }
+
+ this.NavChild = function(evt,itemIndex,childIndex)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==13) return true;
+ if (!this.ProcessKeys(e)) return false;
+
+ if (this.lastKey==38) // Up
+ {
+ if (childIndex>0)
+ {
+ var newIndex = childIndex-1;
+ document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
+ }
+ else // already at first child, jump to parent
+ {
+ document.getElementById('Item'+itemIndex).focus();
+ }
+ }
+ else if (this.lastKey==40) // Down
+ {
+ var newIndex = childIndex+1;
+ var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
+ if (!elem) // last child, jump to parent next parent
+ {
+ elem = this.NavNext(itemIndex+1);
+ }
+ if (elem)
+ {
+ elem.focus();
+ }
+ }
+ else if (this.lastKey==27) // Escape
+ {
+ parent.searchBox.CloseResultsWindow();
+ parent.document.getElementById("MSearchField").focus();
+ }
+ else if (this.lastKey==13) // Enter
+ {
+ return true;
+ }
+ return false;
+ }
+}
+
+function setKeyActions(elem,action)
+{
+ elem.setAttribute('onkeydown',action);
+ elem.setAttribute('onkeypress',action);
+ elem.setAttribute('onkeyup',action);
+}
+
+function setClassAttr(elem,attr)
+{
+ elem.setAttribute('class',attr);
+ elem.setAttribute('className',attr);
+}
+
+function createResults()
+{
+ var results = document.getElementById("SRResults");
+ for (var e=0; e
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/variables_0.js b/Documentation/html/search/variables_0.js
new file mode 100644
index 0000000..e88f449
--- /dev/null
+++ b/Documentation/html/search/variables_0.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['achanger_0',['aChanger',['../class_wpf_app1_1_1_main_window.html#a6c7bedda088ed390c4dd1467f077fc7e',1,'WpfApp1::MainWindow']]]
+];
diff --git a/Documentation/html/search/variables_1.html b/Documentation/html/search/variables_1.html
new file mode 100644
index 0000000..5f8e440
--- /dev/null
+++ b/Documentation/html/search/variables_1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/variables_1.js b/Documentation/html/search/variables_1.js
new file mode 100644
index 0000000..36c0efc
--- /dev/null
+++ b/Documentation/html/search/variables_1.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['cmp_0',['cmp',['../class_wpf_app1_1_1user_control_description.html#a69e4cf762dc81be6e27c31ac9552cc97',1,'WpfApp1::userControlDescription']]]
+];
diff --git a/Documentation/html/search/variables_2.html b/Documentation/html/search/variables_2.html
new file mode 100644
index 0000000..77a7f48
--- /dev/null
+++ b/Documentation/html/search/variables_2.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/variables_2.js b/Documentation/html/search/variables_2.js
new file mode 100644
index 0000000..24cfd9a
--- /dev/null
+++ b/Documentation/html/search/variables_2.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['list_3c_20requin_20_3e_0',['List< Requin >',['../class_persistance_1_1_data_contract_persistance.html#aafe195422dac249240747d01bc6f7467',1,'Persistance::DataContractPersistance']]],
+ ['list_3c_20utilisateur_20_3e_1',['List< Utilisateur >',['../class_persistance_1_1_data_contract_persistance.html#ad898810662d6d73683139932be33b671',1,'Persistance::DataContractPersistance']]]
+];
diff --git a/Documentation/html/search/variables_3.html b/Documentation/html/search/variables_3.html
new file mode 100644
index 0000000..3ee62ba
--- /dev/null
+++ b/Documentation/html/search/variables_3.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/variables_3.js b/Documentation/html/search/variables_3.js
new file mode 100644
index 0000000..49265b3
--- /dev/null
+++ b/Documentation/html/search/variables_3.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['reqs_0',['reqs',['../interface_persistance_1_1_i_persistance_manager.html#a57fc698889b204d2a9db985f267f5c37',1,'Persistance.IPersistanceManager.reqs()'],['../class_stub_lib_1_1_stub.html#ab59cec383eeb3eb7e2a555d35528c914',1,'StubLib.Stub.reqs()']]]
+];
diff --git a/Documentation/html/search/variables_4.html b/Documentation/html/search/variables_4.html
new file mode 100644
index 0000000..640713f
--- /dev/null
+++ b/Documentation/html/search/variables_4.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/variables_4.js b/Documentation/html/search/variables_4.js
new file mode 100644
index 0000000..f7764dc
--- /dev/null
+++ b/Documentation/html/search/variables_4.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['type_0',['type',['../class_wpf_app1_1_1_user_control_requin.html#a18c1478f86ce348de7b883fbcb9155e0',1,'WpfApp1::UserControlRequin']]]
+];
diff --git a/Documentation/html/search/variables_5.html b/Documentation/html/search/variables_5.html
new file mode 100644
index 0000000..7b2ba97
--- /dev/null
+++ b/Documentation/html/search/variables_5.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/Documentation/html/search/variables_5.js b/Documentation/html/search/variables_5.js
new file mode 100644
index 0000000..b281a5a
--- /dev/null
+++ b/Documentation/html/search/variables_5.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['users_0',['users',['../interface_persistance_1_1_i_persistance_manager.html#a01f6c58655a10ec798ec0c0dadabdc1a',1,'Persistance.IPersistanceManager.users()'],['../class_stub_lib_1_1_stub.html#aef42c935a31108a8d4f6b69c72d0fee8',1,'StubLib.Stub.users()']]]
+];
diff --git a/Documentation/html/splitbar.png b/Documentation/html/splitbar.png
new file mode 100644
index 0000000..fe895f2
Binary files /dev/null and b/Documentation/html/splitbar.png differ
diff --git a/Documentation/html/sync_off.png b/Documentation/html/sync_off.png
new file mode 100644
index 0000000..3b443fc
Binary files /dev/null and b/Documentation/html/sync_off.png differ
diff --git a/Documentation/html/sync_on.png b/Documentation/html/sync_on.png
new file mode 100644
index 0000000..e08320f
Binary files /dev/null and b/Documentation/html/sync_on.png differ
diff --git a/Documentation/html/tab_a.png b/Documentation/html/tab_a.png
new file mode 100644
index 0000000..3b725c4
Binary files /dev/null and b/Documentation/html/tab_a.png differ
diff --git a/Documentation/html/tab_b.png b/Documentation/html/tab_b.png
new file mode 100644
index 0000000..e2b4a86
Binary files /dev/null and b/Documentation/html/tab_b.png differ
diff --git a/Documentation/html/tab_h.png b/Documentation/html/tab_h.png
new file mode 100644
index 0000000..fd5cb70
Binary files /dev/null and b/Documentation/html/tab_h.png differ
diff --git a/Documentation/html/tab_s.png b/Documentation/html/tab_s.png
new file mode 100644
index 0000000..ab478c9
Binary files /dev/null and b/Documentation/html/tab_s.png differ
diff --git a/Documentation/html/tabs.css b/Documentation/html/tabs.css
new file mode 100644
index 0000000..00d1c60
--- /dev/null
+++ b/Documentation/html/tabs.css
@@ -0,0 +1 @@
+.sm{position:relative;z-index:9999}.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right}.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0}.sm ul{display:none}.sm li,.sm a{position:relative}.sm a{display:block}.sm a.disabled{cursor:not-allowed}.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.main-menu-btn{position:relative;display:inline-block;width:36px;height:36px;text-indent:36px;margin-left:8px;white-space:nowrap;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.main-menu-btn-icon,.main-menu-btn-icon:before,.main-menu-btn-icon:after{position:absolute;top:50%;left:2px;height:2px;width:24px;background:#666;-webkit-transition:all .25s;transition:all .25s}.main-menu-btn-icon:before{content:'';top:-7px;left:0}.main-menu-btn-icon:after{content:'';top:7px;left:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon{height:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#main-menu-state{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(1px,1px,1px,1px)}#main-menu-state:not(:checked) ~ #main-menu{display:none}#main-menu-state:checked ~ #main-menu{display:block}@media(min-width:768px){.main-menu-btn{position:absolute;top:-99999px}#main-menu-state:not(:checked) ~ #main-menu{display:block}}.sm-dox{background-image:url("tab_b.png")}.sm-dox a,.sm-dox a:focus,.sm-dox a:hover,.sm-dox a:active{padding:0 12px;padding-right:43px;font-family:"Lucida Grande","Geneva","Helvetica",Arial,sans-serif;font-size:13px;font-weight:bold;line-height:36px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,0.9);color:#283a5d;outline:0}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a.current{color:#d23600}.sm-dox a.disabled{color:#bbb}.sm-dox a span.sub-arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overflow:hidden;font:bold 12px/28px monospace !important;text-align:center;text-shadow:none;background:rgba(255,255,255,0.5);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox a span.sub-arrow:before{display:block;content:'+'}.sm-dox a.highlighted span.sub-arrow:before{display:block;content:'-'}.sm-dox>li:first-child>a,.sm-dox>li:first-child>:not(ul) a{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px;border-radius:5px 5px 0 0}.sm-dox>li:last-child>a,.sm-dox>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0;border-radius:0 0 5px 5px}.sm-dox>li:last-child>a.highlighted,.sm-dox>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox ul{background:rgba(162,162,162,0.1)}.sm-dox ul a,.sm-dox ul a:focus,.sm-dox ul a:hover,.sm-dox ul a:active{font-size:12px;border-left:8px solid transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul ul a,.sm-dox ul ul a:hover,.sm-dox ul ul a:focus,.sm-dox ul ul a:active{border-left:16px solid transparent}.sm-dox ul ul ul a,.sm-dox ul ul ul a:hover,.sm-dox ul ul ul a:focus,.sm-dox ul ul ul a:active{border-left:24px solid transparent}.sm-dox ul ul ul ul a,.sm-dox ul ul ul ul a:hover,.sm-dox ul ul ul ul a:focus,.sm-dox ul ul ul ul a:active{border-left:32px solid transparent}.sm-dox ul ul ul ul ul a,.sm-dox ul ul ul ul ul a:hover,.sm-dox ul ul ul ul ul a:focus,.sm-dox ul ul ul ul ul a:active{border-left:40px solid transparent}@media(min-width:768px){.sm-dox ul{position:absolute;width:12em}.sm-dox li{float:left}.sm-dox.sm-rtl li{float:right}.sm-dox ul li,.sm-dox.sm-rtl ul li,.sm-dox.sm-vertical li{float:none}.sm-dox a{white-space:nowrap}.sm-dox ul a,.sm-dox.sm-vertical a{white-space:normal}.sm-dox .sm-nowrap>li>a,.sm-dox .sm-nowrap>li>:not(ul) a{white-space:nowrap}.sm-dox{padding:0 10px;background-image:url("tab_b.png");line-height:36px}.sm-dox a span.sub-arrow{top:50%;margin-top:-2px;right:12px;width:0;height:0;border-width:4px;border-style:solid dashed dashed dashed;border-color:#283a5d transparent transparent transparent;background:transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox a,.sm-dox a:focus,.sm-dox a:active,.sm-dox a:hover,.sm-dox a.highlighted{padding:0 12px;background-image:url("tab_s.png");background-repeat:no-repeat;background-position:right;-moz-border-radius:0 !important;-webkit-border-radius:0;border-radius:0 !important}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a:hover span.sub-arrow{border-color:white transparent transparent transparent}.sm-dox a.has-submenu{padding-right:24px}.sm-dox li{border-top:0}.sm-dox>li>ul:before,.sm-dox>li>ul:after{content:'';position:absolute;top:-18px;left:30px;width:0;height:0;overflow:hidden;border-width:9px;border-style:dashed dashed solid dashed;border-color:transparent transparent #bbb transparent}.sm-dox>li>ul:after{top:-16px;left:31px;border-width:8px;border-color:transparent transparent #fff transparent}.sm-dox ul{border:1px solid #bbb;padding:5px 0;background:#fff;-moz-border-radius:5px !important;-webkit-border-radius:5px;border-radius:5px !important;-moz-box-shadow:0 5px 9px rgba(0,0,0,0.2);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.2);box-shadow:0 5px 9px rgba(0,0,0,0.2)}.sm-dox ul a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-color:transparent transparent transparent #555;border-style:dashed dashed dashed solid}.sm-dox ul a,.sm-dox ul a:hover,.sm-dox ul a:focus,.sm-dox ul a:active,.sm-dox ul a.highlighted{color:#555;background-image:none;border:0 !important;color:#555;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul a:hover span.sub-arrow{border-color:transparent transparent transparent white}.sm-dox span.scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:36px}.sm-dox span.scroll-up:hover,.sm-dox span.scroll-down:hover{background:#eee}.sm-dox span.scroll-up:hover span.scroll-up-arrow,.sm-dox span.scroll-up:hover span.scroll-down-arrow{border-color:transparent transparent #d23600 transparent}.sm-dox span.scroll-down:hover span.scroll-down-arrow{border-color:#d23600 transparent transparent transparent}.sm-dox span.scroll-up-arrow,.sm-dox span.scroll-down-arrow{position:absolute;top:0;left:50%;margin-left:-6px;width:0;height:0;overflow:hidden;border-width:6px;border-style:dashed dashed solid dashed;border-color:transparent transparent #555 transparent}.sm-dox span.scroll-down-arrow{top:8px;border-style:solid dashed dashed dashed;border-color:#555 transparent transparent transparent}.sm-dox.sm-rtl a.has-submenu{padding-right:12px;padding-left:24px}.sm-dox.sm-rtl a span.sub-arrow{right:auto;left:12px}.sm-dox.sm-rtl.sm-vertical a.has-submenu{padding:10px 20px}.sm-dox.sm-rtl.sm-vertical a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-rtl>li>ul:before{left:auto;right:30px}.sm-dox.sm-rtl>li>ul:after{left:auto;right:31px}.sm-dox.sm-rtl ul a.has-submenu{padding:10px 20px !important}.sm-dox.sm-rtl ul a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-vertical{padding:10px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox.sm-vertical a{padding:10px 20px}.sm-dox.sm-vertical a:hover,.sm-dox.sm-vertical a:focus,.sm-dox.sm-vertical a:active,.sm-dox.sm-vertical a.highlighted{background:#fff}.sm-dox.sm-vertical a.disabled{background-image:url("tab_b.png")}.sm-dox.sm-vertical a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #555}.sm-dox.sm-vertical>li>ul:before,.sm-dox.sm-vertical>li>ul:after{display:none}.sm-dox.sm-vertical ul a{padding:10px 20px}.sm-dox.sm-vertical ul a:hover,.sm-dox.sm-vertical ul a:focus,.sm-dox.sm-vertical ul a:active,.sm-dox.sm-vertical ul a.highlighted{background:#eee}.sm-dox.sm-vertical ul a.disabled{background:#fff}}
\ No newline at end of file