7#include "core/fpdfdoc/cpdf_aaction.h"
13#include "core/fpdfapi/parser/cpdf_dictionary.h"
54 return m_pDict && m_pDict->KeyExist(kAATypes[eType]);
58 return CPDF_Action(m_pDict ? m_pDict->GetDictFor(kAATypes[eType]) :
nullptr);
bool ActionExist(AActionType eType) const
CPDF_AAction(const CPDF_AAction &that)
CPDF_AAction(RetainPtr< const CPDF_Dictionary > pDict)
CPDF_Action GetAction(AActionType eType) const
static bool IsUserInput(AActionType type)
std::map< ByteString, RetainPtr< CPDF_Object >, std::less<> > DictMap