UserProfile allows manipulation of the User Profile dialog.  
 More...
UserProfile allows manipulation of the User Profile dialog. 
◆ getAddInfo()
      
        
          | QString UserProfile::getAddInfo | ( |  | ) |  | 
      
 
Returns the information of the current user. 
- Returns
- QString, the information of the current user. 
 
 
◆ getEmail()
      
        
          | QString UserProfile::getEmail | ( |  | ) |  | 
      
 
Returns the email address of the current user. 
- Returns
- QString, the email address of the current user. 
 
 
◆ getName()
      
        
          | QString UserProfile::getName | ( |  | ) |  | 
      
 
Returns the name of the current user. 
- Returns
- QString, the name of the current user. 
 
 
◆ setAddInfo()
      
        
          | void UserProfile::setAddInfo | ( | QString |  | ) |  | 
      
 
Adds information for the current user. 
- Parameters
- 
  
    | addInfo,the | information for the current user. |  
 
 
 
◆ setEmail()
      
        
          | void UserProfile::setEmail | ( | QString |  | ) |  | 
      
 
Sets the email address of the current user. 
- Parameters
- 
  
    | email,the | email address of the current user. |  
 
 
 
◆ setName()
      
        
          | void UserProfile::setName | ( | QString |  | ) |  | 
      
 
Sets the name of the current user. 
- Parameters
- 
  
    | name,the | name of the current user. |  
 
 
 
The documentation for this class was generated from the following file: