Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
BarTab
(view source)
Revision as of 14:32, 8 July 2022
116 bytes added
,
14:32, 8 July 2022
Switch to syntax highlight blocks for code.
Line 19:
Line 19:
===Declaration===
===Declaration===
−
<
nowiki
>class DataCell:public Object {
+
<
syntaxhighlight lang="c++"
>
+
class DataCell:public Object {
public:
public:
Line 62:
Line 63:
};
};
−
</
nowiki
>
+
</
syntaxhighlight
>
==LineOfCells==
==LineOfCells==
Line 72:
Line 73:
===Declaration===
===Declaration===
−
<
nowiki
>class LineOfCells:public Object {
+
<
syntaxhighlight lang="c++"
>
+
class LineOfCells:public Object {
// could be a row of cells or a column of cells
// could be a row of cells or a column of cells
Line 103:
Line 105:
};
};
−
</
nowiki
>
+
</
syntaxhighlight
>
==AnovaDataSet==
==AnovaDataSet==
Line 112:
Line 114:
===Declaration===
===Declaration===
−
<
nowiki
>class AnovaDataSet {
+
<
syntaxhighlight lang="c++"
>
+
class AnovaDataSet {
Line 250:
Line 253:
};
};
−
</
nowiki
>
+
</
syntaxhighlight
>
==AnovaResultsTable==
==AnovaResultsTable==
Line 261:
Line 264:
===Declaration===
===Declaration===
−
<
nowiki
>typedef struct {
+
<
syntaxhighlight lang="c++"
>
+
typedef struct {
Line 329:
Line 333:
−
</
nowiki
>
+
</
syntaxhighlight
>
Chuck
Bureaucrats
,
Administrators
495
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main Page
Categories
All Pages
Recent changes
Random page
Help
User's Guide
research
Expts
Protocols
Taste Aversion
Magnetic Fields
Fructose
Flavor Preference
software
BarTender
MindsEye
Tracker
Xynk
Tools
Special pages
Printable version