example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.h
changeset 26 83d6a149c755
parent 23 574948b60dab
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   274 	 */
   274 	 */
   275 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   275 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   276 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   276 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   277 	
   277 	
   278 	/**
   278 	/**
       
   279 	 * Method to get the authentication application process name
       
   280 	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
       
   281 	 */
       
   282 	QString authenticationAppName( ) const;
       
   283 	
       
   284 	/**
   279 	 * Method to get the unique registration ID provided by the 
   285 	 * Method to get the unique registration ID provided by the 
   280 	 * Smf for authorised plugins
   286 	 * Smf for authorised plugins
   281 	 * @return The unique registration ID/token provided by the Smf for 
   287 	 * @return The unique registration ID/token provided by the Smf for 
   282 	 * authorised plugins
   288 	 * authorised plugins
   283 	 */
   289 	 */
   298 	QUrl m_serviceUrl;
   304 	QUrl m_serviceUrl;
   299 	QUrl m_applicationUrl;
   305 	QUrl m_applicationUrl;
   300 	QImage m_applicationIcon;
   306 	QImage m_applicationIcon;
   301 	QString m_pluginId;
   307 	QString m_pluginId;
   302 	QString m_authAppId;
   308 	QString m_authAppId;
       
   309 	QString m_authAppName;
   303 	QString m_smfRegToken;
   310 	QString m_smfRegToken;
   304 	QList<QString> m_supportedInterfaces;
   311 	QList<QString> m_supportedInterfaces;
   305 	QStringList m_supportedLangs;
   312 	QStringList m_supportedLangs;
   306 	QDateTime m_validity;
   313 	QDateTime m_validity;
   307 	};
   314 	};