Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
UserProfile Class Reference

UserProfile allows manipulation of the User Profile dialog. More...

Public Member Functions

QString getName ()
 Returns the name of the current user. More...
 
QString getEmail ()
 Returns the email address of the current user. More...
 
QString getAddInfo ()
 Returns the information of the current user. More...
 
void setName (QString)
 Sets the name of the current user. More...
 
void setEmail (QString)
 Sets the email address of the current user. More...
 
void setAddInfo (QString)
 Adds information for the current user. More...
 

Detailed Description

UserProfile allows manipulation of the User Profile dialog.

Member Function Documentation

◆ getAddInfo()

QString UserProfile::getAddInfo ( )

Returns the information of the current user.

Returns
QString, the information of the current user.

◆ getEmail()

QString UserProfile::getEmail ( )

Returns the email address of the current user.

Returns
QString, the email address of the current user.

◆ getName()

QString UserProfile::getName ( )

Returns the name of the current user.

Returns
QString, the name of the current user.

◆ setAddInfo()

void UserProfile::setAddInfo ( QString  )

Adds information for the current user.

Parameters
addInfo,theinformation for the current user.

◆ setEmail()

void UserProfile::setEmail ( QString  )

Sets the email address of the current user.

Parameters
email,theemail address of the current user.

◆ setName()

void UserProfile::setName ( QString  )

Sets the name of the current user.

Parameters
name,thename of the current user.

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