#include <important_alert.h>
◆ DeleteTextContainers()
| void CImportantAlert::DeleteTextContainers |
( |
| ) |
|
|
private |
◆ DoImportantAlert()
| void CImportantAlert::DoImportantAlert |
( |
const char * | pTitle, |
|
|
const char * | pLogGroup, |
|
|
const char * | pMessage ) |
|
private |
◆ IsActive()
| bool CImportantAlert::IsActive |
( |
| ) |
const |
◆ OnInput()
Called on a input event.
- Parameters
-
Reimplemented from CComponent.
◆ OnMessage()
| void CImportantAlert::OnMessage |
( |
int | Msg, |
|
|
void * | pRawMsg ) |
|
overridevirtual |
◆ OnRender()
| void CImportantAlert::OnRender |
( |
| ) |
|
|
overridevirtual |
Called when the component should get rendered.
The render order depends on the component insertion order.
Reimplemented from CComponent.
◆ OnReset()
| void CImportantAlert::OnReset |
( |
| ) |
|
|
overridevirtual |
Called to reset the component. This method is usually called on your component constructor to avoid code duplication.
- See also
- CHud::CHud()
-
CHud::OnReset()
Reimplemented from CComponent.
◆ OnWindowResize()
| void CImportantAlert::OnWindowResize |
( |
| ) |
|
|
overridevirtual |
Called when the window has been resized.
Reimplemented from CComponent.
◆ RenderImportantAlert()
| void CImportantAlert::RenderImportantAlert |
( |
| ) |
|
|
private |
◆ SecondsActive()
| float CImportantAlert::SecondsActive |
( |
| ) |
const |
|
private |
◆ Sizeof()
| int CImportantAlert::Sizeof |
( |
| ) |
const |
|
inlineoverridevirtual |
Gets the size of the non-abstract component.
Implements CComponent.
◆ m_Active
| bool CImportantAlert::m_Active = false |
|
private |
◆ m_ActiveSince
| float CImportantAlert::m_ActiveSince |
|
private |
◆ m_aMessageText
| char CImportantAlert::m_aMessageText[1024] |
|
private |
◆ m_aTitleText
| char CImportantAlert::m_aTitleText[128] |
|
private |
◆ m_CloseHintTextContainerIndex
◆ m_FadeOutSince
| float CImportantAlert::m_FadeOutSince |
|
private |
◆ m_MessageTextContainerIndex
◆ m_TitleTextContainerIndex
The documentation for this class was generated from the following files: