kviewshell
kmultipageInterface.h
Go to the documentation of this file.00001 // -*- C++ -*- 00002 #ifndef kmultipageINTERFACE_H 00003 #define kmultipageINTERFACE_H 00004 00005 #include <dcopobject.h> 00006 00007 class kmultipageInterface : virtual public DCOPObject 00008 { 00009 K_DCOP 00010 00011 k_dcop: 00012 virtual ASYNC jumpToReference(const QString& reference) = 0; 00013 virtual QString name_of_current_file() = 0; 00014 virtual bool is_file_loaded(const QString& filename) = 0; 00015 }; 00016 00017 #endif 00018