~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/license/dialogolicenciasopensource.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  
 
3
 *  $Id$
 
4
 *  Ginkgo CADx Project
 
5
 *
 
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
 
7
 *  http://ginkgo-cadx.com
 
8
 *
 
9
 *  This file is licensed under LGPL v3 license.
 
10
 *  See License.txt for details
 
11
 *
 
12
 *
 
13
 */
 
14
#pragma once
 
15
#include "aboutdialogbase.h"
 
16
 
 
17
 
 
18
class DialogoLicenciasOpenSource : public DialogoLicenciasOpenSourceBase
 
19
{
 
20
public:
 
21
        DialogoLicenciasOpenSource(wxWindow* pPadre);
 
22
        ~DialogoLicenciasOpenSource();
 
23
 
 
24
        virtual void OnListaLicencias(wxCommandEvent &event);
 
25
 
 
26
        void EscribeTitulo(wxString titulo);
 
27
        void EscribeLicencia(wxString& licencia);
 
28
 
 
29
        void EscribeLicenciaGinkgo();
 
30
        void EscribeLicenciaCairo();
 
31
        void EscribeLicenciaDCMTK();
 
32
        void EscribeLicenciaFamFam();
 
33
        void EscribeLicenciaFugue();
 
34
        void EscribeLicenciaITK();
 
35
        void EscribeLicencialibjpeg();
 
36
        void EscribeLicencialibpng();
 
37
        void EscribeLicenciaOpenssl();
 
38
        void EscribeLicenciaVTK();
 
39
        void EscribeLicenciawxWidgets();
 
40
        void EscribeLicenciazlib();
 
41
        void EscribeLicenciaSQLLite();
 
42
        void EscribeLicenciaCharLS();
 
43
        void WriteXmlRpcLicense();
 
44
//endregion
 
45
 
 
46
};