Mapper  0.9.0
API documentation
Public Member Functions | List of all members
Overloaded Struct Reference

This file is part of OpenOrienteering. More...

Public Member Functions

void foo ()
 
void foo (QByteArray)
 
void foo (QByteArray, const QString &)
 
void constFoo () const
 
void constFoo (QByteArray) const
 
void constFoo (QByteArray, const QString &) const
 
void mixedFoo ()
 
void mixedFoo (QByteArray) const
 

Detailed Description

This file is part of OpenOrienteering.

This is a modified version of tst_qglobal.cpp from the Qt Toolkit 5.7. You can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.

OpenOrienteering is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenOrienteering. If not, see http://www.gnu.org/licenses/

Changes: 2016-03-25 Kai Pastor dg0yt.nosp@m.@dar.nosp@m.c.de

Member Function Documentation

◆ constFoo() [1/3]

void Overloaded::constFoo ( ) const
inline

◆ constFoo() [2/3]

void Overloaded::constFoo ( QByteArray  ) const
inline

◆ constFoo() [3/3]

void Overloaded::constFoo ( QByteArray  ,
const QString  
) const
inline

◆ foo() [1/3]

void Overloaded::foo ( )
inline

◆ foo() [2/3]

void Overloaded::foo ( QByteArray  )
inline

◆ foo() [3/3]

void Overloaded::foo ( QByteArray  ,
const QString  
)
inline

◆ mixedFoo() [1/2]

void Overloaded::mixedFoo ( )
inline

◆ mixedFoo() [2/2]

void Overloaded::mixedFoo ( QByteArray  ) const
inline

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