smf/inc/smfplugins/smfpictures/smfgalleryplugin.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
equal deleted inserted replaced
4:969092730d34 5:edb9dc8273d9
    19 
    19 
    20 #ifndef SMFGALLERYPLUGIN_H_
    20 #ifndef SMFGALLERYPLUGIN_H_
    21 #define SMFGALLERYPLUGIN_H_
    21 #define SMFGALLERYPLUGIN_H_
    22 
    22 
    23 #include <smfpluginbase.h>
    23 #include <smfpluginbase.h>
    24 #include </inc/common/smfpictures/smfpicture.h>
    24 #include <smfpicture.h>
    25 #include </inc/common/smfcomment/smfcomment.h>
    25 #include <smfcomment.h>
    26 
    26 
    27 // Forward declaration
    27 // Forward declaration
    28 class SmfPluginManagerUtil;
    28 class SmfPluginUtil;
    29 
    29 
    30 /**
    30 /**
    31  * @ingroup smf_plugin_group
    31  * @ingroup smf_plugin_group
    32  * Interface specification for plugins that implement gallery related services
    32  * Interface specification for plugins that implement gallery related services
    33  * like getting pictures, their description, uploading, posting comments 
    33  * like getting pictures, their description, uploading, posting comments 
    55   @endmsc
    55   @endmsc
    56  * 
    56  * 
    57  */
    57  */
    58 class SmfGalleryPlugin : public SmfPluginBase
    58 class SmfGalleryPlugin : public SmfPluginBase
    59 	{
    59 	{
    60 	Q_OBJECT
       
    61 public:
    60 public:
    62 	/**
    61 	/**
    63 	 * Constructor with default argument
    62 	 * Constructor with default argument
    64 	 * @param aUtil The SmfPluginManagerUtil instance. The plugins can 
    63 	 * @param aUtil The SmfPluginUtil instance. The plugins can 
    65 	 * call the method getAuthKeys() of this class, with its pluginID to 
    64 	 * call the method getAuthKeys() of this class, with its pluginID to 
    66 	 * get the OAuth keys, keys are returned only if this plugin is 
    65 	 * get the OAuth keys, keys are returned only if this plugin is 
    67 	 * authorised by Smf franework
    66 	 * authorised by Smf franework
    68 	 */
    67 	 */
    69 	SmfGalleryPlugin( SmfPluginManagerUtil *aUtil );
    68 	SmfGalleryPlugin( SmfPluginUtil *aUtil );
    70 	
    69 	
    71 	/**
    70 	/**
    72 	 * Destructor
    71 	 * Destructor
    73 	 */
    72 	 */
    74 	~SmfGalleryPlugin( );
    73 	~SmfGalleryPlugin( );