##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QSessionManager.cpp
92 lines | 2.7 KiB | text/x-c | CppLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QSessionManager.cpp
#include "PythonQtWrapper_QSessionManager.h"
#include <PythonQtSignalReceiver.h>
#include <PythonQtMethodInfo.h>
#include <PythonQtConversion.h>
#include <QVariant>
#include <qbytearray.h>
#include <qcoreevent.h>
#include <qlist.h>
#include <qobject.h>
#include <qstringlist.h>
QStringList PythonQtWrapper_QSessionManager::discardCommand(QSessionManager* theWrappedObject) const
{
return ( theWrappedObject->discardCommand());
}
void PythonQtWrapper_QSessionManager::setDiscardCommand(QSessionManager* theWrappedObject, const QStringList& arg__1)
{
( theWrappedObject->setDiscardCommand(arg__1));
}
void PythonQtWrapper_QSessionManager::requestPhase2(QSessionManager* theWrappedObject)
{
( theWrappedObject->requestPhase2());
}
void PythonQtWrapper_QSessionManager::release(QSessionManager* theWrappedObject)
{
( theWrappedObject->release());
}
QString PythonQtWrapper_QSessionManager::sessionId(QSessionManager* theWrappedObject) const
{
return ( theWrappedObject->sessionId());
}
void PythonQtWrapper_QSessionManager::setManagerProperty(QSessionManager* theWrappedObject, const QString& name, const QString& value)
{
( theWrappedObject->setManagerProperty(name, value));
}
void PythonQtWrapper_QSessionManager::setRestartCommand(QSessionManager* theWrappedObject, const QStringList& arg__1)
{
( theWrappedObject->setRestartCommand(arg__1));
}
void PythonQtWrapper_QSessionManager::cancel(QSessionManager* theWrappedObject)
{
( theWrappedObject->cancel());
}
QString PythonQtWrapper_QSessionManager::sessionKey(QSessionManager* theWrappedObject) const
{
return ( theWrappedObject->sessionKey());
}
bool PythonQtWrapper_QSessionManager::isPhase2(QSessionManager* theWrappedObject) const
{
return ( theWrappedObject->isPhase2());
}
QSessionManager::RestartHint PythonQtWrapper_QSessionManager::restartHint(QSessionManager* theWrappedObject) const
{
return ( theWrappedObject->restartHint());
}
bool PythonQtWrapper_QSessionManager::allowsErrorInteraction(QSessionManager* theWrappedObject)
{
return ( theWrappedObject->allowsErrorInteraction());
}
void PythonQtWrapper_QSessionManager::setManagerProperty(QSessionManager* theWrappedObject, const QString& name, const QStringList& value)
{
( theWrappedObject->setManagerProperty(name, value));
}
void PythonQtWrapper_QSessionManager::setRestartHint(QSessionManager* theWrappedObject, QSessionManager::RestartHint arg__1)
{
( theWrappedObject->setRestartHint(arg__1));
}
QStringList PythonQtWrapper_QSessionManager::restartCommand(QSessionManager* theWrappedObject) const
{
return ( theWrappedObject->restartCommand());
}
bool PythonQtWrapper_QSessionManager::allowsInteraction(QSessionManager* theWrappedObject)
{
return ( theWrappedObject->allowsInteraction());
}