• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kalgebra

  • sources
  • kde-4.12
  • kdeedu
  • kalgebra
  • src
src/main.cpp
Go to the documentation of this file.
1 /*************************************************************************************
2  * Copyright (C) 2007 by Aleix Pol <aleixpol@kde.org> *
3  * *
4  * This program is free software; you can redistribute it and/or *
5  * modify it under the terms of the GNU General Public License *
6  * as published by the Free Software Foundation; either version 2 *
7  * of the License, or (at your option) any later version. *
8  * *
9  * This program is distributed in the hope that it will be useful, *
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12  * GNU General Public License for more details. *
13  * *
14  * You should have received a copy of the GNU General Public License *
15  * along with this program; if not, write to the Free Software *
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA *
17  *************************************************************************************/
18 
19 #include <KApplication>
20 #include <KAboutData>
21 #include <KCmdLineArgs>
22 #include "kalgebra.h"
23 
24 int main(int argc, char *argv[])
25 {
26  KAboutData about("kalgebra", 0, ki18n(("KAlgebra")), "0.11", ki18n("A calculator"),
27  KAboutData::License_GPL, ki18n("(C) 2006-2010 Aleix Pol Gonzalez"));
28  about.addAuthor( ki18n("Aleix Pol Gonzalez"), KLocalizedString(), "aleixpol@kde.org" );
29  about.addAuthor( ki18n("Percy Camilo TriveƱo Aucahuasi"), ki18n("Developed feature for drawing implicit curves. Improvements for plotting functions."),
30  "percy.camilo.ta@gmail.com" );
31  KCmdLineArgs::init(argc, argv, &about);
32  KApplication app;
33 
34  /*if(app.isSessionRestored()) {
35  RESTORE(KAlgebra);
36  } else {*/
37  KAlgebra* widget = new KAlgebra;
38  widget->show();
39  //}
40 
41  return app.exec();
42 }
main
int main(int argc, char *argv[])
Definition: src/main.cpp:24
KAlgebra
Definition: kalgebra.h:45
kalgebra.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kalgebra

Skip menu "kalgebra"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal