HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UNI_Manager::Event Class Reference

Class containing info about magager's change event. More...

#include <UNI_Manager.h>

Public Types

enum  Type { Type::CategoryAdded, Type::CategoryRemoved }
 Enumeration of event types. More...
 

Public Member Functions

 Event (UNI_Manager &mgr, Type type, const UT_StringRef name)
 Constructor. More...
 
UNI_Managermanager () const
 The manager issuing the event. More...
 
Type type () const
 Event type;. More...
 
const UT_StringHoldername () const
 Name of added/removed category. More...
 

Detailed Description

Class containing info about magager's change event.

Definition at line 124 of file UNI_Manager.h.

Member Enumeration Documentation

Enumeration of event types.

Enumerator
CategoryAdded 
CategoryRemoved 

Definition at line 128 of file UNI_Manager.h.

Constructor & Destructor Documentation

UNI_Manager::Event::Event ( UNI_Manager mgr,
Type  type,
const UT_StringRef  name 
)
inline

Constructor.

Definition at line 135 of file UNI_Manager.h.

Member Function Documentation

UNI_Manager& UNI_Manager::Event::manager ( ) const
inline

The manager issuing the event.

Definition at line 142 of file UNI_Manager.h.

const UT_StringHolder& UNI_Manager::Event::name ( void  ) const
inline

Name of added/removed category.

Definition at line 149 of file UNI_Manager.h.

Type UNI_Manager::Event::type ( ) const
inline

Event type;.

Definition at line 145 of file UNI_Manager.h.


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