#include <settings.h>

Public Member Functions | |
| Settings () | |
| Settings (MainWindow *main) | |
| void | setMainWindow (MainWindow *main) | 
| bool | read () | 
| bool | write () | 
| void | setAutomaticCheckForUpdates (const bool &check) | 
| bool | automaticCheckForUpdates () | 
| void | setWorkspace (const QDir &d) | 
| QDir | workspace () | 
| QString | chooseWorkspacePath () | 
| void | setProductionCostsCUColor (const QRgb &pc) | 
| QRgb | productionCostsCUColor () | 
| void | setProfitCUColor (const QRgb &pr) | 
| QRgb | profitCUColor () | 
| void | setCommissionCUColor (const QRgb &com) | 
| QRgb | commissionCUColor () | 
| void | setTradeDiscountCUColor (const QRgb &tc) | 
| QRgb | tradeDiscountCUColor () | 
| void | setDiscountCUColor (const QRgb &d) | 
| QRgb | discountCUColor () | 
| void | setSalesTaxCUColor (const QRgb &st) | 
| QRgb | salesTaxCUColor () | 
Definition at line 14 of file settings.h.
| Settings::Settings | ( | ) | 
Definition at line 4 of file settings.cpp.
| Settings::Settings | ( | MainWindow * | main | ) | 
| bool Settings::automaticCheckForUpdates | ( | ) |  [inline] | 
        
Definition at line 28 of file settings.h.
| QString Settings::chooseWorkspacePath | ( | ) | 
| QRgb Settings::commissionCUColor | ( | ) |  [inline] | 
        
| QRgb Settings::discountCUColor | ( | ) |  [inline] | 
        
| QRgb Settings::productionCostsCUColor | ( | ) |  [inline] | 
        
| QRgb Settings::profitCUColor | ( | ) |  [inline] | 
        
| bool Settings::read | ( | ) | 
Definition at line 13 of file settings.cpp.


| QRgb Settings::salesTaxCUColor | ( | ) |  [inline] | 
        
| void Settings::setAutomaticCheckForUpdates | ( | const bool & | check | ) |  [inline] | 
        
Definition at line 27 of file settings.h.
| void Settings::setCommissionCUColor | ( | const QRgb & | com | ) |  [inline] | 
        
Definition at line 44 of file settings.h.
| void Settings::setDiscountCUColor | ( | const QRgb & | d | ) |  [inline] | 
        
Definition at line 50 of file settings.h.
| void Settings::setMainWindow | ( | MainWindow * | main | ) | 
| void Settings::setProductionCostsCUColor | ( | const QRgb & | pc | ) |  [inline] | 
        
Definition at line 38 of file settings.h.
| void Settings::setProfitCUColor | ( | const QRgb & | pr | ) |  [inline] | 
        
Definition at line 41 of file settings.h.
| void Settings::setSalesTaxCUColor | ( | const QRgb & | st | ) |  [inline] | 
        
Definition at line 53 of file settings.h.
| void Settings::setTradeDiscountCUColor | ( | const QRgb & | tc | ) |  [inline] | 
        
Definition at line 47 of file settings.h.
| void Settings::setWorkspace | ( | const QDir & | d | ) |  [inline] | 
        
Definition at line 32 of file settings.h.
| QRgb Settings::tradeDiscountCUColor | ( | ) |  [inline] | 
        
| QDir Settings::workspace | ( | ) |  [inline] | 
        
| bool Settings::write | ( | ) | 
 1.5.9