Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/classes.qdoc

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the documentation of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    4141
    4242/*!
     43    \group classlists
     44    \title Class and Function Documentation
     45    \brief Lists and Indexes of classes, functions, and types.
     46
     47    Links to indexes and lists for finding class and function
     48    reference documentation.
     49
     50    \section2 Class Lists
     51
     52    \annotatedlist classlists
     53
     54    \section2 Function Lists
     55
     56    \annotatedlist funclists
     57
     58*/
     59
     60/*!
    4361    \page classes.html
    44     \title Qt's Classes
     62    \title All Qt Classes (main index)
    4563    \ingroup classlists
    4664
    47     This is a list of all Qt classes excluding the \l{Qt 3
    48     compatibility classes}. For a shorter list that only includes the
    49     most frequently used classes, see \l{Qt's Main Classes}.
    50     \omit This is old and dingy now.
    51     and the \l{http://doc.trolltech.com/extras/qt43-class-chart.pdf}{Qt 4.3 Class Chart (PDF)}.
    52     \endomit
     65    \brief If you know the name of the class you want, find it here.
     66
     67    This is a list of all Qt classes. For a list of the classes
     68    provided for compatibility with Qt3, see \l{Qt3 Support
     69    Classes}. For classes that have been deprecated, see the
     70    \l{Obsolete Classes} list.
    5371
    5472    \generatelist classes
    5573
    56     \sa {Qt 3 Compatibility Classes}, {Qt's Modules}
     74    \sa {Qt3 Support Classes}, {All Qt Modules}, {Obsolete Classes}
    5775*/
    5876
    5977/*!
    60     \page namespaces.html
    61     \title Qt's Namespaces
     78    \page annotated.html
     79    \title Annotated Class List
    6280    \ingroup classlists
    6381
    64     This is a list of the main namespaces in Qt. For a list of classes in
    65     Qt, see \l{Qt's Classes}.
     82    \brief If you don't know the name of the class you want, but you
     83    know what the class should do, you might try looking here.
     84
     85    Qt classes with brief descriptions:
     86
     87    \generatelist annotatedclasses
     88*/
     89
     90/*!
     91    \group groups
     92    \title Groups Of Related Classes
     93    \ingroup classlists
     94
     95    \brief If you know what kind of class you want (GUI, painting,
     96    I.O, etc), look here.
     97
     98    This is a list of functional groups of Qt classes. A class can
     99    appear in more than one functional group.
     100
     101    \generatelist{related}
     102
     103*/
     104
     105/*!
     106    \page hierarchy.html
     107
     108    \title Inheritance Hierarchy
     109    \ingroup classlists
     110
     111    \brief The C++ class inheritance hierarchy for all classes in the
     112    Qt API.
     113
     114    \generatelist classhierarchy
     115*/
     116
     117/*!
     118    \page obsoleteclasses.html
     119    \title Obsolete Classes
     120    \ingroup classlists
     121   
     122    \brief These classes are obsolete and should not be used in new code.
     123
     124    This is a list of Qt classes that are obsolete (deprecated). These
     125    classes are provided to keep old source code working but they are
     126    no longer maintained. We strongly advise against using these
     127    classes in new code.
     128
     129    \generatelist obsoleteclasses
     130
     131*/
     132
     133/*!
     134    \page compatclasses.html
     135    \title Qt3 Support Classes
     136    \ingroup classlists
     137
     138    \brief These classes ease the porting of code from Qt 3 to Qt 4.
     139
     140    These are the classes that Qt provides for compatibility with Qt
     141    3. Most of these are provided by the Qt3Support module.
     142
     143    \generatelist compatclasses
     144
     145*/
     146
     147/*!
     148    \page functions.html
     149    \title All Functions (main index)
     150    \ingroup funclists
     151
     152    \brief All documented Qt functions listed alphabetically with a
     153    link to where each one is declared.
     154
     155    This is the list of all documented member functions and global
     156    functions in the Qt API.  Each function has a link to the class or
     157    header file where it is declared and documented.
     158
     159    \generatelist functionindex
     160*/
     161
     162
     163/*!
     164    \page namespaces.html
     165    \title All Qt Namespaces
     166    \ingroup classlists
     167
     168    \brief A Qt namespace contains enum types, functions, and sometimes classes.
     169
     170    This is a list of the main namespaces in Qt.
    66171
    67172    \generatelist{namespaces}
Note: See TracChangeset for help on using the changeset viewer.