example/lastfmmusicsearchplugin/lastfmmusicsearchplugin.h
changeset 26 83d6a149c755
parent 23 574948b60dab
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   300 	 */
   300 	 */
   301 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   301 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   302 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   302 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   303 	
   303 	
   304 	/**
   304 	/**
       
   305 	 * Method to get the authentication application process name
       
   306 	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
       
   307 	 */
       
   308 	QString authenticationAppName( ) const;
       
   309 	
       
   310 	/**
   305 	 * Method to get the unique registration ID provided by the 
   311 	 * Method to get the unique registration ID provided by the 
   306 	 * Smf for authorised plugins
   312 	 * Smf for authorised plugins
   307 	 * @return The unique registration ID/token provided by the Smf for 
   313 	 * @return The unique registration ID/token provided by the Smf for 
   308 	 * authorised plugins
   314 	 * authorised plugins
   309 	 */
   315 	 */
   324 	QUrl m_serviceUrl;
   330 	QUrl m_serviceUrl;
   325 	QUrl m_applicationUrl;
   331 	QUrl m_applicationUrl;
   326 	QImage m_applicationIcon;
   332 	QImage m_applicationIcon;
   327 	QString m_pluginId;
   333 	QString m_pluginId;
   328 	QString m_authAppId;
   334 	QString m_authAppId;
       
   335 	QString m_authAppName;
   329 	QString m_smfRegToken;
   336 	QString m_smfRegToken;
   330 	QList<QString> m_supportedInterfaces;
   337 	QList<QString> m_supportedInterfaces;
   331 	QStringList m_supportedLangs;
   338 	QStringList m_supportedLangs;
   332 	QDateTime m_validity;
   339 	QDateTime m_validity;
   333 	};
   340 	};