Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
event.cc File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include "samples/helpers/event.h"
#include <stdio.h>
#include <string>
#include <vector>
#include "public/fpdf_fwlevent.h"
#include "public/fpdfview.h"
#include "testing/fx_string_testhelpers.h"
+ Include dependency graph for event.cc:

Go to the source code of this file.

Functions

void SendPageEvents (FPDF_FORMHANDLE form, FPDF_PAGE page, const std::string &events, const std::function< void()> &idler)
 

Function Documentation

◆ SendPageEvents()

void SendPageEvents ( FPDF_FORMHANDLE form,
FPDF_PAGE page,
const std::string & events,
const std::function< void()> & idler )

Definition at line 162 of file event.cc.