DisplayManager() | df::DisplayManager | private |
DisplayManager(DisplayManager const &) | df::DisplayManager | private |
drawCh(Vector world_pos, char ch, Color color, float rotation=0.0f) const | df::DisplayManager | |
drawCh(Vector world_pos, char ch, unsigned char r, unsigned char g, unsigned char b, float rotation=0.0f) const | df::DisplayManager | |
drawString(Vector world_pos, std::string str, Justification just, Color color) const | df::DisplayManager | |
getHorizontal() const | df::DisplayManager | |
getHorizontalPixels() const | df::DisplayManager | |
getInstance() | df::DisplayManager | static |
getType() const | df::Manager | |
getVertical() const | df::DisplayManager | |
getVerticalPixels() const | df::DisplayManager | |
getWindow() const | df::DisplayManager | |
isStarted() const | df::Manager | |
isValid(std::string event_type) const | df::Manager | privatevirtual |
m_event_count | df::Manager | private |
m_event_name | df::Manager | private |
m_font | df::DisplayManager | private |
m_is_started | df::Manager | private |
m_obj_list | df::Manager | private |
m_p_rectangle | df::DisplayManager | private |
m_p_text | df::DisplayManager | private |
m_p_window | df::DisplayManager | private |
m_shake_duration | df::DisplayManager | private |
m_shake_scale_x (defined in df::DisplayManager) | df::DisplayManager | private |
m_shake_scale_y | df::DisplayManager | private |
m_shake_x (defined in df::DisplayManager) | df::DisplayManager | private |
m_shake_y | df::DisplayManager | private |
m_type | df::Manager | private |
m_window_background_color | df::DisplayManager | private |
m_window_horizontal_chars | df::DisplayManager | private |
m_window_horizontal_pixels | df::DisplayManager | private |
m_window_vertical_chars | df::DisplayManager | private |
m_window_vertical_pixels | df::DisplayManager | private |
Manager() (defined in df::Manager) | df::Manager | |
onEvent(const Event *p_event) const | df::Manager | |
operator=(DisplayManager const &) | df::DisplayManager | private |
registerInterest(Object *p_o, std::string event_type) | df::Manager | |
setBackgroundColor(Color new_color) | df::DisplayManager | |
setHorizontal(int new_horizontal) | df::DisplayManager | |
setType(std::string new_type) | df::Manager | protected |
setVertical(int new_vertical) | df::DisplayManager | |
shake(int scale_x, int scale_y, int duration, bool delta=false) | df::DisplayManager | |
shutDown() override | df::DisplayManager | virtual |
startUp() override | df::DisplayManager | virtual |
swapBuffers() | df::DisplayManager | |
unregisterInterest(Object *p_o, std::string event_type) | df::Manager | |
~Manager() (defined in df::Manager) | df::Manager | virtual |