diff options
Diffstat (limited to 'doc/api/qtcreator-api.qdoc')
-rw-r--r-- | doc/api/qtcreator-api.qdoc | 174 |
1 files changed, 87 insertions, 87 deletions
diff --git a/doc/api/qtcreator-api.qdoc b/doc/api/qtcreator-api.qdoc index 464e791c5b..d7f7eda17c 100644 --- a/doc/api/qtcreator-api.qdoc +++ b/doc/api/qtcreator-api.qdoc @@ -36,26 +36,26 @@ \table \header - \o Library Name - \o Description + \li Library Name + \li Description \row - \o \l{Aggregation} - \o Adds functionality for "glueing" QObjects of different - types together, so you can "cast" between them. + \li \l{Aggregation} + \li Adds functionality for "glueing" QObjects of different + types together, so you can "cast" between them. \row - \o \l{ExtensionSystem} - \o Implements the plugin loader framework. Provides a base class for plugins and - basic mechanisms for plugin interaction like an object pool. + \li \l{ExtensionSystem} + \li Implements the plugin loader framework. Provides a base class for plugins and + basic mechanisms for plugin interaction like an object pool. \row - \o \l{Utils} - \o General utility library. + \li \l{Utils} + \li General utility library. \row - \o \l{QmlJS} - \o QML and JavaScript language support library. + \li \l{QmlJS} + \li QML and JavaScript language support library. \endtable @@ -63,12 +63,12 @@ \table \header - \o Library Name - \o Description + \li Library Name + \li Description \row - \o \l{qtcreatorcdbext} - \o Windows CDB debugger extension + \li \l{qtcreatorcdbext} + \li Windows CDB debugger extension \endtable @@ -82,38 +82,37 @@ \table \header - \o Plugin Name - \o Description + \li Plugin Name + \li Description \row - \o \l{Core} - \o The core plugin. Provides the main window and managers for editors, + \li \l{Core} + \li The core plugin. Provides the main window and managers for editors, actions, mode windows and files, just to mention the most important ones. \row - \o \l{ProjectExplorer} - \o The project explorer plugin. Provides base classes for - project handling. + \li \l{ProjectExplorer} + \li The project explorer plugin. Provides base classes for project handling. \row - \o \l{Find} - \o Support for searching text in arbitrary widgets, and arbitrary other things. + \li \l{Find} + \li Support for searching text in arbitrary widgets, and arbitrary other things. \row - \o \l{Locator} - \o Hooks for providing content for Locator. + \li \l{Locator} + \li Hooks for providing content for Locator. \row - \o \l{Debugger} - \o Debugging functionality. + \li \l{Debugger} + \li Debugging functionality. \row - \o \l{VcsBase} - \o Base classes for version control support. + \li \l{VcsBase} + \li Base classes for version control support. \row - \o \l{TextEditor} - \o This is where everything starts if you want to create a text editor. Besides + \li \l{TextEditor} + \li This is where everything starts if you want to create a text editor. Besides the base editor itself, this plugin contains APIs for supporting functionality like \l{Snippets}{snippets}, highlighting, \l{CodeAssist}{code assist}, indentation and style, and others. @@ -159,90 +158,91 @@ \table \header - \o Task - \o Details - \o API + \li Task + \li Details + \li API \row - \o Add a menu or menu item. - \o You can extend existing menus or create new ones. - \o \l{Core::ActionManager}, \l{Core::Command} + \li Add a menu or menu item. + \li You can extend existing menus or create new ones. + \li \l{Core::ActionManager}, \l{Core::Command} \row - \o Add a configurable keyboard shortcut. - \o Registering shortcuts makes it possible for users to configure them in - the common shortcut settings dialog. - \o \l{Core::ActionManager}, \l{Core::Command} + \li Add a configurable keyboard shortcut. + \li Registering shortcuts makes it possible for users to configure them in + the common shortcut settings dialog. + \li \l{Core::ActionManager}, \l{Core::Command} \row - \o Add a mode. - \o Modes correspond to complete screens of controls, specialized for a task. - \o \l{Core::IMode} + \li Add a mode. + \li Modes correspond to complete screens of controls, specialized for a task. + \li \l{Core::IMode} \row - \o Add a new editor type. - \o Such as an editor for XML files. - \o \l{Core::IEditorFactory}, \l{Core::IEditor}, \l{Core::IDocument} + \li Add a new editor type. + \li Such as an editor for XML files. + \li \l{Core::IEditorFactory}, \l{Core::IEditor}, \l{Core::IDocument} \row - \o Add a new wizard. - \o You can extend the wizards in File > New File or Project with your own - file and project templates. - \o \l{Core::IWizard}, \l{Core::StandardFileWizard}, - \l{Core::BaseFileWizard}, \l{Core::BaseFileWizardParameters} + \li Add a new wizard. + \li You can extend the wizards in File > New File or Project with your own + file and project templates. + \li \l{Core::IWizard}, \l{Core::StandardFileWizard}, + \l{Core::BaseFileWizard}, \l{Core::BaseFileWizardParameters} \row - \o Add support for a new version control system. - \o Version control systems integrated in QtCreator are Bazaar, CVS, Git, - Mecurial, Perforce, and Subversion. - \o \l{Core::IVersionControl} + \li Add support for a new version control system. + \li Version control systems integrated in QtCreator are Bazaar, CVS, Git, + Mecurial, Perforce, and Subversion. + \li \l{Core::IVersionControl} \row - \o Add a view to the navigation sidebar. - \o The one which shows the project tree, filesystem, open documents or bookmarks. - \o \l{Core::INavigationWidgetFactory} + \li Add a view to the navigation sidebar. + \li The one which shows the project tree, filesystem, open documents or bookmarks. + \li \l{Core::INavigationWidgetFactory} \row - \o Add an options page to the \gui Options dialog. - \o Add a new page to existing or new category in Tools > Options. - \o \l{Core::IOptionsPage} + \li Add an options page to the \gui Options dialog. + \li Add a new page to existing or new category in Tools > Options. + \li \l{Core::IOptionsPage} \row - \o Add a find filter to the \gui Find dialog. - \o Implement any kind of search term based search. - \o \l{Find::IFindFilter}, \l{Find::SearchResultWindow} + \li Add a find filter to the \gui Find dialog. + \li Implement any kind of search term based search. + \li \l{Find::IFindFilter}, \l{Find::SearchResultWindow} \row - \o Add support for the find tool bar to a widget. - \o The widget that has focus is asked whether it supports text search. You can - add support for widgets under your control. - \o \l{Find::IFindSupport}, \l{Find::BaseTextFind} + \li Add support for the find tool bar to a widget. + \li The widget that has focus is asked whether it supports text search. You can + add support for widgets under your control. + \li \l{Find::IFindSupport}, \l{Find::BaseTextFind} \row - \o Add a completely new project type. - \o - \o + \li Add a completely new project type. + \li + \li \row - \o Add a new type of build step. - \o - \o + \li Add a new type of build step. + \li + \li \row - \o Add a new filter to the locator. - \o For a text typed in by the user you provide a list of things to show in the popup. When the user selects an entry you are requested to do whatever you want. - \o \l{Locator::ILocatorFilter}, \l{Locator::FilterEntry}, \l{Locator::BaseFileFilter} + \li Add a new filter to the locator. + \li For a text typed in by the user you provide a list of things to show in the popup. + When the user selects an entry you are requested to do whatever you want. + \li \l{Locator::ILocatorFilter}, \l{Locator::FilterEntry}, \l{Locator::BaseFileFilter} \row - \o Show a progress indicator for a concurrently running task. - \o You can show a progress indicator for your tasks in the left hand tool bar, - and also in the application icon (on platforms that support it). - \o \l{Core::ProgressManager}, \l{Core::FutureProgress} + \li Show a progress indicator for a concurrently running task. + \li You can show a progress indicator for your tasks in the left hand tool bar, + and also in the application icon (on platforms that support it). + \li \l{Core::ProgressManager}, \l{Core::FutureProgress} \row - \o - \o - \o + \li + \li + \li \endtable */ |