Skip to content

Commit

Permalink
feat: Add files generated by qdbusXML2cpp and DCONG2cpp
Browse files Browse the repository at this point in the history
Add files generated by qdbusXML2cpp and DCONG2cpp

Log: Add files generated by qdbusXML2cpp and DCONG2cpp
  • Loading branch information
USFunction authored and deepin-admin-bot committed Jan 14, 2025
1 parent 839c528 commit 12c4534
Show file tree
Hide file tree
Showing 11 changed files with 1,268 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ License: CC0-1.0
Files: dbus/adapter/*.xml dbus/*.xml
Copyright: None
License: CC0-1.0

Files: toolGenerate/**/*
Copyright: None
License: CC0-1.0
361 changes: 361 additions & 0 deletions toolGenerate/qdbusxml2cpp/org.deepin.dde.Accounts1.UserAdaptor.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,361 @@
/*
* This file was generated by qdbusxml2cpp version 0.8
* Command line was: qdbusxml2cpp ./dde-polkit-agent/dbus/org.deepin.dde.Accounts1.User.xml -a ./dde-polkit-agent/toolGenerate/qdbusxml2cpp/org.deepin.dde.Accounts1.UserAdaptor -i ./dde-polkit-agent/toolGenerate/qdbusxml2cpp/org.deepin.dde.Accounts1.User.h
*
* qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd.
*
* This is an auto-generated file.
* Do not edit! All changes made to it will be lost.
*/

#include "./dde-polkit-agent/toolGenerate/qdbusxml2cpp/org.deepin.dde.Accounts1.UserAdaptor.h"
#include <QtCore/QMetaObject>
#include <QtCore/QByteArray>
#include <QtCore/QList>
#include <QtCore/QMap>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QVariant>

/*
* Implementation of adaptor class UserAdaptor
*/

UserAdaptor::UserAdaptor(QObject *parent)
: QDBusAbstractAdaptor(parent)
{
// constructor
setAutoRelaySignals(true);
}

UserAdaptor::~UserAdaptor()
{
// destructor
}

int UserAdaptor::accountType() const
{
// get the value of property AccountType
return qvariant_cast< int >(parent()->property("AccountType"));
}

bool UserAdaptor::automaticLogin() const
{
// get the value of property AutomaticLogin
return qvariant_cast< bool >(parent()->property("AutomaticLogin"));
}

qulonglong UserAdaptor::createdTime() const
{
// get the value of property CreatedTime
return qvariant_cast< qulonglong >(parent()->property("CreatedTime"));
}

QStringList UserAdaptor::desktopBackgrounds() const
{
// get the value of property DesktopBackgrounds
return qvariant_cast< QStringList >(parent()->property("DesktopBackgrounds"));
}

QString UserAdaptor::fullName() const
{
// get the value of property FullName
return qvariant_cast< QString >(parent()->property("FullName"));
}

QString UserAdaptor::gid() const
{
// get the value of property Gid
return qvariant_cast< QString >(parent()->property("Gid"));
}

QString UserAdaptor::greeterBackground() const
{
// get the value of property GreeterBackground
return qvariant_cast< QString >(parent()->property("GreeterBackground"));
}

QStringList UserAdaptor::groups() const
{
// get the value of property Groups
return qvariant_cast< QStringList >(parent()->property("Groups"));
}

QStringList UserAdaptor::historyLayout() const
{
// get the value of property HistoryLayout
return qvariant_cast< QStringList >(parent()->property("HistoryLayout"));
}

QString UserAdaptor::homeDir() const
{
// get the value of property HomeDir
return qvariant_cast< QString >(parent()->property("HomeDir"));
}

QString UserAdaptor::iconFile() const
{
// get the value of property IconFile
return qvariant_cast< QString >(parent()->property("IconFile"));
}

QStringList UserAdaptor::iconList() const
{
// get the value of property IconList
return qvariant_cast< QStringList >(parent()->property("IconList"));
}

QString UserAdaptor::layout() const
{
// get the value of property Layout
return qvariant_cast< QString >(parent()->property("Layout"));
}

QString UserAdaptor::locale() const
{
// get the value of property Locale
return qvariant_cast< QString >(parent()->property("Locale"));
}

