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