example/MusicLyricsPlugin/MusicLyricsPlugin.h
changeset 26 83d6a149c755
parent 23 574948b60dab
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   223 	 */
   223 	 */
   224 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   224 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   225 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   225 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   226 	
   226 	
   227 	/**
   227 	/**
       
   228 	 * Method to get the authentication application process name
       
   229 	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
       
   230 	 */
       
   231 	QString authenticationAppName( ) const;
       
   232 	
       
   233 	/**
   228 	 * Method to get the unique registration ID provided by the 
   234 	 * Method to get the unique registration ID provided by the 
   229 	 * Smf for authorised plugins
   235 	 * Smf for authorised plugins
   230 	 * @return The unique registration ID/token provided by the Smf for 
   236 	 * @return The unique registration ID/token provided by the Smf for 
   231 	 * authorised plugins
   237 	 * authorised plugins
   232 	 */
   238 	 */
   243 	QImage m_applicationIcon;
   249 	QImage m_applicationIcon;
   244 	QStringList m_serviceType;
   250 	QStringList m_serviceType;
   245 	QStringList m_supportedLanguages;
   251 	QStringList m_supportedLanguages;
   246 	QString m_pluginId;
   252 	QString m_pluginId;
   247 	QString m_authAppId;
   253 	QString m_authAppId;
       
   254 	QString m_authAppName;
   248 	QString m_smfRegToken;
   255 	QString m_smfRegToken;
   249 	};
   256 	};
   250 
   257 
   251 
   258 
   252 
   259