WhiteBoard Project using C RPC
A Project in Distributed Computing at IIIT-Delhi
OneLn Struct Reference

#include <oneln.h>

Collaboration diagram for OneLn:
Collaboration graph

Data Fields

int x1
 
int y1
 
int x2
 
int y2
 
long color
 

Detailed Description

Definition at line 2 of file oneln.h.

Field Documentation

◆ color

long OneLn::color

Definition at line 7 of file oneln.h.

Referenced by atoir(), and drawline().

◆ x1

int OneLn::x1

Definition at line 3 of file oneln.h.

Referenced by atoir(), drawline(), and trackpointer().

◆ x2

int OneLn::x2

Definition at line 5 of file oneln.h.

Referenced by atoir(), drawline(), and trackpointer().

◆ y1

int OneLn::y1

Definition at line 4 of file oneln.h.

Referenced by atoir(), drawline(), and trackpointer().

◆ y2

int OneLn::y2

Definition at line 6 of file oneln.h.

Referenced by atoir(), drawline(), and trackpointer().


The documentation for this struct was generated from the following file: