#include <widget_distance.h>
Public Member Functions | |
void | set_value (const synfig::Distance &data) |
synfig::Distance | get_value () const |
Widget_Distance () | |
~Widget_Distance () | |
Protected Member Functions | |
int | on_input (double *new_value) |
bool | on_output () |
Widget_Distance::Widget_Distance | ( | ) |
Widget_Distance::~Widget_Distance | ( | ) |
int Widget_Distance::on_input | ( | double * | new_value | ) | [protected] |
bool Widget_Distance::on_output | ( | ) | [protected] |
void Widget_Distance::set_value | ( | const synfig::Distance & | data | ) |
Referenced by studio::Widget_Vector::set_value(), and studio::Widget_ValueBase::set_value().
synfig::Distance Widget_Distance::get_value | ( | ) | const |
Referenced by studio::Widget_Vector::get_value(), and studio::Widget_ValueBase::get_value().