~ubuntu-branches/ubuntu/trusty/3depict/trusty

« back to all changes in this revision

Viewing changes to src/filters/externalProgram.h

  • Committer: Package Import Robot
  • Author(s): D Haley
  • Date: 2011-12-18 19:33:32 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111218193332-1motgr3vg9xeh41b
Tags: 0.0.9-1
* Update to upstream 0.0.9 
* Close powerpc bug fixed by 0.0.8-1 (Closes: #655682) 
* Close mgl font parsing bug fixed by mathgl upstream (Closes: #623431)
* Fix unclean source package (Closes: #643039)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                bool readState(xmlNodePtr &node, const std::string &packDir);
55
55
                
56
56
                //!Get the stream types that will be dropped during ::refresh   
57
 
                int getRefreshBlockMask() const;
 
57
                unsigned int getRefreshBlockMask() const;
58
58
 
59
59
                //!Get the stream types that will be generated during ::refresh 
60
 
                int getRefreshEmitMask() const; 
 
60
                unsigned int getRefreshEmitMask() const;        
61
61
                
62
62
                //!Set internal property value using a selection binding  (Disabled, this filter has no bindings)
63
63
                void setPropFromBinding(const SelectionBinding &b) {ASSERT(false);} ;
 
64
 
 
65
#ifdef DEBUG
 
66
                bool runUnitTests();
 
67
#endif
64
68
};
65
69
 
66
70
#endif