Public Member Functions

QArgument< T > Class Template Reference

Search for all occurrences

Detailed Description

template<class T>
class QArgument< T >

Definition at line 269 of file qobjectdefs.h.

#include <qobjectdefs.h>

Inheritance diagram for QArgument< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  QArgument (const char *aName, const T &aData)

Constructor & Destructor Documentation

QArgument ( const char *  aName,
const T &  aData 
) [inline]

Definition at line 272 of file qobjectdefs.h.

        : QGenericArgument(aName, static_cast<const void *>(&aData))
        {}

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