23 #include <common_features/RTree/RTree.h>
24 #include <common_features/rectf.h>
26 #include "lvl_backgrnd.h"
29 typedef QVector<PGE_Phys_Object* > R_itemList;
46 void queryItems(
PGE_RectF zone, R_itemList* resultList);
47 void queryItems(
double x,
double y, R_itemList* resultList);
49 void changeSectionBorders(
long left,
long top,
long right,
long bottom);
50 void changeLimitBorders(
long left,
long top,
long right,
long bottom);
54 void setMusicRoot(QString _path);
59 void setMusic(
int musID);
60 void setMusic(QString musFile);
62 void renderBG(
float x,
float y,
float w,
float h);
68 float _autoscrollVelocityX;
69 float _autoscrollVelocityY;
79 int getPhysicalEnvironment();
82 typedef double RPoint[2];
101 #endif // LVL_SECTION_H
Definition: lvl_camera.h:36
Level specific Section entry structure. Defines prererences of one section.
Definition: lvl_filedata.h:33
int h()
Height.
Definition: lvl_camera.cpp:88
Contains data structure definitions for a level file data.
Definition: lvl_section.h:34
int w()
Width.
Definition: lvl_camera.cpp:83
Definition: lvl_backgrnd.h:39
The PGE_Phys_Object class.
Definition: lvl_base_object.h:51