#include <scendlg.hxx>
 | 
|   | ScNewScenarioDlg (weld::Window *pParent, const OUString &rName, bool bEdit, bool bSheetProtected) | 
|   | 
| virtual  | ~ScNewScenarioDlg () override | 
|   | 
| void  | SetScenarioData (const OUString &rName, const OUString &rComment, const Color &rColor, ScScenarioFlags nFlags) | 
|   | 
| void  | GetScenarioData (OUString &rName, OUString &rComment, Color &rColor, ScScenarioFlags &rFlags) const | 
|   | 
|   | GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | 
|   | 
| virtual Dialog *  | getDialog () override | 
|   | 
| virtual  | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override | 
|   | 
| virtual Dialog *  | getDialog ()=0 | 
|   | 
| const Dialog *  | getConstDialog () const | 
|   | 
| virtual short  | run () | 
|   | 
| void  | set_title (const OUString &rTitle) | 
|   | 
| OUString  | get_title () const | 
|   | 
| void  | set_help_id (const OUString &rHelpId) | 
|   | 
| OUString  | get_help_id () const | 
|   | 
| void  | response (int nResponse) | 
|   | 
| virtual  | ~DialogController () COVERITY_NOEXCEPT_FALSE | 
|   | 
Definition at line 28 of file scendlg.hxx.
 
◆ ScNewScenarioDlg()
      
        
          | ScNewScenarioDlg::ScNewScenarioDlg  | 
          ( | 
          weld::Window *  | 
          pParent,  | 
        
        
           | 
           | 
          const OUString &  | 
          rName,  | 
        
        
           | 
           | 
          bool  | 
          bEdit,  | 
        
        
           | 
           | 
          bool  | 
          bSheetProtected  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~ScNewScenarioDlg()
  
  
      
        
          | ScNewScenarioDlg::~ScNewScenarioDlg  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ DECL_LINK() [1/2]
◆ DECL_LINK() [2/2]
  
  
      
        
          | ScNewScenarioDlg::DECL_LINK  | 
          ( | 
          OkHdl  | 
          ,  | 
         
        
           | 
           | 
          weld::Button &  | 
          ,  | 
         
        
           | 
           | 
          void  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ GetScenarioData()
      
        
          | void ScNewScenarioDlg::GetScenarioData  | 
          ( | 
          OUString &  | 
          rName,  | 
        
        
           | 
           | 
          OUString &  | 
          rComment,  | 
        
        
           | 
           | 
          Color &  | 
          rColor,  | 
        
        
           | 
           | 
          ScScenarioFlags &  | 
          rFlags  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
Definition at line 92 of file scendlg.cxx.
References aDefScenarioName, CopyAll, m_xCbCopyAll, m_xCbProtect, m_xCbShowFrame, m_xCbTwoWay, m_xEdComment, m_xEdName, m_xLbColor, NONE, Protected, ShowFrame, and TwoWay.
 
 
◆ SetScenarioData()
      
        
          | void ScNewScenarioDlg::SetScenarioData  | 
          ( | 
          const OUString &  | 
          rName,  | 
        
        
           | 
           | 
          const OUString &  | 
          rComment,  | 
        
        
           | 
           | 
          const Color &  | 
          rColor,  | 
        
        
           | 
           | 
          ScScenarioFlags  | 
          nFlags  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ aDefScenarioName
  
  
      
        
          | OUString ScNewScenarioDlg::aDefScenarioName | 
         
       
   | 
  
private   | 
  
 
 
◆ bIsEdit
  
  
      
        
          | bool ScNewScenarioDlg::bIsEdit | 
         
       
   | 
  
private   | 
  
 
 
◆ m_xAltTitle
  
  
      
        
          | std::unique_ptr<weld::Label> ScNewScenarioDlg::m_xAltTitle | 
         
       
   | 
  
private   | 
  
 
 
◆ m_xBtnOk
◆ m_xCbCopyAll
◆ m_xCbProtect
◆ m_xCbShowFrame
◆ m_xCbTwoWay
◆ m_xCreatedFt
  
  
      
        
          | std::unique_ptr<weld::Label> ScNewScenarioDlg::m_xCreatedFt | 
         
       
   | 
  
private   | 
  
 
 
◆ m_xEdComment
◆ m_xEdName
  
  
      
        
          | std::unique_ptr<weld::Entry> ScNewScenarioDlg::m_xEdName | 
         
       
   | 
  
private   | 
  
 
 
◆ m_xLbColor
◆ m_xOnFt
The documentation for this class was generated from the following files: