GlistEngine
Loading...
Searching...
No Matches
gBaseComponent Class Reference

#include <gBaseComponent.h>

Inheritance diagram for gBaseComponent:
Collaboration diagram for gBaseComponent:

Public Member Functions

 gBaseComponent ()
 
virtual ~gBaseComponent ()
 
virtual void setup ()
 
virtual void update ()
 
virtual void onEvent (gEvent &event)
 
- Public Member Functions inherited from gAppObject
 gAppObject ()
 
virtual ~gAppObject ()
 
- Public Member Functions inherited from gObject
 gObject ()
 
void logi (std::string message)
 
void logd (std::string message)
 
void logw (std::string message)
 
void loge (std::string message)
 
void logi (std::string tag, std::string message)
 
void logd (std::string tag, std::string message)
 
void logw (std::string tag, std::string message)
 
void loge (std::string tag, std::string message)
 

Static Public Attributes

static std::list< gBaseComponent * > usedcomponents
 
- Static Public Attributes inherited from gObject
static const int LOGLEVEL_SILENT
 
static const int LOGLEVEL_DEBUG
 
static const int LOGLEVEL_INFO
 
static const int LOGLEVEL_WARNING
 
static const int LOGLEVEL_ERROR
 

Additional Inherited Members

- Static Public Member Functions inherited from gObject
static std::string gGetAppDir ()
 
static std::string gGetAssetsDir ()
 
static void gSetAssetsDir (std::string assetsDir)
 
static std::string gGetFilesDir ()
 
static std::string gGetImagesDir ()
 
static std::string gGetFontsDir ()
 
static std::string gGetModelsDir ()
 
static std::string gGetTexturesDir ()
 
static std::string gGetShadersDir ()
 
static std::string gGetSoundsDir ()
 
static std::string gGetDatabasesDir ()
 
static std::string gGetVideosDir ()
 
static void setCurrentResolution (int scalingNo, int currentResolutionNo)
 
- Static Protected Attributes inherited from gObject
static int renderpassnum
 
static int renderpassno
 
static int releasescaling
 
static int releaseresolution
 

Constructor & Destructor Documentation

◆ gBaseComponent()

gBaseComponent::gBaseComponent ( )

◆ ~gBaseComponent()

virtual gBaseComponent::~gBaseComponent ( )
virtual

Member Function Documentation

◆ onEvent()

virtual void gBaseComponent::onEvent ( gEvent event)
virtual

◆ setup()

virtual void gBaseComponent::setup ( )
virtual

◆ update()

virtual void gBaseComponent::update ( )
virtual

Member Data Documentation

◆ usedcomponents

std::list<gBaseComponent*> gBaseComponent::usedcomponents
static

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