~ubuntu-branches/debian/sid/3depict/sid

« back to all changes in this revision

Viewing changes to src/filters/ionColour.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:
59
59
                bool readState(xmlNodePtr &node, const std::string &packDir);
60
60
                
61
61
                //!Get the stream types that will be dropped during ::refresh   
62
 
                int getRefreshBlockMask() const;
 
62
                unsigned int getRefreshBlockMask() const;
63
63
 
64
64
                //!Get the stream types that will be generated during ::refresh 
65
 
                int getRefreshEmitMask() const; 
 
65
                unsigned int getRefreshEmitMask() const;        
66
66
                
67
67
                //!Set internal property value using a selection binding  (Disabled, this filter has no bindings)
68
68
                void setPropFromBinding(const SelectionBinding &b) {ASSERT(false);} ;
 
69
 
 
70
#ifdef DEBUG
 
71
                bool runUnitTests() ; 
 
72
#endif
69
73
};
70
74
#endif