#include <scale.h>
Public Member Functions | |
| ScalePosition (int x, int y, ScaleThread *thread, ScaleWindow *window, int *orig_dimension, int *scale_dimension, int *offsets) | |
| ~ScalePosition () | |
| int | draw () |
| int | button_press () |
| int | cursor_motion () |
| int | button_release () |
| int | get_scale () |
Public Attributes | |
| int * | orig_dimension |
| int * | scale_dimension |
| int * | offsets |
| ScaleThread * | thread |
| ScaleWindow * | window |
| int | button_down |
| int | center_x |
| int | center_y |
| int | offset_x |
| int | offset_y |
| float | hscale |
| float | vscale |
Definition at line 150 of file scale.h.
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4