]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_bigopinset.C
cosmetics
[features.git] / src / mathed / math_bigopinset.C
index cba5e869c50ad9d9b94e79d5c8945fff18404997..9b5e224cc8cff6691312821709cac51b9a44545a 100644 (file)
@@ -9,7 +9,7 @@ using std::ostream;
 MathBigopInset::MathBigopInset(string const & name, int id)
        : sym_(id)
 {
-       SetName(name);
+       setName(name);
 }
 
 
@@ -19,20 +19,20 @@ MathInset * MathBigopInset::clone() const
 }
 
 
-void MathBigopInset::Write(ostream & os, bool /* fragile */) const
+void MathBigopInset::write(ostream & os, bool /* fragile */) const
 {
        //bool f = sym_ != LM_int && sym_ != LM_oint && size() == LM_ST_DISPLAY;
        os << '\\' << name();
 }
 
 
-void MathBigopInset::WriteNormal(ostream & os) const
+void MathBigopInset::writeNormal(ostream & os) const
 {
        os << "[bigop " << name() << "] ";
 }
 
 
-void MathBigopInset::Metrics(MathStyles st)
+void MathBigopInset::metrics(MathStyles st)
 {
        //cerr << "\nBigopDraw\n";
        size(st);