Prevent the classes from appearing in the Qt documentation.
Change-Id: I62abff0c57effdf16629f9d5a0dc384ea2c43d5a
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
keyword is one of \c integration, \c windows, \c backingstore and
\c fonts. Level is an integer 0..9.
\endlist
+ \internal
*/
/*!
\class QWindowsIntegrationPlugin
\brief Plugin.
+ \internal
\ingroup qt-lighthouse-win
*/
\namespace QtWindows
\brief Namespace for enumerations, etc.
+ \internal
\ingroup qt-lighthouse-win
*/
With flags that should help to structure the code.
+ \internal
\ingroup qt-lighthouse-win
*/
/*!
\class QWindowsBackingStore
\brief Backing store for windows.
+ \internal
\ingroup qt-lighthouse-win
*/
\note The OLE-functions used in this class require OleInitialize().
+ \internal
\ingroup qt-lighthouse-win
*/
IDataObject from the clipboard.
\sa QWindowsInternalMimeDataBase, QWindowsClipboard
+ \internal
\ingroup qt-lighthouse-win
*/
\sa QWindowsShell32DLL
+ \internal
\ingroup qt-lighthouse-win
*/
\sa QWindowsUser32DLL
+ \internal
\ingroup qt-lighthouse-win
*/
\brief Singleton container for all relevant information.
Holds state information formerly stored in \c qapplication_win.cpp.
+
+ \internal
\ingroup qt-lighthouse-win
*/
Each Window sets on the global cursor on receiving a Enter-event
as do the Window manager frames (resize/move handles).
+ \internal
\ingroup qt-lighthouse-win
\sa QWindowsWindowCursor
*/
Based on QSharedDataPointer, so that it can be passed around and
used as a property of QWindowsBaseWindow.
+ \internal
\ingroup qt-lighthouse-win
\sa QWindowsCursor
*/
like close() can be called on them from event handlers.
\endlist
+ \internal
\ingroup qt-lighthouse-win
*/
they support it.
\sa QWindowsDialogThread
+ \internal
\ingroup qt-lighthouse-win
*/
\brief Run a non-modal native dialog in a separate thread.
\sa QWindowsDialogHelperBase
+ \internal
\ingroup qt-lighthouse-win
*/
in QFileDialog are forwarded.
\sa QWindowsNativeFileDialogBase, QWindowsFileDialogHelper
-
+ \internal
\ingroup qt-lighthouse-win
*/
Note that only IFileOpenDialog has multi-file functionality.
\sa QWindowsNativeFileDialogEventHandler, QWindowsFileDialogHelper
+ \internal
\ingroup qt-lighthouse-win
*/
Implements single-selection methods.
+ \internal
\ingroup qt-lighthouse-win
*/
Implements multi-selection methods.
+ \internal
\ingroup qt-lighthouse-win
*/
the right parameters from each thread. The problem is though
that calls to CoInitialize() occur in several places in Qt.
+ \internal
\ingroup qt-lighthouse-win
*/
\sa QWindowsColorDialogHelper
\sa #define USE_NATIVE_COLOR_DIALOG
-
+ \internal
\ingroup qt-lighthouse-win
*/
\sa #define USE_NATIVE_COLOR_DIALOG
\sa QWindowsNativeColorDialog
-
+ \internal
\ingroup qt-lighthouse-win
*/
current drop data object from QWindowsDrag.
\sa QWindowsDrag
+ \internal
\ingroup qt-lighthouse-win
*/
Used for drag operations.
\sa QWindowsDrag
+ \internal
\ingroup qt-lighthouse-win
*/
(sending DragEnter/Leave, etc) is handled in here.
\sa QWindowsDrag
+ \internal
\ingroup qt-lighthouse-win
*/
/*!
\class QWindowsDrag
\brief Windows drag implementation.
-
+ \internal
\ingroup qt-lighthouse-win
*/
EnumFontFamiliesEx() does not list all fonts by default.
This should be introduced to Lighthouse as well?
+ \internal
\ingroup qt-lighthouse-win
*/
/*!
\class QWindowsFontEngine
\brief Standard Windows font engine.
+ \internal
\ingroup qt-lighthouse-win
Will probably be superseded by a common Free Type font engine in Qt 5.X.
/*!
\class QWindowsMultiFontEngine
\brief Standard Windows Multi font engine.
+ \internal
\ingroup qt-lighthouse-win
"Merges" several font engines that have gaps in the
/*!
\class QWindowsFontEngineDirectWrite
\brief Windows font engine using Direct Write.
+ \internal
\ingroup qt-lighthouse-win
Font engine for subpixel positioned text on Windows Vista
Provides utility function to retrieve from currently active
context and to apply to a QSurfaceFormat.
+ \internal
\ingroup qt-lighthouse-win
*/
Functions like wglGetProcAddress() or glGetString() only work if there
is a current GL context.
+ \internal
\ingroup qt-lighthouse-win
*/
\note Initialization requires an active context (see create()).
\sa QWindowsGLContext
+ \internal
\ingroup qt-lighthouse-win
*/
which will affect the window as well. The HDCs are stored in a list of
QOpenGLContextData and are released in doneCurrent().
+ \internal
\ingroup qt-lighthouse-win
*/
qWindowsWndProc. Handling the Lighthouse gui events should be done
from within the qWindowsWndProc to ensure correct processing of messages.
+ \internal
\ingroup qt-lighthouse-win
*/
QtWindows::InputMethodCloseCandidateWindowEvent
needs to be checked (mouse grab might interfere with candidate window).
+ \internal
\ingroup qt-lighthouse-win
*/
\li releaseDC Releases the previously acquired DC and returns 0.
\endlist
+ \internal
\ingroup qt-lighthouse-win
*/
/*!
\class QWindowsIntegration
\brief QPlatformIntegration implementation for Windows.
+ \internal
\ingroup qt-lighthouse-win
*/
does conversion using QWindowsMime classes.
\sa QInternalMimeData, QWindowsMime, QWindowsMimeConverter
+ \internal
\ingroup qt-lighthouse-win
*/
/*!
\class QWindowsKeyMapper
\brief Translates Windows keys to QWindowSystemInterface events.
+ \internal
\ingroup qt-lighthouse-win
In addition, handles some special keys to display system menus, etc.
/*!
\class QWindowsMime
\brief The QWindowsMime class maps open-standard MIME to Window Clipboard formats.
+ \internal
\ingroup qt-lighthouse-win
Qt's drag-and-drop and clipboard facilities use the MIME standard.
/*!
\class QWindowsMimeConverter
\brief Manages the list of QWindowsMime instances.
+ \internal
\ingroup qt-lighthouse-win
\sa QWindowsMime
*/
Dispatches mouse and touch events. Separate for code cleanliness.
+ \internal
\ingroup qt-lighthouse-win
*/
causes CreateDIBSection() to fail.
\sa QWindowsBackingStore
+ \internal
\ingroup qt-lighthouse-win
*/
(NOTE: must set pformatetcOut->ptd = NULL)
\endlist
+ \internal
\ingroup qt-lighthouse-win
*/
/*!
\class QWindowsOleEnumFmtEtc
\brief Enumerates the FORMATETC structures supported by QWindowsOleDataObject.
+ \internal
\ingroup qt-lighthouse-win
*/
/*!
\class QWindowsScreen
\brief Windows screen.
- \ingroup qt-lighthouse-win
\sa QWindowsScreenManager
+ \internal
+ \ingroup qt-lighthouse-win
*/
QWindowsScreen::QWindowsScreen(const QWindowsScreenData &data) :
Listens for changes and notifies QWindowSystemInterface about changed/
added/deleted screens.
- \ingroup qt-lighthouse-win
\sa QWindowsScreen
+ \internal
+ \ingroup qt-lighthouse-win
*/
QWindowsScreenManager::QWindowsScreenManager() :
Contains the window creation code formerly in qwidget_win.cpp.
\sa QWindowCreationContext
+ \internal
\ingroup qt-lighthouse-win
*/
Geometry constraints ready to apply to a MINMAXINFO taking frame
into account.
+ \internal
\ingroup qt-lighthouse-win
*/
WM_GETMINMAXINFO and obtains the corrected size/position.
\sa WindowCreationData, QWindowsContext
+ \internal
\ingroup qt-lighthouse-win
*/
}
/*!
- \class QWindowsBaseWindow
+ \class QWindowsWindow
\brief Raster or OpenGL Window.
\list
handleWmPaint() is empty (although required).
\endlist
+ \internal
\ingroup qt-lighthouse-win
*/