Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Scope Class Reference
+ Collaboration diagram for Scope:

Public Types

enum  Type {
  Clazz , Function , Other , Clazz ,
  Function , Other
}
 
enum  Type {
  Clazz , Function , Other , Clazz ,
  Function , Other
}
 

Public Member Functions

 Scope (const QString &name, Type type, int line)
 
 ~Scope ()
 
 Scope (const QString &name, Type type, int line)
 
 ~Scope ()
 

Public Attributes

QString name
 
enum Scope::Type type
 
int line
 

Detailed Description

Definition at line 30 of file java.cpp.

Member Enumeration Documentation

◆ Type [1/2]

Enumerator
Clazz 
Function 
Other 
Clazz 
Function 
Other 

Definition at line 34 of file java.cpp.

◆ Type [2/2]

Enumerator
Clazz 
Function 
Other 
Clazz 
Function 
Other 

Definition at line 34 of file java.cpp.

Constructor & Destructor Documentation

◆ Scope() [1/2]

Scope::Scope ( const QString & name,
Type type,
int line )
inline

Definition at line 37 of file java.cpp.

References Scope(), and line.

Referenced by Scope().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~Scope() [1/2]

Scope::~Scope ( )
inline

Definition at line 43 of file java.cpp.

◆ Scope() [2/2]

Scope::Scope ( const QString & name,
Type type,
int line )
inline

Definition at line 37 of file java.cpp.

◆ ~Scope() [2/2]

Scope::~Scope ( )
inline

Definition at line 43 of file java.cpp.

Member Data Documentation

◆ line

int Scope::line

Definition at line 35 of file java.cpp.

Referenced by Scope().

◆ name

QString Scope::name

Definition at line 33 of file java.cpp.

Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().

◆ type

enum Scope::Type Scope::type

The documentation for this class was generated from the following file: