You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegraphics/kviewshell/tdemultipageInterface.h

19 lines
385 B

// -*- C++ -*-
#ifndef tdemultipageINTERFACE_H
#define tdemultipageINTERFACE_H
#include <dcopobject.h>
class tdemultipageInterface : virtual public DCOPObject
{
K_DCOP
k_dcop:
virtual ASYNC jumpToReference(const TQString& reference) = 0;
virtual TQString name_of_current_file() = 0;
virtual bool is_file_loaded(const TQString& filename) = 0;
};
#endif