X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=www%2Fapidoc%2Fhtml%2Fclass_urpo_connection_settings.html;fp=www%2Fapidoc%2Fhtml%2Fclass_urpo_connection_settings.html;h=65b6b9a69dd66f2eb946c59c6a2a6d0735a9d56e;hb=30ce423868584b5d2d7aa066dd8408309a16e819;hp=0000000000000000000000000000000000000000;hpb=aa700f245d7c8ea96728266237f42691836baf74;p=urpo diff --git a/www/apidoc/html/class_urpo_connection_settings.html b/www/apidoc/html/class_urpo_connection_settings.html new file mode 100644 index 0000000..65b6b9a --- /dev/null +++ b/www/apidoc/html/class_urpo_connection_settings.html @@ -0,0 +1,228 @@ + + + + + +Urpo: UrpoConnectionSettings Class Reference + + + + + + + + + +
+

UrpoConnectionSettings Class Reference

+

Connection information, support storing settings. +More...

+ +

#include <urpoconnectionsettings.h>

+
+Inheritance diagram for UrpoConnectionSettings:
+
+
+ + +UrpoConnection + +
+
+ +

List of all members.

+ + + + + + + + + + + + + + + + +

Public Member Functions

 UrpoConnectionSettings (const QString organization=QString(), const QString application=QString())
QString getHost () const
 Host name or ip address.
QString getIdentity () const
 Identity file.
QString getUserid () const
 Userid in server.
+void setHost (const QString &host)
+void setIdentity (const QString &password)
+void setUserid (const QString &userid)
+void store () const
 Store settings via QSettings.
+void load ()
 Load settings via QSettings.
+

Detailed Description

+

Connection information, support storing settings.

+

Setting are stored/loaded using QSettings

+
Author:
Arto Hyvättinen
+
Date:
2010-06-11
+
Version:
1
+ +

Definition at line 36 of file urpoconnectionsettings.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
UrpoConnectionSettings::UrpoConnectionSettings (const QString  organization = QString(),
const QString  application = QString() 
)
+
+
+
Parameters:
+ + + +
organization Organization key for storing settings
application Application key for storing settings
+
+
+ +

Definition at line 27 of file urpoconnectionsettings.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString UrpoConnectionSettings::getHost ( )  const [virtual]
+
+
+ +

Host name or ip address.

+
Returns:
Server host name of ip address
+ +

Implements UrpoConnection.

+ +

Definition at line 34 of file urpoconnectionsettings.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString UrpoConnectionSettings::getIdentity ( )  const [virtual]
+
+
+ +

Identity file.

+

ssh identity file (private key)

+
Returns:
ssh identity file path
+ +

Implements UrpoConnection.

+ +

Definition at line 39 of file urpoconnectionsettings.cpp.

+ +
+
+ +
+
+ + + + + + + + +
QString UrpoConnectionSettings::getUserid ( )  const [virtual]
+
+
+ +

Userid in server.

+
Returns:
userid in server
+ +

Implements UrpoConnection.

+ +

Definition at line 44 of file urpoconnectionsettings.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Functions Enumerations Enumerator
+ + +
+ +
+ +
Generated on Mon Jun 21 21:38:16 2010 for Urpo by  + +doxygen 1.6.3
+ +