webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
WebCore::InspectorHistory Class Referencefinal

#include <InspectorHistory.h>

Classes

class  Action
 

Public Member Functions

 InspectorHistory ()=default
 
ExceptionOr< voidperform (std::unique_ptr< Action >)
 
void markUndoableState ()
 
ExceptionOr< voidundo ()
 
ExceptionOr< voidredo ()
 
void reset ()
 

Constructor & Destructor Documentation

◆ InspectorHistory()

WebCore::InspectorHistory::InspectorHistory ( )
default

Member Function Documentation

◆ markUndoableState()

void WebCore::InspectorHistory::markUndoableState ( )

◆ perform()

ExceptionOr< void > WebCore::InspectorHistory::perform ( std::unique_ptr< Action action)

◆ redo()

ExceptionOr< void > WebCore::InspectorHistory::redo ( )

◆ reset()

void WebCore::InspectorHistory::reset ( )

◆ undo()

ExceptionOr< void > WebCore::InspectorHistory::undo ( )

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