mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
committed by
Mathew Sutcliffe
parent
bcb00b1b91
commit
52f0756597
46
src/blackgui/blackgui.h
Normal file
46
src/blackgui/blackgui.h
Normal file
@@ -0,0 +1,46 @@
|
||||
/* Copyright (C) 2016
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#ifndef BLACKGUI_NAMESPACES_H
|
||||
#define BLACKGUI_NAMESPACES_H
|
||||
|
||||
// just a dummy header, namespace documentation will go here
|
||||
//! \file
|
||||
|
||||
/*!
|
||||
* \namespace BlackGui
|
||||
* \brief GUI related classes.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackGui::Components
|
||||
* \brief High level reusable GUI components.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackGui::Filters
|
||||
* \brief Filter to search data sets.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackGui::Models
|
||||
* \brief Models to be used with views, mainly QTableView
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackGui::Views
|
||||
* \brief Views, mainly QTableView
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackGui::Win
|
||||
* \brief Windows specific classes.
|
||||
*/
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user