1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
\hypertarget{namespacesrc_1_1scolasync}{}\doxysection{Référence de l\textquotesingle{}espace de nommage src.\+scolasync}
\label{namespacesrc_1_1scolasync}\index{src.scolasync@{src.scolasync}}
\doxysubsection*{Fonctions}
\begin{DoxyCompactItemize}
\item
def \mbox{\hyperlink{namespacesrc_1_1scolasync_a713fcbac337fdc080fadf8fa3a349a00}{run}} (debugger=False, callback=lambda x\+:print(x))
\begin{DoxyCompactList}\small\item\em Le lancement de l\textquotesingle{}application. \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection*{Variables}
\begin{DoxyCompactItemize}
\item
dictionary \mbox{\hyperlink{namespacesrc_1_1scolasync_a2c82f7c5273cec46d491c94189ab7b86}{licence}} = \{\}
\item
string \mbox{\hyperlink{namespacesrc_1_1scolasync_a53c6b43c8a709f1c4d9896859be916be}{licence\+En}}
\item
string \mbox{\hyperlink{namespacesrc_1_1scolasync_aef31baae7dff50e94d7a8d37c6d870ab}{licence\+Fr}}
\end{DoxyCompactItemize}
\doxysubsection{Documentation des fonctions}
\mbox{\Hypertarget{namespacesrc_1_1scolasync_a713fcbac337fdc080fadf8fa3a349a00}\label{namespacesrc_1_1scolasync_a713fcbac337fdc080fadf8fa3a349a00}}
\index{src.scolasync@{src.scolasync}!run@{run}}
\index{run@{run}!src.scolasync@{src.scolasync}}
\doxysubsubsection{\texorpdfstring{run()}{run()}}
{\footnotesize\ttfamily def src.\+scolasync.\+run (\begin{DoxyParamCaption}\item[{}]{debugger = {\ttfamily False}, }\item[{}]{callback = {\ttfamily lambda~x\+:~print(x)} }\end{DoxyParamCaption})}
Le lancement de l\textquotesingle{}application.
\begin{DoxyParams}{Paramètres}
{\em debugger} & s\textquotesingle{}il est vrai, un bouton de débogage est ajouté \\
\hline
{\em callback} & une fonction de rappel à un paramètre (qui sera la fenêtre principale, le cas échéant) \\
\hline
\end{DoxyParams}
Définition à la ligne 145 du fichier scolasync.\+py.
\doxysubsection{Documentation des variables}
\mbox{\Hypertarget{namespacesrc_1_1scolasync_a2c82f7c5273cec46d491c94189ab7b86}\label{namespacesrc_1_1scolasync_a2c82f7c5273cec46d491c94189ab7b86}}
\index{src.scolasync@{src.scolasync}!licence@{licence}}
\index{licence@{licence}!src.scolasync@{src.scolasync}}
\doxysubsubsection{\texorpdfstring{licence}{licence}}
{\footnotesize\ttfamily dictionary src.\+scolasync.\+licence = \{\}}
Définition à la ligne 83 du fichier scolasync.\+py.
\mbox{\Hypertarget{namespacesrc_1_1scolasync_a53c6b43c8a709f1c4d9896859be916be}\label{namespacesrc_1_1scolasync_a53c6b43c8a709f1c4d9896859be916be}}
\index{src.scolasync@{src.scolasync}!licenceEn@{licenceEn}}
\index{licenceEn@{licenceEn}!src.scolasync@{src.scolasync}}
\doxysubsubsection{\texorpdfstring{licenceEn}{licenceEn}}
{\footnotesize\ttfamily string src.\+scolasync.\+licence\+En}
{\bfseries Valeur initiale \+:}
\begin{DoxyCode}{0}
\DoxyCodeLine{1 = \textcolor{stringliteral}{"""}}
\DoxyCodeLine{2 \textcolor{stringliteral}{ scolasync version \%s:}}
\DoxyCodeLine{3 \textcolor{stringliteral}{}}
\DoxyCodeLine{4 \textcolor{stringliteral}{ a program to manage file transfers between a computer and a collection}}
\DoxyCodeLine{5 \textcolor{stringliteral}{ of USB sticks.}}
\DoxyCodeLine{6 \textcolor{stringliteral}{}}
\DoxyCodeLine{7 \textcolor{stringliteral}{ Copyright (C) 2010-\/2012 Georges Khaznadar <georgesk@ofset.org>}}
\DoxyCodeLine{8 \textcolor{stringliteral}{}}
\DoxyCodeLine{9 \textcolor{stringliteral}{ This program is free software: you can redistribute it and/or modify}}
\DoxyCodeLine{10 \textcolor{stringliteral}{ it under the terms of the GNU General Public License as published by}}
\DoxyCodeLine{11 \textcolor{stringliteral}{ the Free Software Foundation, either version 3 of the License, or}}
\DoxyCodeLine{12 \textcolor{stringliteral}{ (at your option) any later version.}}
\DoxyCodeLine{13 \textcolor{stringliteral}{}}
\DoxyCodeLine{14 \textcolor{stringliteral}{ This program is distributed in the hope that it will be useful,}}
\DoxyCodeLine{15 \textcolor{stringliteral}{ but WITHOUT ANY WARRANTY; without even the implied warranty of}}
\DoxyCodeLine{16 \textcolor{stringliteral}{ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the}}
\DoxyCodeLine{17 \textcolor{stringliteral}{ GNU General Public License for more details.}}
\DoxyCodeLine{18 \textcolor{stringliteral}{}}
\DoxyCodeLine{19 \textcolor{stringliteral}{ You should have received a copy of the GNU General Public License}}
\DoxyCodeLine{20 \textcolor{stringliteral}{ along with this program. If not, see <http://www.gnu.org/licenses/>.}}
\DoxyCodeLine{21 \textcolor{stringliteral}{"""}}
\end{DoxyCode}
Définition à la ligne 84 du fichier scolasync.\+py.
\mbox{\Hypertarget{namespacesrc_1_1scolasync_aef31baae7dff50e94d7a8d37c6d870ab}\label{namespacesrc_1_1scolasync_aef31baae7dff50e94d7a8d37c6d870ab}}
\index{src.scolasync@{src.scolasync}!licenceFr@{licenceFr}}
\index{licenceFr@{licenceFr}!src.scolasync@{src.scolasync}}
\doxysubsubsection{\texorpdfstring{licenceFr}{licenceFr}}
{\footnotesize\ttfamily string src.\+scolasync.\+licence\+Fr}
{\bfseries Valeur initiale \+:}
\begin{DoxyCode}{0}
\DoxyCodeLine{1 = \textcolor{stringliteral}{"""}}
\DoxyCodeLine{2 \textcolor{stringliteral}{ scolasync version \%s :}}
\DoxyCodeLine{3 \textcolor{stringliteral}{}}
\DoxyCodeLine{4 \textcolor{stringliteral}{ un programme pour gérer des transferts de fichiers entre un}}
\DoxyCodeLine{5 \textcolor{stringliteral}{ ordinateur et une collection de clés USB.}}
\DoxyCodeLine{6 \textcolor{stringliteral}{}}
\DoxyCodeLine{7 \textcolor{stringliteral}{ Copyright (C) 2010-\/2012 Georges Khaznadar <georgesk@ofset.org>}}
\DoxyCodeLine{8 \textcolor{stringliteral}{}}
\DoxyCodeLine{9 \textcolor{stringliteral}{ Ce projet est un logiciel libre : vous pouvez le redistribuer, le}}
\DoxyCodeLine{10 \textcolor{stringliteral}{ modifier selon les terme de la GPL (GNU Public License) dans les}}
\DoxyCodeLine{11 \textcolor{stringliteral}{ termes de la Free Software Foundation concernant la version 3 ou}}
\DoxyCodeLine{12 \textcolor{stringliteral}{ plus de la dite licence.}}
\DoxyCodeLine{13 \textcolor{stringliteral}{}}
\DoxyCodeLine{14 \textcolor{stringliteral}{ Ce programme est fait avec l'espoir qu'il sera utile mais SANS}}
\DoxyCodeLine{15 \textcolor{stringliteral}{ AUCUNE GARANTIE. Lisez la licence pour plus de détails.}}
\DoxyCodeLine{16 \textcolor{stringliteral}{}}
\DoxyCodeLine{17 \textcolor{stringliteral}{ <http://www.gnu.org/licenses/>.}}
\DoxyCodeLine{18 \textcolor{stringliteral}{"""}}
\end{DoxyCode}
Définition à la ligne 107 du fichier scolasync.\+py.
|