bool UserAdaptor::locked() const
{
// get the value of property Locked
return qvariant_cast< bool >(parent()->property("Locked"));
}

qulonglong UserAdaptor::loginTime() const
{
// get the value of property LoginTime
return qvariant_cast< qulonglong >(parent()->property("LoginTime"));
}

int UserAdaptor::longDateFormat() const
{
// get the value of property LongDateFormat
return qvariant_cast< int >(parent()->property("LongDateFormat"));
}

int UserAdaptor::longTimeFormat() const
{
// get the value of property LongTimeFormat
return qvariant_cast< int >(parent()->property("LongTimeFormat"));
}

int UserAdaptor::maxPasswordAge() const
{
// get the value of property MaxPasswordAge
return qvariant_cast< int >(parent()->property("MaxPasswordAge"));
}

bool UserAdaptor::noPasswdLogin() const
{
// get the value of property NoPasswdLogin
return qvariant_cast< bool >(parent()->property("NoPasswdLogin"));
}

QString UserAdaptor::passwordHint() const
{
// get the value of property PasswordHint
return qvariant_cast< QString >(parent()->property("PasswordHint"));
}

int UserAdaptor::passwordLastChange() const
{
// get the value of property PasswordLastChange
return qvariant_cast< int >(parent()->property("PasswordLastChange"));
}

QString UserAdaptor::passwordStatus() const
{
// get the value of property PasswordStatus
return qvariant_cast< QString >(parent()->property("PasswordStatus"));
}

QString UserAdaptor::shell() const
{
// get the value of property Shell
return qvariant_cast< QString >(parent()->property("Shell"));
}

int UserAdaptor::shortDateFormat() const
{
// get the value of property ShortDateFormat
return qvariant_cast< int >(parent()->property("ShortDateFormat"));
}

int UserAdaptor::shortTimeFormat() const
{
// get the value of property ShortTimeFormat
return qvariant_cast< int >(parent()->property("ShortTimeFormat"));
}

bool UserAdaptor::systemAccount() const
{
// get the value of property SystemAccount
return qvariant_cast< bool >(parent()->property("SystemAccount"));
}

QString UserAdaptor::uid() const
{
// get the value of property Uid
return qvariant_cast< QString >(parent()->property("Uid"));
}

bool UserAdaptor::use24HourFormat() const
{
// get the value of property Use24HourFormat
return qvariant_cast< bool >(parent()->property("Use24HourFormat"));
}

QString UserAdaptor::userName() const
{
// get the value of property UserName
return qvariant_cast< QString >(parent()->property("UserName"));
}

int UserAdaptor::weekBegins() const
{
// get the value of property WeekBegins
return qvariant_cast< int >(parent()->property("WeekBegins"));
}

int UserAdaptor::weekdayFormat() const
{
// get the value of property WeekdayFormat
return qvariant_cast< int >(parent()->property("WeekdayFormat"));
}

QString UserAdaptor::xSession() const
{
// get the value of property XSession
return qvariant_cast< QString >(parent()->property("XSession"));
}

void UserAdaptor::AddGroup(const QString &group)
{
// handle method call org.deepin.dde.Accounts1.User.AddGroup
QMetaObject::invokeMethod(parent(), "AddGroup", Q_ARG(QString, group));
}

void UserAdaptor::DeleteGroup(const QString &group)
{
// handle method call org.deepin.dde.Accounts1.User.DeleteGroup
QMetaObject::invokeMethod(parent(), "DeleteGroup", Q_ARG(QString, group));
}

void UserAdaptor::DeleteIconFile(const QString &iconFile)
{
// handle method call org.deepin.dde.Accounts1.User.DeleteIconFile
QMetaObject::invokeMethod(parent(), "DeleteIconFile", Q_ARG(QString, iconFile));
}

void UserAdaptor::EnableNoPasswdLogin(bool enabled)
{
// handle method call org.deepin.dde.Accounts1.User.EnableNoPasswdLogin
QMetaObject::invokeMethod(parent(), "EnableNoPasswdLogin", Q_ARG(bool, enabled));
}

bool UserAdaptor::IsPasswordExpired()
{
// handle method call org.deepin.dde.Accounts1.User.IsPasswordExpired
bool out0;
QMetaObject::invokeMethod(parent(), "IsPasswordExpired", Q_RETURN_ARG(bool, out0));
return out0;
}

