MOOS 0.2375
Defines | Variables
/home/toby/moos-ivp/MOOS-2375-Oct0611/Thirdparty/FLTKVW/Flv_Table.cxx File Reference
#include "Flv_Table.H"
#include <FL/Enumerations.H>
#include <FL/fl_draw.H>
#include <stdio.h>
Include dependency graph for Flv_Table.cxx:

Go to the source code of this file.

Defines

#define DOcb(x)   ((callback_when() & (x))==(x))
#define FUDGE   2
#define MOVE_X   1
#define MOVE_Y   2
#define MOVE_XY   (MOVE_X|MOVE_Y)
#define max(a, b)   ((a)>(b)?(a):(b))
#define min(a, b)   ((a)<(b)?(a):(b))

Variables

static int drag_row = -4
static int anchor_left
static int anchor_top

Define Documentation

#define DOcb (   x)    ((callback_when() & (x))==(x))

Definition at line 44 of file Flv_Table.cxx.

#define FUDGE   2

Definition at line 47 of file Flv_Table.cxx.

#define max (   a,
 
)    ((a)>(b)?(a):(b))

Definition at line 53 of file Flv_Table.cxx.

#define min (   a,
 
)    ((a)<(b)?(a):(b))

Definition at line 56 of file Flv_Table.cxx.

#define MOVE_X   1

Definition at line 48 of file Flv_Table.cxx.

#define MOVE_XY   (MOVE_X|MOVE_Y)

Definition at line 50 of file Flv_Table.cxx.

#define MOVE_Y   2

Definition at line 49 of file Flv_Table.cxx.


Variable Documentation

Definition at line 60 of file Flv_Table.cxx.

Definition at line 60 of file Flv_Table.cxx.

int drag_row = -4

Definition at line 60 of file Flv_Table.cxx.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines