Home2L - C/C++ API  v1.2-2-ga4fe (2023-04-15)
Smart Tools for a Private Home
Classes | Macros | Enumerations | Functions
floorplan.H File Reference
#include "ui_widgets.H"
Include dependency graph for floorplan.H:

Go to the source code of this file.

Classes

class  CWidgetFloorplan
 Floorplan widget. More...
 

Macros

#define FP_WIDTH   256
 Logical width of the floorplan. The logical size of the floorplan is identical to the size in pixels of the mini view.
 
#define FP_HEIGHT   128
 Logical height of the floorplan.
 
#define FP_UPDATE_INTERVAL   64
 Number of milliseconds between updates.
 
#define COL_FP_MAIN   BROWN
 Main color of the floorplan screen.
 

Enumerations

enum  EGadgetType {
}
 

Functions

void RunResourceDialog (class CResource *rc, EGadgetType subType=gtNone, const char *title=NULL, bool emphasize=false)
 Run a dialog allowing to edit, add or delete a user request. More...
 
void FloorplanActivate ()
 Activate the floorplan screen.
 
void FloorplanCheckAlert (CScreen *returnScreen=NULL)
 Check for an alert and if so activate the floorplan screen. More...
 
class CFloorplan * FloorplanGetMain ()
 Get a reference to the main floorplan (for CWidgetFloorplan::Setup() ).
 
void FloorplanUnsubscribeAll ()
 Unsubscribe all resources of the floorplan. More...