Internal: virtual class to store a SDUD graphic animation. More...
Public Member Functions | |
| SDUDGraphicAnimation () | |
| constructor | |
| ~SDUDGraphicAnimation () | |
| destructor | |
| virtual std::string | print () const |
| basic print function | |
Public Attributes | |
| std::vector< STOFFVec2i > | m_polygon |
| the polygon | |
| STOFFVec2i | m_limits [2] |
| the limits start, end | |
| int | m_values [8] |
| the values: presentation effect, speed, clickAction, presentation effect[second], speed[second], invisible, verb, text effect | |
| STOFFColor | m_colors [2] |
| the colors | |
| bool | m_flags [3] |
| some flags : active, dim[previous], isMovie | |
| bool | m_booleans [5] |
| some bool : hasSound, playFull, sound[second], playFull[second], dim[hide] | |
| librevenge::RVNGString | m_names [3] |
| the names : sound file, bookmark, sound file[second] | |
| int | m_order |
| the presentation order | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, SDUDGraphicAnimation const &graph) |
| print object data | |
Internal: virtual class to store a SDUD graphic animation.
constructor
| virtual std::string StarObjectSmallGraphicInternal::SDUDGraphicAnimation::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SDUDGraphic.
| std::ostream& operator<< | ( | std::ostream & | o, |
| SDUDGraphicAnimation const & | graph | ||
| ) | [friend] |
print object data
some bool : hasSound, playFull, sound[second], playFull[second], dim[hide]
Referenced by SDUDGraphicAnimation().
the colors
Referenced by SDUDGraphicAnimation().
some flags : active, dim[previous], isMovie
Referenced by SDUDGraphicAnimation().
the limits start, end
| librevenge::RVNGString StarObjectSmallGraphicInternal::SDUDGraphicAnimation::m_names[3] |
the names : sound file, bookmark, sound file[second]
the presentation order
the polygon
the values: presentation effect, speed, clickAction, presentation effect[second], speed[second], invisible, verb, text effect
Referenced by SDUDGraphicAnimation().