#include <RhRdkCurveGraph.h>
◆ ~IRhRdkCustomCurveGraphSectionSharedCallback()
  
  | 
        
          | virtual IRhRdkCustomCurveGraphSectionSharedCallback::~IRhRdkCustomCurveGraphSectionSharedCallback | ( |  | ) |  |  | inlineprotectedvirtual | 
 
 
◆ DeleteThis()
  
  | 
        
          | virtual void IRhRdkCustomCurveGraphSectionSharedCallback::DeleteThis | ( | void |  | ) |  |  | pure virtual | 
 
Implement this method as
. 
 
 
◆ EVF()
  
  | 
        
          | virtual void* IRhRdkCustomCurveGraphSectionSharedCallback::EVF | ( | const wchar_t * | wszFunc, |  
          |  |  | void * | pvData |  
          |  | ) |  |  |  | pure virtual | 
 
Emergency virtual function for future expansion. 
 
 
◆ GetGraphXML()
Implement this method to load the graph XML into sXML. 
 
 
◆ IsSectionHidden()
  
  | 
        
          | virtual bool IRhRdkCustomCurveGraphSectionSharedCallback::IsSectionHidden | ( | const CRhRdkContentArray & | aSelection | ) | const |  | pure virtual | 
 
Implement this method to return true if the custom curve section should be hidden. 
 
 
◆ OnGraphChanged()
Implement this method to perform required actions when the user changes the graph. 
- Parameters
- 
  
    | sXML | contains the graph XML after the change. |  
 
 
 
◆ Style()
Implement this method to return the style of the graph.