#include <labelpointsbysectionimagetoolboxaction.h>
|  | 
| void | addOnGraphs () override | 
|  | 
| void | updateGraphs () override | 
|  | 
| void | updateColor () override | 
|  | 
| void | optionChangeSection (sofa::type::Vec3i) override | 
|  | 
| void | changeSection (int) | 
|  | 
| sofa::type::Vec3i | changeSection2 (int, bool force=false) | 
|  | 
| void | mouseMove (const unsigned int axis, const sofa::type::Vec3d &imageposition, const sofa::type::Vec3d &position3D, const QString &value) override | 
|  | 
| void | addToPath (const unsigned int axis, const sofa::type::Vec3d &imageposition, bool forceMoveTo=false) | 
|  | 
| void | buttonSelectedOff () | 
|  | 
| void | setGraphScene (QGraphicsScene *XY, QGraphicsScene *XZ, QGraphicsScene *ZY) | 
|  | 
| virtual void | addOnGraphs ()=0 | 
|  | 
| virtual void | updateGraphs ()=0 | 
|  | 
| virtual void | updateColor ()=0 | 
|  | 
| QColor | color () | 
|  | 
| void | clickColor () | 
|  | 
| virtual void | mouseMove (const unsigned int, const sofa::type::Vec3d &, const sofa::type::Vec3d &, const QString &) | 
|  | 
| virtual void | optionChangeSection (sofa::type::Vec3i) | 
|  | 
◆ LabelPointsBySectionImageToolBoxAction()
◆ ~LabelPointsBySectionImageToolBoxAction()
  
  | 
        
          | sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::~LabelPointsBySectionImageToolBoxAction | ( |  | ) |  |  | override | 
 
 
◆ addOnGraphs
  
  | 
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::addOnGraphs | ( |  | ) |  |  | overrideslot | 
 
 
◆ addToPath
  
  | 
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::addToPath | ( | const unsigned int | axis, |  
          |  |  | const sofa::type::Vec3d & | imageposition, |  
          |  |  | bool | forceMoveTo = false |  
          |  | ) |  |  |  | slot | 
 
 
◆ changeSection
  
  | 
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::changeSection | ( | int | i | ) |  |  | slot | 
 
 
◆ changeSection2
  
  | 
        
          | sofa::type::Vec3i sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::changeSection2 | ( | int | i, |  
          |  |  | bool | force = false |  
          |  | ) |  |  |  | slot | 
 
 
◆ createAxisSelectionWidget()
      
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::createAxisSelectionWidget | ( |  | ) |  | 
      
 
 
◆ createListPointWidget()
      
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::createListPointWidget | ( |  | ) |  | 
      
 
 
◆ createMainCommandWidget()
      
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::createMainCommandWidget | ( |  | ) |  | 
      
 
 
◆ LPBSITB()
◆ mouseMove
  
  | 
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::mouseMove | ( | const unsigned int | axis, |  
          |  |  | const sofa::type::Vec3d & | imageposition, |  
          |  |  | const sofa::type::Vec3d & | position3D, |  
          |  |  | const QString & | value |  
          |  | ) |  |  |  | overrideslot | 
 
 
◆ optionChangeSection
  
  | 
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::optionChangeSection | ( | sofa::type::Vec3i | v | ) |  |  | overrideslot | 
 
 
◆ updateColor
  
  | 
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::updateColor | ( |  | ) |  |  | overrideslot | 
 
 
◆ updateGraphs
  
  | 
        
          | void sofa::gui::qt::LabelPointsBySectionImageToolBoxAction::updateGraphs | ( |  | ) |  |  | overrideslot |