#include "NavigationTreeItemIcon.h"
◆ NavigationTreeItemIcon() [1/3]
      
        
          | ot::NavigationTreeItemIcon::NavigationTreeItemIcon  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ NavigationTreeItemIcon() [2/3]
      
        
          | ot::NavigationTreeItemIcon::NavigationTreeItemIcon  | 
          ( | 
          const std::string & |           _visibleIcon,  | 
        
        
           | 
           | 
          const std::string & |           _hiddenIcon ) | 
        
      
 
 
◆ NavigationTreeItemIcon() [3/3]
◆ ~NavigationTreeItemIcon()
  
  
      
        
          | ot::NavigationTreeItemIcon::~NavigationTreeItemIcon  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ addToJsonObject()
Add the object contents to the provided JSON object. 
- Parameters
 - 
  
    | _object | Json object reference to write the data to.  | 
    | _allocator | Allocator.  | 
  
   
Implements ot::Serializable.
 
 
◆ getHiddenIcon()
  
  
      
        
          | const std::string & ot::NavigationTreeItemIcon::getHiddenIcon  | 
          ( | 
          void |            | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getVisibleIcon()
  
  
      
        
          | const std::string & ot::NavigationTreeItemIcon::getVisibleIcon  | 
          ( | 
          void |            | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator!=()
◆ operator=()
◆ operator==()
◆ setFromJsonObject()
Set the object contents from the provided JSON object. 
- Parameters
 - 
  
    | _object | The JSON object containing the information.  | 
  
   
- Exceptions
 - 
  
    | May | throw an exception if the provided object is not valid (members missing or invalid types).  | 
  
   
Implements ot::Serializable.
 
 
◆ setHiddenIcon()
  
  
      
        
          | void ot::NavigationTreeItemIcon::setHiddenIcon  | 
          ( | 
          const std::string & |           _hiddenIcon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setVisibleIcon()
  
  
      
        
          | void ot::NavigationTreeItemIcon::setVisibleIcon  | 
          ( | 
          const std::string & |           _visibleIcon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following files: