aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/plugins/film.h
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-06 23:47:39 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-06 23:47:39 +0000
commitc886922cc0b8c32ead0459b581f51ff60fdebbd4 (patch)
tree98c9b3036116ebfefde32c8c278639b767e2d305 /Gem/develop/include/Gem/plugins/film.h
parentff954ec3b2de3f0bce8aee70680469468896df7d (diff)
Gem 427a3d0e61d61e64e76facfa905c120356383bab osx/x86_64
built 'master:427a3d0e61d61e64e76facfa905c120356383bab' for osx/x86_64
Diffstat (limited to 'Gem/develop/include/Gem/plugins/film.h')
-rw-r--r--Gem/develop/include/Gem/plugins/film.h26
1 files changed, 16 insertions, 10 deletions
diff --git a/Gem/develop/include/Gem/plugins/film.h b/Gem/develop/include/Gem/plugins/film.h
index 14f39ec..9e89726 100644
--- a/Gem/develop/include/Gem/plugins/film.h
+++ b/Gem/develop/include/Gem/plugins/film.h
@@ -35,13 +35,17 @@ WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
-----------------------------------------------------------------*/
struct pixBlock;
-namespace gem {
- class Properties;
+namespace gem
+{
+class Properties;
}
-namespace gem { namespace plugins {
+namespace gem
+{
+namespace plugins
+{
class GEM_EXTERN film
{
- public:
+public:
//////////
// returns an instance wrapping all plugins or NULL
@@ -81,12 +85,13 @@ class GEM_EXTERN film
*/
/* returns TRUE if loading was successful, FALSE otherwise */
virtual bool open(const std::string&,
- const gem::Properties&requestprops) = 0;
+ const gem::Properties&requestprops) = 0;
/* some error codes */
enum errCode { SUCCESS = 0,
- FAILURE = 1,
- DONTKNOW= 2 };
+ FAILURE = 1,
+ DONTKNOW= 2
+ };
//////////
// Change which image to display
@@ -132,7 +137,7 @@ class GEM_EXTERN film
*/
virtual bool enumProperties(gem::Properties&readable,
- gem::Properties&writeable) = 0;
+ gem::Properties&writeable) = 0;
/**
* set a number of properties (as defined by "props")
@@ -158,7 +163,8 @@ class GEM_EXTERN film
virtual void getProperties(gem::Properties&props) = 0;
};
-};}; // namespace gem::plugins
+};
+}; // namespace gem::plugins
/**
@@ -170,4 +176,4 @@ class GEM_EXTERN film
*/
#define REGISTER_FILMFACTORY(id, TYP) static gem::PluginFactoryRegistrar::registrar<TYP, gem::plugins::film> fac_film_ ## TYP (id)
-#endif // for header file
+#endif // for header file