File: main.toc

package info (click to toggle)
gap-browse 1.8.21%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,296 kB
  • sloc: xml: 1,961; ansic: 1,342; makefile: 163; javascript: 155; sh: 20
file content (137 lines) | stat: -rw-r--r-- 16,101 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
\contentsline {chapter}{\numberline {1}\textcolor {Chapter }{Introduction and Overview}}{5}{chapter.1}%
\contentsline {section}{\numberline {1.1}\textcolor {Chapter }{Introduction}}{5}{section.1.1}%
\contentsline {section}{\numberline {1.2}\textcolor {Chapter }{Overview}}{6}{section.1.2}%
\contentsline {subsection}{\numberline {1.2.1}\textcolor {Chapter }{The \texttt {ncurses} interface}}{6}{subsection.1.2.1}%
\contentsline {subsection}{\numberline {1.2.2}\textcolor {Chapter }{Applications of \texttt {ncurses}}}{6}{subsection.1.2.2}%
\contentsline {subsection}{\numberline {1.2.3}\textcolor {Chapter }{The interface to browse two-dimensional arrays}}{6}{subsection.1.2.3}%
\contentsline {subsection}{\numberline {1.2.4}\textcolor {Chapter }{Applications of the generic function \texttt {NCurses.BrowseGeneric}}}{6}{subsection.1.2.4}%
\contentsline {section}{\numberline {1.3}\textcolor {Chapter }{User preferences provided by the \textsf {Browse} package}}{6}{section.1.3}%
\contentsline {subsection}{\numberline {1.3.1}\textcolor {Chapter }{The user preference \texttt {EnableMouseEvents}}}{7}{subsection.1.3.1}%
\contentsline {subsection}{\numberline {1.3.2}\textcolor {Chapter }{The user preference \texttt {SelectHelpMatches}}}{7}{subsection.1.3.2}%
\contentsline {subsection}{\numberline {1.3.3}\textcolor {Chapter }{The user preference \texttt {SelectPackageName}}}{7}{subsection.1.3.3}%
\contentsline {chapter}{\numberline {2}\textcolor {Chapter }{Interface to the \texttt {ncurses} Library}}{8}{chapter.2}%
\contentsline {section}{\numberline {2.1}\textcolor {Chapter }{The \texttt {ncurses} Library}}{8}{section.2.1}%
\contentsline {subsection}{\numberline {2.1.1}\textcolor {Chapter }{Setting the terminal}}{8}{subsection.2.1.1}%
\contentsline {subsection}{\numberline {2.1.2}\textcolor {Chapter }{Manipulating windows}}{10}{subsection.2.1.2}%
\contentsline {subsection}{\numberline {2.1.3}\textcolor {Chapter }{Manipulating panels}}{11}{subsection.2.1.3}%
\contentsline {subsection}{\numberline {2.1.4}\textcolor {Chapter }{Getting keyboard input}}{11}{subsection.2.1.4}%
\contentsline {subsection}{\numberline {2.1.5}\textcolor {Chapter }{Writing to windows}}{12}{subsection.2.1.5}%
\contentsline {subsection}{\numberline {2.1.6}\textcolor {Chapter }{Line drawing characters}}{13}{subsection.2.1.6}%
\contentsline {subsection}{\numberline {2.1.7}\textcolor {Chapter }{Text attributes and colors}}{14}{subsection.2.1.7}%
\contentsline {subsection}{\numberline {2.1.8}\textcolor {Chapter }{Low level \texttt {ncurses} mouse support}}{15}{subsection.2.1.8}%
\contentsline {subsection}{\numberline {2.1.9}\textcolor {Chapter }{Miscellaneous function}}{16}{subsection.2.1.9}%
\contentsline {section}{\numberline {2.2}\textcolor {Chapter }{The \texttt {ncurses} \textsf {GAP} functions}}{16}{section.2.2}%
\contentsline {subsection}{\numberline {2.2.1}\textcolor {Chapter }{NCurses.ColorAttr}}{17}{subsection.2.2.1}%
\contentsline {subsection}{\numberline {2.2.2}\textcolor {Chapter }{NCurses.SetTerm}}{17}{subsection.2.2.2}%
\contentsline {subsection}{\numberline {2.2.3}\textcolor {Chapter }{NCurses.IsAttributeLine}}{18}{subsection.2.2.3}%
\contentsline {subsection}{\numberline {2.2.4}\textcolor {Chapter }{NCurses.ConcatenationAttributeLines}}{18}{subsection.2.2.4}%
\contentsline {subsection}{\numberline {2.2.5}\textcolor {Chapter }{NCurses.RepeatedAttributeLine}}{19}{subsection.2.2.5}%
\contentsline {subsection}{\numberline {2.2.6}\textcolor {Chapter }{NCurses.PutLine}}{19}{subsection.2.2.6}%
\contentsline {subsection}{\numberline {2.2.7}\textcolor {Chapter }{NCurses.WidthAttributeLine}}{19}{subsection.2.2.7}%
\contentsline {subsection}{\numberline {2.2.8}\textcolor {Chapter }{NCurses.Grid}}{20}{subsection.2.2.8}%
\contentsline {subsection}{\numberline {2.2.9}\textcolor {Chapter }{NCurses.WBorder}}{20}{subsection.2.2.9}%
\contentsline {subsection}{\numberline {2.2.10}\textcolor {Chapter }{Mouse support in \texttt {ncurses} applications}}{20}{subsection.2.2.10}%
\contentsline {subsection}{\numberline {2.2.11}\textcolor {Chapter }{NCurses.SaveWin}}{21}{subsection.2.2.11}%
\contentsline {chapter}{\numberline {3}\textcolor {Chapter }{Utilities using \texttt {ncurses}}}{22}{chapter.3}%
\contentsline {section}{\numberline {3.1}\textcolor {Chapter }{\texttt {ncurses} utilities}}{22}{section.3.1}%
\contentsline {subsection}{\numberline {3.1.1}\textcolor {Chapter }{NCurses.Alert}}{22}{subsection.3.1.1}%
\contentsline {subsection}{\numberline {3.1.2}\textcolor {Chapter }{NCurses.Select}}{23}{subsection.3.1.2}%
\contentsline {subsection}{\numberline {3.1.3}\textcolor {Chapter }{NCurses.GetLineFromUser}}{24}{subsection.3.1.3}%
\contentsline {subsection}{\numberline {3.1.4}\textcolor {Chapter }{NCurses.Pager}}{25}{subsection.3.1.4}%
\contentsline {subsection}{\numberline {3.1.5}\textcolor {Chapter }{Selection of help matches}}{26}{subsection.3.1.5}%
\contentsline {subsection}{\numberline {3.1.6}\textcolor {Chapter }{Selection of package names}}{26}{subsection.3.1.6}%
\contentsline {section}{\numberline {3.2}\textcolor {Chapter }{A Demo Function}}{26}{section.3.2}%
\contentsline {subsection}{\numberline {3.2.1}\textcolor {Chapter }{NCurses.Demo}}{26}{subsection.3.2.1}%
\contentsline {chapter}{\numberline {4}\textcolor {Chapter }{Browsing Tables in \textsf {GAP} using \texttt {ncurses} {\textendash }The User Interface}}{27}{chapter.4}%
\contentsline {section}{\numberline {4.1}\textcolor {Chapter }{Features Supported by the Function \texttt {NCurses.BrowseGeneric} }}{28}{section.4.1}%
\contentsline {section}{\numberline {4.2}\textcolor {Chapter }{Data Structures used by \texttt {NCurses.BrowseGeneric}}}{30}{section.4.2}%
\contentsline {subsection}{\numberline {4.2.1}\textcolor {Chapter }{BrowseData.IsBrowseTableCellData}}{30}{subsection.4.2.1}%
\contentsline {subsection}{\numberline {4.2.2}\textcolor {Chapter }{BrowseData.BlockEntry}}{31}{subsection.4.2.2}%
\contentsline {subsection}{\numberline {4.2.3}\textcolor {Chapter }{BrowseData.IsBrowseTable}}{31}{subsection.4.2.3}%
\contentsline {section}{\numberline {4.3}\textcolor {Chapter }{The Function \texttt {NCurses.BrowseGeneric}}}{34}{section.4.3}%
\contentsline {subsection}{\numberline {4.3.1}\textcolor {Chapter }{NCurses.BrowseGeneric}}{34}{subsection.4.3.1}%
\contentsline {chapter}{\numberline {5}\textcolor {Chapter }{Browsing Tables in \textsf {GAP} using \texttt {ncurses} {\textendash }The Programming Interface}}{36}{chapter.5}%
\contentsline {section}{\numberline {5.1}\textcolor {Chapter }{Navigation Steps in Browse Tables}}{36}{section.5.1}%
\contentsline {section}{\numberline {5.2}\textcolor {Chapter }{Modes in Browse Tables}}{37}{section.5.2}%
\contentsline {section}{\numberline {5.3}\textcolor {Chapter }{Browse Applications}}{38}{section.5.3}%
\contentsline {section}{\numberline {5.4}\textcolor {Chapter }{Predefined Browse Functionalities}}{39}{section.5.4}%
\contentsline {subsection}{\numberline {5.4.1}\textcolor {Chapter }{BrowseData}}{39}{subsection.5.4.1}%
\contentsline {subsection}{\numberline {5.4.2}\textcolor {Chapter }{BrowseData.SetReplay}}{45}{subsection.5.4.2}%
\contentsline {subsection}{\numberline {5.4.3}\textcolor {Chapter }{BrowseData.AlertWithReplay}}{45}{subsection.5.4.3}%
\contentsline {subsection}{\numberline {5.4.4}\textcolor {Chapter }{BrowseData.actions.ShowHelp}}{45}{subsection.5.4.4}%
\contentsline {subsection}{\numberline {5.4.5}\textcolor {Chapter }{BrowseData.actions.SaveWindow}}{46}{subsection.5.4.5}%
\contentsline {subsection}{\numberline {5.4.6}\textcolor {Chapter }{BrowseData.actions.QuitMode}}{46}{subsection.5.4.6}%
\contentsline {subsection}{\numberline {5.4.7}\textcolor {Chapter }{BrowseData.actions.Error}}{46}{subsection.5.4.7}%
\contentsline {chapter}{\numberline {6}\textcolor {Chapter }{Examples of Applications based on \texttt {NCurses.BrowseGeneric} }}{47}{chapter.6}%
\contentsline {section}{\numberline {6.1}\textcolor {Chapter }{The Operation \texttt {Browse}}}{47}{section.6.1}%
\contentsline {subsection}{\numberline {6.1.1}\textcolor {Chapter }{Browse}}{47}{subsection.6.1.1}%
\contentsline {section}{\numberline {6.2}\textcolor {Chapter }{Matrix Display}}{47}{section.6.2}%
\contentsline {subsection}{\numberline {6.2.1}\textcolor {Chapter }{NCurses.BrowseDenseList}}{48}{subsection.6.2.1}%
\contentsline {subsection}{\numberline {6.2.2}\textcolor {Chapter }{Browse (for a list of lists)}}{48}{subsection.6.2.2}%
\contentsline {section}{\numberline {6.3}\textcolor {Chapter }{Character Table Display}}{49}{section.6.3}%
\contentsline {subsection}{\numberline {6.3.1}\textcolor {Chapter }{Browse (for character tables)}}{49}{subsection.6.3.1}%
\contentsline {subsection}{\numberline {6.3.2}\textcolor {Chapter }{BrowseDecompositionMatrix}}{51}{subsection.6.3.2}%
\contentsline {section}{\numberline {6.4}\textcolor {Chapter }{Table of Marks Display}}{51}{section.6.4}%
\contentsline {subsection}{\numberline {6.4.1}\textcolor {Chapter }{Browse (for tables of marks)}}{51}{subsection.6.4.1}%
\contentsline {section}{\numberline {6.5}\textcolor {Chapter }{Table of Contents of \textsf {AtlasRep}}}{52}{section.6.5}%
\contentsline {subsection}{\numberline {6.5.1}\textcolor {Chapter }{BrowseAtlasInfo}}{52}{subsection.6.5.1}%
\contentsline {section}{\numberline {6.6}\textcolor {Chapter }{Access to \textsf {GAP} Manuals{\textendash }a Variant}}{54}{section.6.6}%
\contentsline {subsection}{\numberline {6.6.1}\textcolor {Chapter }{BrowseGapManuals}}{54}{subsection.6.6.1}%
\contentsline {section}{\numberline {6.7}\textcolor {Chapter }{Overview of Bibliographies}}{55}{section.6.7}%
\contentsline {subsection}{\numberline {6.7.1}\textcolor {Chapter }{BrowseBibliography}}{56}{subsection.6.7.1}%
\contentsline {subsection}{\numberline {6.7.2}\textcolor {Chapter }{BrowseBibliographyGapPackages}}{58}{subsection.6.7.2}%
\contentsline {subsection}{\numberline {6.7.3}\textcolor {Chapter }{BrowseMSC}}{59}{subsection.6.7.3}%
\contentsline {section}{\numberline {6.8}\textcolor {Chapter }{Profiling \textsf {GAP} functions{\textendash }a Variant}}{59}{section.6.8}%
\contentsline {subsection}{\numberline {6.8.1}\textcolor {Chapter }{BrowseProfile}}{59}{subsection.6.8.1}%
\contentsline {section}{\numberline {6.9}\textcolor {Chapter }{Variables defined in \textsf {GAP} packages{\textendash }a Variant}}{60}{section.6.9}%
\contentsline {subsection}{\numberline {6.9.1}\textcolor {Chapter }{BrowsePackageVariables}}{60}{subsection.6.9.1}%
\contentsline {section}{\numberline {6.10}\textcolor {Chapter }{Configuring User preferences{\textendash }a Variant}}{61}{section.6.10}%
\contentsline {subsection}{\numberline {6.10.1}\textcolor {Chapter }{BrowseUserPreferences}}{61}{subsection.6.10.1}%
\contentsline {section}{\numberline {6.11}\textcolor {Chapter }{Overview of \textsf {GAP} Data}}{62}{section.6.11}%
\contentsline {subsection}{\numberline {6.11.1}\textcolor {Chapter }{BrowseGapData}}{62}{subsection.6.11.1}%
\contentsline {subsection}{\numberline {6.11.2}\textcolor {Chapter }{BrowseGapDataAdd}}{64}{subsection.6.11.2}%
\contentsline {section}{\numberline {6.12}\textcolor {Chapter }{Navigating in a Directory Tree}}{64}{section.6.12}%
\contentsline {subsection}{\numberline {6.12.1}\textcolor {Chapter }{BrowseDirectory}}{64}{subsection.6.12.1}%
\contentsline {section}{\numberline {6.13}\textcolor {Chapter }{A Puzzle}}{65}{section.6.13}%
\contentsline {subsection}{\numberline {6.13.1}\textcolor {Chapter }{BrowsePuzzle}}{65}{subsection.6.13.1}%
\contentsline {section}{\numberline {6.14}\textcolor {Chapter }{Peg Solitaire}}{66}{section.6.14}%
\contentsline {subsection}{\numberline {6.14.1}\textcolor {Chapter }{PegSolitaire}}{66}{subsection.6.14.1}%
\contentsline {section}{\numberline {6.15}\textcolor {Chapter }{Rubik's Cube}}{67}{section.6.15}%
\contentsline {subsection}{\numberline {6.15.1}\textcolor {Chapter }{BrowseRubiksCube}}{68}{subsection.6.15.1}%
\contentsline {section}{\numberline {6.16}\textcolor {Chapter }{Changing Sides}}{69}{section.6.16}%
\contentsline {subsection}{\numberline {6.16.1}\textcolor {Chapter }{BrowseChangeSides}}{69}{subsection.6.16.1}%
\contentsline {section}{\numberline {6.17}\textcolor {Chapter }{Sudoku}}{70}{section.6.17}%
\contentsline {subsection}{\numberline {6.17.1}\textcolor {Chapter }{Sudoku.Init}}{70}{subsection.6.17.1}%
\contentsline {subsection}{\numberline {6.17.2}\textcolor {Chapter }{Sudoku.Place}}{71}{subsection.6.17.2}%
\contentsline {subsection}{\numberline {6.17.3}\textcolor {Chapter }{Sudoku.RandomGame}}{71}{subsection.6.17.3}%
\contentsline {subsection}{\numberline {6.17.4}\textcolor {Chapter }{Sudoku.SimpleDisplay}}{71}{subsection.6.17.4}%
\contentsline {subsection}{\numberline {6.17.5}\textcolor {Chapter }{Sudoku.DisplayString}}{72}{subsection.6.17.5}%
\contentsline {subsection}{\numberline {6.17.6}\textcolor {Chapter }{Sudoku.OneSolution}}{72}{subsection.6.17.6}%
\contentsline {subsection}{\numberline {6.17.7}\textcolor {Chapter }{Sudoku.UniqueSolution}}{73}{subsection.6.17.7}%
\contentsline {subsection}{\numberline {6.17.8}\textcolor {Chapter }{PlaySudoku}}{73}{subsection.6.17.8}%
\contentsline {subsection}{\numberline {6.17.9}\textcolor {Chapter }{Sudoku.HTMLGame}}{74}{subsection.6.17.9}%
\contentsline {section}{\numberline {6.18}\textcolor {Chapter }{Managing simple Workflows}}{74}{section.6.18}%
\contentsline {subsection}{\numberline {6.18.1}\textcolor {Chapter }{BrowseWizard}}{74}{subsection.6.18.1}%
\contentsline {section}{\numberline {6.19}\textcolor {Chapter }{Utility for \textsf {GAP} Demos}}{76}{section.6.19}%
\contentsline {subsection}{\numberline {6.19.1}\textcolor {Chapter }{LoadDemoFile}}{77}{subsection.6.19.1}%
\contentsline {chapter}{\numberline {A}\textcolor {Chapter }{Some Tools for Database Handling}}{79}{appendix.A}%
\contentsline {section}{\numberline {A.1}\textcolor {Chapter }{\textsf {GAP} Objects for Database Handling}}{79}{section.A.1}%
\contentsline {subsection}{\numberline {A.1.1}\textcolor {Chapter }{Database Id Enumerators}}{79}{subsection.A.1.1}%
\contentsline {subsection}{\numberline {A.1.2}\textcolor {Chapter }{Database Attributes}}{80}{subsection.A.1.2}%
\contentsline {subsection}{\numberline {A.1.3}\textcolor {Chapter }{How to Deal with Database Id Enumerators and Database Attributes}}{83}{subsection.A.1.3}%
\contentsline {subsection}{\numberline {A.1.4}\textcolor {Chapter }{DatabaseIdEnumerator}}{83}{subsection.A.1.4}%
\contentsline {subsection}{\numberline {A.1.5}\textcolor {Chapter }{DatabaseAttributeAdd}}{83}{subsection.A.1.5}%
\contentsline {subsection}{\numberline {A.1.6}\textcolor {Chapter }{DatabaseAttributeValueDefault}}{84}{subsection.A.1.6}%
\contentsline {subsection}{\numberline {A.1.7}\textcolor {Chapter }{DatabaseIdEnumeratorUpdate}}{84}{subsection.A.1.7}%
\contentsline {subsection}{\numberline {A.1.8}\textcolor {Chapter }{DatabaseAttributeCompute}}{84}{subsection.A.1.8}%
\contentsline {subsection}{\numberline {A.1.9}\textcolor {Chapter }{DatabaseAttributeString}}{85}{subsection.A.1.9}%
\contentsline {subsection}{\numberline {A.1.10}\textcolor {Chapter }{DatabaseAttributeLoadData}}{85}{subsection.A.1.10}%
\contentsline {subsection}{\numberline {A.1.11}\textcolor {Chapter }{DatabaseAttributeSetData}}{85}{subsection.A.1.11}%
\contentsline {section}{\numberline {A.2}\textcolor {Chapter }{Using Database Attributes for Browse Tables}}{86}{section.A.2}%
\contentsline {subsection}{\numberline {A.2.1}\textcolor {Chapter }{Browse Relevant Components of Database Attributes}}{86}{subsection.A.2.1}%
\contentsline {subsection}{\numberline {A.2.2}\textcolor {Chapter }{BrowseTableFromDatabaseIdEnumerator}}{87}{subsection.A.2.2}%
\contentsline {section}{\numberline {A.3}\textcolor {Chapter }{Example: Database Id Enumerators and Database Attributes}}{87}{section.A.3}%
\contentsline {section}{\numberline {A.4}\textcolor {Chapter }{Example: An Overview of the \textsf {GAP} Library of Tables of Marks }}{94}{section.A.4}%
\contentsline {subsection}{\numberline {A.4.1}\textcolor {Chapter }{BrowseTomLibInfo}}{94}{subsection.A.4.1}%
\contentsline {chapter}{References}{97}{appendix*.3}%
\contentsline {chapter}{Index}{98}{section*.4}%