Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
attrexithandler.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
13
#include "
core/exithandler.h
"
14
15
//------------------------------------------------------------------------------
16
namespace
Attr
17
{
18
class
AttrExitHandler
:
public
Core::ExitHandler
19
{
20
public
:
22
virtual
void
OnExit
()
const
;
23
};
24
25
}
// namespace Attr
26
//------------------------------------------------------------------------------
Attr::AttrExitHandler
Exit handler for the Attr subsystem, cleans up dynamic attribute definitions before shutdown.
Definition
attrexithandler.h:19
Attr::AttrExitHandler::OnExit
virtual void OnExit() const
called on application exit
Definition
attrexithandler.cc:17
Core::ExitHandler
ExitHandlers are static objects which register themselves automatically once at startup and are calle...
Definition
exithandler.h:22
exithandler.h
Attr
Definition
accessmode.h:13
code
addons
attr
attrexithandler.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.