LogDoctor/docs/html/structBodyPart.html

8.2 KiB

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> </head>
LogDoctor 4.00
Parse Apache2/Nginx/IIS logs and view dinamically generated statistics
Loading...
Searching...
No Matches

Instance of a part of the body of the snake. More...

#include <snake.h>

Public Member Functions

void update (const unsigned new_x, const unsigned new_y, const Direction &new_direction) noexcept
 Updates the position and direction of the part.
 

Public Attributes

unsigned x
 The position on the X-axis.
 
unsigned y
 The position on the Y-axis.
 
Direction direction
 The current direction of the part.
 
Direction prev_direction
 The previous direction of the part.
 
QGraphicsPixmapItem * image
 

Detailed Description

Instance of a part of the body of the snake.

Member Data Documentation

◆ image

QGraphicsPixmapItem* BodyPart::image

The image which graphically represents the part


The documentation for this struct was generated from the following files:
  • logdoctor/games/snake/snake.h
  • logdoctor/games/snake/snake.cpp

Generated by doxygen 1.10.0 </html>