example/flickrgalleryplugin/flickrgalleryplugin.h
changeset 26 83d6a149c755
parent 17 106a4bfcb866
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   283 	 */
   283 	 */
   284 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   284 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   285 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   285 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   286 	
   286 	
   287 	/**
   287 	/**
       
   288 	 * Method to get the authentication application process name
       
   289 	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
       
   290 	 */
       
   291 	QString authenticationAppName( ) const;
       
   292 	
       
   293 	/**
   288 	 * Method to get the unique registration ID provided by the 
   294 	 * Method to get the unique registration ID provided by the 
   289 	 * Smf for authorised plugins
   295 	 * Smf for authorised plugins
   290 	 * @return The unique registration ID/token provided by the Smf for 
   296 	 * @return The unique registration ID/token provided by the Smf for 
   291 	 * authorised plugins
   297 	 * authorised plugins
   292 	 */
   298 	 */
   301 	QUrl m_serviceUrl;
   307 	QUrl m_serviceUrl;
   302 	QUrl m_applicationUrl;
   308 	QUrl m_applicationUrl;
   303 	QImage m_applicationIcon;
   309 	QImage m_applicationIcon;
   304 	QString m_pluginId;
   310 	QString m_pluginId;
   305 	QString m_authAppId;
   311 	QString m_authAppId;
       
   312 	QString m_authAppName;
   306 	QString m_smfRegToken;
   313 	QString m_smfRegToken;
   307 	QList<QString> m_supportedInterfaces;
   314 	QList<QString> m_supportedInterfaces;
   308 	QStringList m_supportedLangs;
   315 	QStringList m_supportedLangs;
   309 	QDateTime m_validity;
   316 	QDateTime m_validity;
   310 	};
   317 	};