lyx_mirror/src/frontends/controllers/ControlBibitem.h

39 lines
763 B
C
Raw Normal View History

// -*- C++ -*-
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 2001 The LyX Team.
*
* ======================================================
*
* \file ControlBibitem.h
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
*/
#ifndef CONTROLBIBITEM_H
#define CONTROLBIBITEM_H
#ifdef __GNUG__
#pragma interface
#endif
#include "ControlCommand.h"
/** A controller for Bibitem dialogs.
*/
class ControlBibitem : public ControlCommand
{
public:
///
ControlBibitem(LyXView &, Dialogs &);
protected:
/// Get changed parameters and Dispatch them to the kernel.
virtual void apply();
};
#endif // CONTROLBIBITEM_H