]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / tabular.h
index b7e1dc8de33234590f5dd66da6f625fabc15f7bb..ea4b2c88909782e9090a7502305a8c03c3daa269 100644 (file)
@@ -157,7 +157,8 @@ public:
                BOX_MINIPAGE = 2
        };
 
-       struct ltType {
+       class ltType {
+       public:
                // constructor
                ltType();
                // we have this header type (is set in the getLT... functions)
@@ -397,7 +398,8 @@ public:
        ///
 //private:
        ///
-       struct cellstruct {
+       class cellstruct {
+       public:
                ///
                cellstruct(BufferParams const &);
                ///
@@ -442,7 +444,8 @@ public:
        typedef std::vector<cell_vector> cell_vvector;
 
        ///
-       struct rowstruct {
+       class rowstruct {
+       public:
                ///
                rowstruct();
                ///
@@ -469,7 +472,8 @@ public:
        typedef std::vector<rowstruct> row_vector;
 
        ///
-       struct columnstruct {
+       class columnstruct {
+               public:
                ///
                columnstruct();
                ///
@@ -545,9 +549,6 @@ public:
        ///
        BoxType useParbox(idx_type cell) const;
        ///
-       void setHeaderFooterRows(row_type header, row_type fheader,
-                                row_type footer, row_type lfooter);
-       ///
        // helper function for Latex returns number of newlines
        ///
        int TeXTopHLine(std::ostream &, row_type row) const;