#include "gxsm_app.h"
#include "unit.h"
#include "pcs.h"
#include "xsmtypes.h"
#include "action_id.h"
#include "glbvars.h"
#include "app_profile.h"
#include "app_vobj.h"
#include "app_view.h"
#include "clip.h"
Go to the source code of this file.
Defines | |
#define | SETUP_ITEM(X) gnome_canvas_item_raise_to_top(X) |
#define | UTF8_DEGREE "\302\260" |
#define | MAXHANDLECOLORS 4 |
#define | OBJECT_LINE_WIDTH xsmres.ObjectLineWidth |
#define | SQR_HANDLE_SIZE 5 |
#define | SQR_HANDLE_LINE_WIDTH xsmres.HandleLineWidth |
#define | TRI_HANDLE_SIZE 15 |
#define | TRI_HANDLE_LINE_WIDTH xsmres.HandleLineWidth |
#define | HANDLE_FILL_COLOR RGBAColor (xsmres.HandleActBgColor) |
#define | HANDLE_FILL_COLOR_INACTIVE RGBAColor (xsmres.HandleInActBgColor) |
#define | LABEL_XOFF 0. |
#define | LABEL_YOFF -25. |
#define | NSEGS 20 |
Functions | |
unsigned long | RGBAColor (float c[4]) |
void | get_obj_coords_wrapper2 (int i, double &x, double &y) |
static void | label_changed_cb (GtkEditable *e, gchar **text) |
Variables | |
VObject * | current_vobject2 = NULL |
|
Definition at line 55 of file app_vobj.C. |
|
Definition at line 56 of file app_vobj.C. |
|
Definition at line 58 of file app_vobj.C. |
|
Definition at line 59 of file app_vobj.C. |
|
Definition at line 47 of file app_vobj.C. |
|
|
|
Definition at line 49 of file app_vobj.C. |
|
Definition at line 43 of file app_vobj.C. |
|
Definition at line 51 of file app_vobj.C. |
|
Definition at line 50 of file app_vobj.C. |
|
Definition at line 53 of file app_vobj.C. |
|
Definition at line 52 of file app_vobj.C. |
|
Definition at line 45 of file app_vobj.C. |
|
Definition at line 308 of file app_vobj.C. References current_vobject2, and VObject::obj_get_xy_i(). |
|
Definition at line 330 of file app_vobj.C. |
|
Definition at line 61 of file app_vobj.C. References WORDS_BIGENDIAN. |
|
Definition at line 76 of file app_vobj.C. |