Eine aufbereitete Darstellung der Quelle
Stufen
Anforderungen
|
Konzepte
|
Entwurf
|
Entwicklung
|
Qualitätssicherung
|
Lebenszyklus
|
Steuerung
Ziele
Untersuchung
mit Columbo
Integrität von
Datenbanken
Interaktion und
Portierbarkeit
Ergonomie der
Schnittstellen
Angebot
Produkte
Projekt
Beratung
Mittel
Analytik
Modellierung
Sprachen
Algebra
Logik
Hardware
Denken
Kreativität
Zusammenhänge
Gesellschaft
Wirtschaft
Branche
Firma
Benutzer
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Linux
/
drivers
/
video
/
fbdev
/ (
Linux Kernel
Version 6.17.9
©
) Datei vom 24.10.2025 mit Größe 3 kB
Bilddatei
insetspecialchar.h
products/Sources/formale Sprachen/C/Lyx/src/insetspecialchar.h
// -*- C++ -*- /* This file is part of* * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1997 Asger Alstrup * *======================================================*/ #ifndef _INSET_SPECIALCHAR_H #define _INSET_SPECIALCHAR_H #ifdef __GNUG__ #pragma interface #endif #include "lyxinset.h" #include "LString.h" /// Used to insert special chars class InsetSpecialChar: public Inset { public: /// The different kinds of special chars we support enum Kind { /// Optional hyphenation point (\-) HYPHENATION, /// ... (\ldots) LDOTS, /// End of sentence punctuation (\@) END_OF_SENTENCE }; /// InsetSpecialChar(); /// InsetSpecialChar(Kind k); /// ~InsetSpecialChar(); /// int Ascent(LyXFont const &font) const; /// int Descent(LyXFont const &font) const; /// int Width(LyXFont const &font) const; /// void Draw(LyXFont, LyXScreen &scr, int baseline, float &x); /// void Write(FILE *file); /// Will not be used when lyxf3 void Read(LyXLex &lex); /// int Latex(FILE *file, signed char fragile); /// int Latex(LString &file, signed char fragile); /// int Linuxdoc(LString &file); /// Inset* Clone(); /// Inset::Code LyxCode() const { return Inset::NO_CODE; } /// We don't need \begin_inset and \end_inset bool DirectWrite() const { return true; }; private: /// And which kind is this? Kind kind; }; #endif
2026-08-25
Neuigkeiten
Aktuelles
Motto des Tages
Open Source Software
Quellcodebibliothek
Eigene Quellcodes
Fremde Quellcodes
Suchen
Jenseits des Üblichen ....
Besucherstatistik
Statistik
#Sources=141584
#Domains=752002
Impressum
|
Ethik und Gesetz
|
Haftungsausschluß
|
Kontakt
|
Seitenstruktur
|
©
2026 JDD
|