products/Sources/formale Sprachen/C/Lyx/src image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: menus.h   Sprache: C

Original von: Lyx©

// -*- C++ -*-
/* This file is part of
* ======================================================

*           LyX, The Document Processor
*        
*           Copyright (C) 1995 1996 Matthias Ettrich
*           and the LyX Team.
*
*======================================================*/


#ifndef _MENUS_H
#define _MENUS_H

#ifdef __GNUG__
#pragma interface
#endif

#include FORMS_H_LOCATION
#include "lyx.h"

class BufferView;
class LyXView;
class LString;

///
class Menus {
public:
 ///
 Menus(LyXView *view, int air);
 ///
 void showMenus();
 ///
 void hideMenus();
 ///
 void openByName(LString const &menuName);
private:
 ///
 void create_menus(int air);
 ///
 void ScreenOptions();
 ///
 void showCopyright();
 ///
 void showLicense();
 ///
 void MenuDocu(LString const & docname);
 ///
 void handleBufferMenu(int choice);
 
 ///
 static void ShowFileMenu(FL_OBJECT *ob, long);
 ///
 static void ShowFileMenu2(FL_OBJECT *ob, long);
 ///
 static void ShowEditMenu(FL_OBJECT *ob, long data);
 ///
 static void ShowLayoutMenu(FL_OBJECT *ob, long data);
 ///
 static void ShowInsertMenu(FL_OBJECT *ob, long data);
 ///
 static void ShowMathMenu(FL_OBJECT *ob, long);
 ///
 static void ShowOptionsMenu(FL_OBJECT *ob, long men);
 ///
 static void ShowBufferMenu(FL_OBJECT *ob, long);
 ///
 static void ShowHelpMenu(FL_OBJECT *ob, long);
 /// 
 BufferView *currentView();
 ///
 LyXView *_view;
 ///
 FL_OBJECT *menu_grp1;
 ///
 FL_OBJECT *menu_grp2;
 ///
 FL_OBJECT *menu_file;
 ///
 FL_OBJECT *menu_file2;
 ///
 FL_OBJECT *menu_edit;
 ///
 FL_OBJECT *menu_layout;
 ///
 FL_OBJECT *menu_insert;
 ///
 FL_OBJECT *menu_math;
 ///
        FL_OBJECT *menu_options;
 ///
        FL_OBJECT *menu_options2;
 ///
 FL_OBJECT *menu_buffer;
 ///
 FL_OBJECT *menu_help;
 ///
 FL_OBJECT *menu_help2;
};

#endif

¤ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.


Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.


Bot Zugriff