QtBase  v6.3.1
Public Member Functions | List of all members
QMakeLocalFileName Class Reference

#include <makefiledeps.h>

Inheritance diagram for QMakeLocalFileName:
Inheritance graph
[legend]

Public Member Functions

 QMakeLocalFileName ()=default
 
 QMakeLocalFileName (const QString &)
 
bool isNull () const
 
const QStringreal () const
 
const QStringlocal () const
 
bool operator== (const QMakeLocalFileName &other) const
 
bool operator!= (const QMakeLocalFileName &other) const
 

Detailed Description

Definition at line 44 of file makefiledeps.h.

Constructor & Destructor Documentation

◆ QMakeLocalFileName() [1/2]

QMakeLocalFileName::QMakeLocalFileName ( )
default

◆ QMakeLocalFileName() [2/2]

QMakeLocalFileName::QMakeLocalFileName ( const QString name)

Definition at line 63 of file makefiledeps.cpp.

Member Function Documentation

◆ isNull()

bool QMakeLocalFileName::isNull ( ) const
inline

Definition at line 51 of file makefiledeps.h.

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

◆ local()

const QString & QMakeLocalFileName::local ( ) const

Definition at line 68 of file makefiledeps.cpp.

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

◆ operator!=()

bool QMakeLocalFileName::operator!= ( const QMakeLocalFileName other) const
inline

Definition at line 58 of file makefiledeps.h.

Here is the call graph for this function:

◆ operator==()

bool QMakeLocalFileName::operator== ( const QMakeLocalFileName other) const
inline

Definition at line 55 of file makefiledeps.h.

Here is the call graph for this function:

◆ real()

const QString& QMakeLocalFileName::real ( ) const
inline

Definition at line 52 of file makefiledeps.h.

Here is the caller graph for this function:

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