refs #485, refs #608 Doxygen improvements/fixes

This commit is contained in:
Klaus Basan
2016-03-02 23:36:06 +01:00
committed by Mathew Sutcliffe
parent bcb00b1b91
commit 52f0756597
6 changed files with 65 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ using namespace BlackGui;
int main(int argc, char *argv[])
{
//! [CSwiftGuiStdApplication]
QApplication qa(argc, argv);
CGuiApplication a("swift core", CIcons::swiftNova24());
a.addWindowStateOption();
@@ -40,6 +41,7 @@ int main(int argc, char *argv[])
CCoreFacadeConfig::forCoreAllLocalInDBus(dBusAdress) :
CCoreFacadeConfig::forCoreAllLocalInDBusNoAudio(dBusAdress));
a.start();
//! [CSwiftGuiStdApplication]
if (!QSystemTrayIcon::isSystemTrayAvailable())
{

View File

@@ -22,7 +22,9 @@
namespace Ui { class CSwiftCore; }
//! swift core control
/*!
* swift core control GUI
*/
class CSwiftCore :
public BlackGui::CSystemTrayWindow,
public BlackGui::IMainWindowAccess,
@@ -44,7 +46,7 @@ private slots:
void ps_stopCorePressed();
void ps_appendLogMessage(const BlackMisc::CStatusMessage &message);
void ps_p2pModeToggled(bool checked);
//! }@
//! @}
//! Style sheet has changed
virtual void ps_onStyleSheetsChanged();
@@ -56,7 +58,7 @@ private:
void initLogDisplay();
void initStyleSheet();
void initDBusMode();
//! }@
//! @}
void startCore(const QString &dBusAdress);
void stopCore();