#include <platformstyle.h>
Definition at line 13 of file platformstyle.h.
 
◆ PlatformStyle()
  
  
      
        
          | PlatformStyle::PlatformStyle  | 
          ( | 
          const QString &  | 
          name,  | 
         
        
           | 
           | 
          bool  | 
          imagesOnButtons,  | 
         
        
           | 
           | 
          bool  | 
          colorizeIcons,  | 
         
        
           | 
           | 
          bool  | 
          useExtraSpacing  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ getImagesOnButtons()
  
  
      
        
          | bool PlatformStyle::getImagesOnButtons  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getName()
  
  
      
        
          | const QString& PlatformStyle::getName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getUseExtraSpacing()
  
  
      
        
          | bool PlatformStyle::getUseExtraSpacing  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ instantiate()
  
  
      
        
          | const PlatformStyle * PlatformStyle::instantiate  | 
          ( | 
          const QString &  | 
          platformId | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Get style associated with provided platform name, or 0 if not known. 
Definition at line 129 of file platformstyle.cpp.
 
 
◆ SingleColor()
  
  
      
        
          | QColor PlatformStyle::SingleColor  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ SingleColorIcon() [1/2]
      
        
          | QIcon PlatformStyle::SingleColorIcon  | 
          ( | 
          const QString &  | 
          filename | ) | 
           const | 
        
      
 
Colorize an icon (given filename) with the icon color. 
Definition at line 105 of file platformstyle.cpp.
 
 
◆ SingleColorIcon() [2/2]
      
        
          | QIcon PlatformStyle::SingleColorIcon  | 
          ( | 
          const QIcon &  | 
          icon | ) | 
           const | 
        
      
 
Colorize an icon (given object) with the icon color. 
Definition at line 112 of file platformstyle.cpp.
 
 
◆ SingleColorImage()
      
        
          | QImage PlatformStyle::SingleColorImage  | 
          ( | 
          const QString &  | 
          filename | ) | 
           const | 
        
      
 
Colorize an image (given filename) with the icon color. 
Definition at line 98 of file platformstyle.cpp.
 
 
◆ TextColor()
  
  
      
        
          | QColor PlatformStyle::TextColor  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ TextColorIcon() [1/2]
      
        
          | QIcon PlatformStyle::TextColorIcon  | 
          ( | 
          const QString &  | 
          filename | ) | 
           const | 
        
      
 
Colorize an icon (given filename) with the text color. 
Definition at line 119 of file platformstyle.cpp.
 
 
◆ TextColorIcon() [2/2]
      
        
          | QIcon PlatformStyle::TextColorIcon  | 
          ( | 
          const QIcon &  | 
          icon | ) | 
           const | 
        
      
 
Colorize an icon (given object) with the text color. 
Definition at line 124 of file platformstyle.cpp.
 
 
◆ colorizeIcons
  
  
      
        
          | bool PlatformStyle::colorizeIcons | 
         
       
   | 
  
private   | 
  
 
 
◆ imagesOnButtons
  
  
      
        
          | bool PlatformStyle::imagesOnButtons | 
         
       
   | 
  
private   | 
  
 
 
◆ name
  
  
      
        
          | QString PlatformStyle::name | 
         
       
   | 
  
private   | 
  
 
 
◆ singleColor
  
  
      
        
          | QColor PlatformStyle::singleColor | 
         
       
   | 
  
private   | 
  
 
 
◆ textColor
  
  
      
        
          | QColor PlatformStyle::textColor | 
         
       
   | 
  
private   | 
  
 
 
◆ useExtraSpacing
  
  
      
        
          | bool PlatformStyle::useExtraSpacing | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: