filters
XPDFCore Class Reference
List of all members.Detailed Description
Definition at line 84 of file XPDFCore.h.
Public Member Functions | |
| XPDFCore (Widget shellA, Widget parentWidgetA, Gulong paperColorA, GBool fullScreenA, GBool reverseVideo, GBool installCmap, int rgbCubeSize) | |
| ~XPDFCore () | |
| int | loadFile (GString *fileName, GString *ownerPassword=NULL, GString *userPassword=NULL) |
| void | resizeToPage (int pg) |
| void | clear () |
| void | displayPage (int pageA, int zoomA, int rotateA, GBool scrollToTop, GBool addToHist) |
| void | displayDest (LinkDest *dest, int zoomA, int rotateA, GBool addToHist) |
| void | gotoNextPage (int inc, GBool top) |
| void | gotoPrevPage (int dec, GBool top, GBool bottom) |
| void | goForward () |
| void | goBackward () |
| void | scrollLeft (int nCols=1) |
| void | scrollRight (int nCols=1) |
| void | scrollUp (int nLines=1) |
| void | scrollDown (int nLines=1) |
| void | scrollPageUp () |
| void | scrollPageDown () |
| void | scrollTo (int x, int y) |
| void | setSelection (int newXMin, int newYMin, int newXMax, int newYMax) |
| void | moveSelection (int mx, int my) |
| void | copySelection () |
| GBool | getSelection (int *xMin, int *yMin, int *xMax, int *yMax) |
| GString * | extractText (int xMin, int yMin, int xMax, int yMax) |
| GString * | extractText (int pageNum, int xMin, int yMin, int xMax, int yMax) |
| void | doAction (LinkAction *action) |
| void | find (char *s) |
| GBool | doQuestionDialog (char *title, GString *msg) |
| void | doInfoDialog (char *title, GString *msg) |
| void | doErrorDialog (char *title, GString *msg) |
| Widget | getWidget () |
| Widget | getDrawAreaWidget () |
| PDFDoc * | getDoc () |
| XPixmapOutputDev * | getOutputDev () |
| int | getPageNum () |
| int | getZoom () |
| double | getZoomDPI () |
| int | getRotate () |
| GBool | canGoBack () |
| GBool | canGoForward () |
| int | getScrollX () |
| int | getScrollY () |
| int | getDrawAreaWidth () |
| int | getDrawAreaHeight () |
| void | setBusyCursor (GBool busy) |
| void | takeFocus () |
| void | enableHyperlinks (GBool on) |
| void | enableSelect (GBool on) |
| void | setUpdateCbk (XPDFUpdateCbk cbk, void *data) |
| void | setActionCbk (XPDFActionCbk cbk, void *data) |
| void | setKeyPressCbk (XPDFKeyPressCbk cbk, void *data) |
| void | setMouseCbk (XPDFMouseCbk cbk, void *data) |
| void | setReqPasswordCbk (XPDFReqPasswordCbk cbk, void *data) |
The documentation for this class was generated from the following files:

