Changeset 153

Show
Ignore:
Timestamp:
05/08/06 11:15:11 (2 years ago)
Author:
jordi
Message:

Added the FindPter? and IFindView classes that will control the find dialogs to sfind texts in a document.

Location:
trunk
Files:
7 added
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r147 r153  
    1414    DocumentPage.cxx    \ 
    1515    epdfview.h          \ 
     16    FindPter.cxx    \ 
     17    FindPter.h  \ 
    1618    gettext.h           \ 
    17     IJob.cxx    \ 
    18     IJob.h  \ 
    1919    IDocument.cxx       \ 
    2020    IDocument.h         \ 
    2121    IDocumentObserver.h \ 
     22    IFindView.h \ 
     23    IJob.cxx    \ 
     24    IJob.h  \ 
    2225    IMainView.h \ 
    2326    IPageView.h \ 
  • trunk/src/epdfview.h

    r147 r153  
    3131#include <PDFDocument.h> 
    3232 
     33#include <IFindView.h> 
    3334#include <IPageView.h> 
    3435#include <IMainView.h> 
     36#include <FindPter.h> 
    3537#include <PagePter.h> 
    3638#include <MainPter.h> 
  • trunk/tests/DumbPageView.cxx

    r151 r153  
    1 // ePDFView - Dumb Test Main View. 
     1// ePDFView - Dumb Test Page View. 
    22// Copyright (C) 2006 Emma's Software. 
    33// 
  • trunk/tests/DumbPageView.h

    r151 r153  
    1 // ePDFView - Dumb Test Main View. 
     1// ePDFView - Dumb Test Page View. 
    22// Copyright (C) 2006 Emma's Software. 
    33// 
  • trunk/tests/Makefile.am

    r141 r153  
    1616    DumbDocumentObserver.cxx    \ 
    1717    DumbDocumentObserver.h  \ 
     18    DumbFindView.cxx    \ 
     19    DumbFindView.h  \ 
    1820    DumbMainView.cxx        \ 
    1921    DumbMainView.h          \ 
    2022    DumbPageView.cxx    \ 
    2123    DumbPageView.h  \ 
     24    FindPterTest.cxx    \ 
     25    FindPterTest.h  \ 
    2226    main.cxx                \ 
    23     MainPterTest.cxx    \ 
    24     MainPterTest.h  \ 
    25     PagePterTest.cxx    \ 
    26     PagePterTest.h  \ 
    27     PDFDocumentTest.cxx \ 
    28     PDFDocumentTest.h   \ 
    2927    Utils.cxx               \ 
    3028    Utils.h 
    3129 
     30#   MainPterTest.cxx 
     31#   MainPterTest.h 
     32#   PagePterTest.cxx 
     33#   PagePterTest.h 
     34#   PDFDocumentTest.cxx 
     35#   PDFDocumentTest.h 
    3236 
    3337test_epdfview_CXXFLAGS =                        \ 
  • trunk/tests/PagePterTest.cxx

    r146 r153  
    2828 
    2929/// 
    30 /// @brief Sets up the environment for each setup. 
     30/// @brief Sets up the environment for each test. 
    3131/// 
    3232void