FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::UndoManagement::JSHistoryID Class Reference

Description

JSHistoryID is a helper class for JS APIs to take either a HistoryID or int.

#include <FormItCoreTypes.h>

Public Member Functions

 JSHistoryID (1::string const &key, json const &jin)
 ctor used for JS API. More...
 
 operator size_t () const
 Get the History ID. More...
 
 operator HistoryID ()
 

Constructor & Destructor Documentation

FormIt::UndoManagement::JSHistoryID::JSHistoryID ( 1::string const &  key,
json const &  jin 
)

ctor used for JS API.

Member Function Documentation

FormIt::UndoManagement::JSHistoryID::operator HistoryID ( )
inline
FormIt::UndoManagement::JSHistoryID::operator size_t ( ) const
inline

Get the History ID.


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