Cppcheck
Classes | Namespaces | Macros
libraryaddfunctiondialog.h File Reference
#include <QDialog>
#include <QObject>
#include <QString>

Go to the source code of this file.

Classes

class  LibraryAddFunctionDialog
 

Namespaces

 Ui
 

Macros

#define SIMPLENAME   "[_a-zA-Z][_a-zA-Z0-9]*"
 
#define SCOPENAME   SIMPLENAME "(::" SIMPLENAME ")*"
 
#define NAMES   SCOPENAME "(," SCOPENAME ")*"
 

Macro Definition Documentation

◆ NAMES

#define NAMES   SCOPENAME "(," SCOPENAME ")*"

Definition at line 33 of file libraryaddfunctiondialog.h.

◆ SCOPENAME

#define SCOPENAME   SIMPLENAME "(::" SIMPLENAME ")*"

Definition at line 32 of file libraryaddfunctiondialog.h.

◆ SIMPLENAME

#define SIMPLENAME   "[_a-zA-Z][_a-zA-Z0-9]*"

Definition at line 31 of file libraryaddfunctiondialog.h.