int UserAdaptor::PasswordExpiredInfo(int &dayLeft)
{
// handle method call org.deepin.dde.Accounts1.User.PasswordExpiredInfo
//return static_cast<YourObjectType *>(parent())->PasswordExpiredInfo(dayLeft);
}

void UserAdaptor::SetAutomaticLogin(bool enabled)
{
// handle method call org.deepin.dde.Accounts1.User.SetAutomaticLogin
QMetaObject::invokeMethod(parent(), "SetAutomaticLogin", Q_ARG(bool, enabled));
}

void UserAdaptor::SetDesktopBackgrounds(const QStringList &backgrounds)
{
// handle method call org.deepin.dde.Accounts1.User.SetDesktopBackgrounds
QMetaObject::invokeMethod(parent(), "SetDesktopBackgrounds", Q_ARG(QStringList, backgrounds));
}

void UserAdaptor::SetFullName(const QString &name)
{
// handle method call org.deepin.dde.Accounts1.User.SetFullName
QMetaObject::invokeMethod(parent(), "SetFullName", Q_ARG(QString, name));
}

void UserAdaptor::SetGreeterBackground(const QString &background)
{
// handle method call org.deepin.dde.Accounts1.User.SetGreeterBackground
QMetaObject::invokeMethod(parent(), "SetGreeterBackground", Q_ARG(QString, background));
}

void UserAdaptor::SetGroups(const QStringList &groups)
{
// handle method call org.deepin.dde.Accounts1.User.SetGroups
QMetaObject::invokeMethod(parent(), "SetGroups", Q_ARG(QStringList, groups));
}

void UserAdaptor::SetHistoryLayout(const QStringList &layouts)
{
// handle method call org.deepin.dde.Accounts1.User.SetHistoryLayout
QMetaObject::invokeMethod(parent(), "SetHistoryLayout", Q_ARG(QStringList, layouts));
}

void UserAdaptor::SetHomeDir(const QString &home)
{
// handle method call org.deepin.dde.Accounts1.User.SetHomeDir
QMetaObject::invokeMethod(parent(), "SetHomeDir", Q_ARG(QString, home));
}

void UserAdaptor::SetIconFile(const QString &iconFile)
{
// handle method call org.deepin.dde.Accounts1.User.SetIconFile
QMetaObject::invokeMethod(parent(), "SetIconFile", Q_ARG(QString, iconFile));
}

void UserAdaptor::SetLayout(const QString &layout)
{
// handle method call org.deepin.dde.Accounts1.User.SetLayout
QMetaObject::invokeMethod(parent(), "SetLayout", Q_ARG(QString, layout));
}

void UserAdaptor::SetLocale(const QString &locale)
{
// handle method call org.deepin.dde.Accounts1.User.SetLocale
QMetaObject::invokeMethod(parent(), "SetLocale", Q_ARG(QString, locale));
}

void UserAdaptor::SetLocked(bool locked)
{
// handle method call org.deepin.dde.Accounts1.User.SetLocked
QMetaObject::invokeMethod(parent(), "SetLocked", Q_ARG(bool, locked));
}

void UserAdaptor::SetMaxPasswordAge(int nDays)
{
// handle method call org.deepin.dde.Accounts1.User.SetMaxPasswordAge
QMetaObject::invokeMethod(parent(), "SetMaxPasswordAge", Q_ARG(int, nDays));
}

void UserAdaptor::SetPassword(const QString &password)
{
// handle method call org.deepin.dde.Accounts1.User.SetPassword
QMetaObject::invokeMethod(parent(), "SetPassword", Q_ARG(QString, password));
}

void UserAdaptor::SetPasswordHint(const QString &hint)
{
// handle method call org.deepin.dde.Accounts1.User.SetPasswordHint
QMetaObject::invokeMethod(parent(), "SetPasswordHint", Q_ARG(QString, hint));
}

void UserAdaptor::SetShell(const QString &shell)
{
// handle method call org.deepin.dde.Accounts1.User.SetShell
QMetaObject::invokeMethod(parent(), "SetShell", Q_ARG(QString, shell));
}

Loading

0 comments on commit 12c4534

Please sign in to comment.