19 #ifndef LIBRARYADDFUNCTIONDIALOG_H 
   20 #define LIBRARYADDFUNCTIONDIALOG_H 
   31 #define SIMPLENAME     "[_a-zA-Z][_a-zA-Z0-9]*"             
   32 #define SCOPENAME      SIMPLENAME "(::" SIMPLENAME ")*"    
 
   33 #define NAMES          SCOPENAME "(," SCOPENAME ")*"       
 
   48     Ui::LibraryAddFunctionDialog *
mUi;
 
int numberOfArguments() const
 
LibraryAddFunctionDialog(const LibraryAddFunctionDialog &)=delete
 
Ui::LibraryAddFunctionDialog * mUi
 
LibraryAddFunctionDialog & operator=(const LibraryAddFunctionDialog &)=delete
 
LibraryAddFunctionDialog(QWidget *parent=nullptr)
 
~LibraryAddFunctionDialog() override
 
QString functionName() const