#include <graphview.h>
GraphView::GraphView |
( |
QWidget * |
parent = nullptr | ) |
|
void GraphView::delete_selected_keys |
( |
| ) |
|
void GraphView::draw_line_text |
( |
QPainter & |
p, |
|
|
bool |
vert, |
|
|
int |
line_no, |
|
|
int |
line_pos, |
|
|
int |
next_line_pos |
|
) |
| |
|
private |
void GraphView::draw_lines |
( |
QPainter & |
p, |
|
|
bool |
vert |
|
) |
| |
|
private |
int GraphView::get_screen_x |
( |
double |
d | ) |
|
|
private |
int GraphView::get_screen_y |
( |
double |
d | ) |
|
|
private |
long GraphView::get_value_x |
( |
int |
i | ) |
|
|
private |
double GraphView::get_value_y |
( |
int |
i | ) |
|
|
private |
void GraphView::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
void GraphView::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
void GraphView::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
void GraphView::paintEvent |
( |
QPaintEvent * |
event | ) |
|
void GraphView::reset_view |
( |
| ) |
|
|
privateslot |
void GraphView::select_all |
( |
| ) |
|
void GraphView::selection_changed |
( |
bool |
, |
|
|
int |
|
|
) |
| |
|
signal |
void GraphView::selection_update |
( |
| ) |
|
|
private |
void GraphView::set_field_visibility |
( |
int |
field, |
|
|
bool |
b |
|
) |
| |
void GraphView::set_scroll_x |
( |
int |
s | ) |
|
|
private |
void GraphView::set_scroll_y |
( |
int |
s | ) |
|
|
private |
void GraphView::set_selected_keyframe_type |
( |
int |
type | ) |
|
void GraphView::set_view_to_all |
( |
| ) |
|
|
privateslot |
void GraphView::set_view_to_rect |
( |
int |
x1, |
|
|
double |
y1, |
|
|
int |
x2, |
|
|
double |
y2 |
|
) |
| |
|
privateslot |
void GraphView::set_view_to_selection |
( |
| ) |
|
|
privateslot |
void GraphView::set_zoom |
( |
double |
xz, |
|
|
double |
yz |
|
) |
| |
|
private |
void GraphView::show_context_menu |
( |
const QPoint & |
pos | ) |
|
|
privateslot |
void GraphView::wheelEvent |
( |
QWheelEvent * |
event | ) |
|
void GraphView::x_scroll_changed |
( |
int |
| ) |
|
|
signal |
void GraphView::y_scroll_changed |
( |
int |
| ) |
|
|
signal |
void GraphView::zoom_changed |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
signal |
bool GraphView::click_add |
|
private |
int GraphView::click_add_key |
|
private |
bool GraphView::click_add_proc |
|
private |
int GraphView::click_add_type |
|
private |
int GraphView::current_handle |
|
private |
QVector<bool> GraphView::field_visibility |
|
private |
int GraphView::handle_field |
|
private |
int GraphView::handle_index |
|
private |
bool GraphView::mousedown |
|
private |
bool GraphView::moved_keys |
|
private |
double GraphView::old_post_handle_x |
|
private |
double GraphView::old_post_handle_y |
|
private |
double GraphView::old_pre_handle_x |
|
private |
double GraphView::old_pre_handle_y |
|
private |
bool GraphView::rect_select |
|
private |
int GraphView::rect_select_h |
|
private |
int GraphView::rect_select_offset |
|
private |
int GraphView::rect_select_w |
|
private |
int GraphView::rect_select_x |
|
private |
int GraphView::rect_select_y |
|
private |
QVector<int> GraphView::selected_keys |
|
private |
QVector<int> GraphView::selected_keys_fields |
|
private |
QVector<double> GraphView::selected_keys_old_doubles |
|
private |
QVector<long> GraphView::selected_keys_old_vals |
|
private |
long GraphView::visible_in |
|
private |
The documentation for this class was generated from the following files: