MIP SDK — C++ 1.18
API Reference Documentation for C++
Loading...
Searching...
No Matches
RemoveContentHeaderAction Class Referenceabstract

An action class that specifies removing the content header from the document. More...

#include <mip/upe/remove_content_header_action.h>

Inheritance diagram for RemoveContentHeaderAction:
Action

Public Member Functions

virtual const std::vector< std::string > & GetUIElementNames ()=0
 Gets a list of names that should be used to find the UI elements that should be removed.
 
virtual ~RemoveContentHeaderAction ()
 
- Public Member Functions inherited from Action
virtual ActionType GetType () const =0
 Get the type of Action.
 
virtual ~Action ()
 
virtual void Link ()
 
virtual const std::string & GetId () const
 
virtual bool operator== (const Action &action) const
 

Protected Member Functions

 RemoveContentHeaderAction (const std::string &id)
 
- Protected Member Functions inherited from Action
virtual bool IsEqual (const Action &action) const =0
 
 Action ()
 
 Action (const std::string &id)
 

Detailed Description

An action class that specifies removing the content header from the document.

Constructor & Destructor Documentation

◆ ~RemoveContentHeaderAction()

virtual RemoveContentHeaderAction::~RemoveContentHeaderAction ( )
inlinevirtual

◆ RemoveContentHeaderAction()

RemoveContentHeaderAction::RemoveContentHeaderAction ( const std::string & id)
inlineprotected

Member Function Documentation

◆ GetUIElementNames()

virtual const std::vector< std::string > & RemoveContentHeaderAction::GetUIElementNames ( )
pure virtual

Gets a list of names that should be used to find the UI elements that should be removed.

Returns
a list of ui element names.

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