Blamite Game Engine - blam!  00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
Public Member Functions | List of all members
Blam::DebugUI::Windows::JTChat Class Reference

This was planned to be a chat client that would connect to some sort of java-based chat server. More...

#include <jtchat.hpp>

+ Inheritance diagram for Blam::DebugUI::Windows::JTChat:

Public Member Functions

 JTChat ()
 Empty constructor. More...
 
 ~JTChat ()
 Empty destructor. More...
 
void Draw ()
 Draws the window. More...
 
- Public Member Functions inherited from Blam::DebugUI::ImGUIDrawingGroup
 ImGUIDrawingGroup ()
 Empty constructor. More...
 
 ~ImGUIDrawingGroup ()
 Empty destructor. More...
 
bool * Show ()
 Retrieves whether or not this item should be shown. More...
 

Additional Inherited Members

- Protected Attributes inherited from Blam::DebugUI::ImGUIDrawingGroup
bool show = false
 Controls whether or not the group should be shown. May not be used in all groups. More...
 

Detailed Description

This was planned to be a chat client that would connect to some sort of java-based chat server.

The feature was originally going to be developed by a former team member, known as JT (aka Job) before his departure - hence the name of the class being 'JTChat'.

He had no real understanding of the codebase, and I had no real understanding of networking - and still don't. He simply instructed me (haloman30) to create some sort of UI and he'd do the rest. As you can guess, it never happened. What fun!

Constructor & Destructor Documentation

◆ JTChat()

Blam::DebugUI::Windows::JTChat::JTChat ( )
inline

Empty constructor.

◆ ~JTChat()

Blam::DebugUI::Windows::JTChat::~JTChat ( )
inline

Empty destructor.

Member Function Documentation

◆ Draw()

void Blam::DebugUI::Windows::JTChat::Draw ( )
inlinevirtual

Draws the window.

Reimplemented from Blam::DebugUI::ImGUIDrawingGroup.


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