Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cPacketMap Class Reference

Map related. More...

#include <packets.h>

Inheritance diagram for cPacketMap:

cServerPacket cPacket List of all members.

Public Methods

 cPacketMap ()

Public Attributes

eSERIAL obj
 the map

eUI08 command
 command see note

eUI08 plotting
 plotting state ( 1=on, 0=off only valid if command 7)

eUI16 x
 x location (relative to upper left corner of the map, in pixels)

eUI16 y
 y location (relative to upper left corner of the map, in pixels)


Detailed Description

Map related.

Author:
Endymion
Since:
0.83
Note:
0x56
command: 1 = add map point, 2 = add new pin with pin number. (insertion. other pins after the number are pushed back.) 3 = change pin 4 = remove pin 5 = remove all pins on the map 6 = toggle the 'editable' state of the map. 7 = return msg from the server to the request 6 of the client.


Constructor & Destructor Documentation

cPacketMap::cPacketMap  
 


Member Data Documentation

eUI08 cPacketMap::command
 

command see note

eSERIAL cPacketMap::obj
 

the map

eUI08 cPacketMap::plotting
 

plotting state ( 1=on, 0=off only valid if command 7)

eUI16 cPacketMap::x
 

x location (relative to upper left corner of the map, in pixels)

eUI16 cPacketMap::y
 

y location (relative to upper left corner of the map, in pixels)


The documentation for this class was generated from the following files: SourceForge.net Logo