example/lastfmplaylistserviceplugin/lastfmplaylistserviceplugin.h
changeset 26 83d6a149c755
parent 23 574948b60dab
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   250 	 */
   250 	 */
   251 	QString authenticationApp( QString &aProgram, QStringList & aArguments,
   251 	QString authenticationApp( QString &aProgram, QStringList & aArguments,
   252 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   252 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   253 
   253 
   254 	/**
   254 	/**
       
   255 	 * Method to get the authentication application process name
       
   256 	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
       
   257 	 */
       
   258 	QString authenticationAppName( ) const;
       
   259 	
       
   260 	/**
   255 	 * Method to get the unique registration ID provided by the
   261 	 * Method to get the unique registration ID provided by the
   256 	 * Smf for authorised plugins
   262 	 * Smf for authorised plugins
   257 	 * @return The unique registration ID/token provided by the Smf for
   263 	 * @return The unique registration ID/token provided by the Smf for
   258 	 * authorised plugins
   264 	 * authorised plugins
   259 	 */
   265 	 */
   274 	QUrl m_serviceUrl;
   280 	QUrl m_serviceUrl;
   275 	QUrl m_applicationUrl;
   281 	QUrl m_applicationUrl;
   276 	QImage m_applicationIcon;
   282 	QImage m_applicationIcon;
   277 	QString m_pluginId;
   283 	QString m_pluginId;
   278 	QString m_authAppId;
   284 	QString m_authAppId;
       
   285 	QString m_authAppName;
   279 	QString m_smfRegToken;
   286 	QString m_smfRegToken;
   280 	QList<QString> m_supportedInterfaces;
   287 	QList<QString> m_supportedInterfaces;
   281 	QStringList m_supportedLangs;
   288 	QStringList m_supportedLangs;
   282 	QDateTime m_validity;
   289 	QDateTime m_validity;
   283 	};
   290 	};