#include <activepoint.h>
Inheritance diagram for synfig::Activepoint:

Public Member Functions | |
| bool | operator< (const Activepoint &rhs) |
| bool | operator< (const Time &rhs) |
| Activepoint (const Time &time, const bool &state, int p=0) | |
| Activepoint () | |
| const Time & | get_time () const |
| void | set_time (const Time &x) |
| bool | get_state () const |
| void | set_state (bool x) |
| int | get_priority () const |
| void | set_priority (int x) |
| const etl::loose_handle< ValueNode > & | get_parent_value_node () const |
| void | set_parent_value_node (const etl::loose_handle< ValueNode > &x) |
| int | get_parent_index () const |
| void | set_parent_index (int x) |
| GUID | get_guid () const |
Public Attributes | |
| Time | time |
| Time of the activepoint. | |
| int | priority |
| Priority. | |
| bool | state |
| Does this activepoint turn the entry on, or off? | |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Time of the activepoint.
|
|
|
Priority.
|
|
|
Does this activepoint turn the entry on, or off?
|
1.4.6