Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

LTableItem.h

Go to the documentation of this file.
00001 // LabPlot : LTableItem.h
00002 
00003 #ifndef LTABLEITEM_H
00004 #define LTABLEITEM_H
00005 
00006 #include <qtable.h>
00007 
00008 class LTableItem : public QTableItem {
00009 //        Q_OBJECT
00010 public:
00011         LTableItem( QTable *table , EditType type, const QString & text);
00012         void paint ( QPainter * , const QColorGroup & , const QRect &, bool );
00013         int alignment() const;
00014         bool Masked() { return masked; }
00015         void setMasked(bool e=true) { masked=e; }
00016 private:
00017         bool masked;
00018 };
00019 
00020 #endif // LTABLEITEM_H

Generated on Sun Apr 2 02:05:09 2006 for LabPlot by  doxygen 1.4.4