KSpreadColumnIface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef KSPREAD_COLUMN_IFACE_H
00023 #define KSPREAD_COLUMN_IFACE_H
00024
00025 class KSpreadFormat;
00026 class ColumnFormat;
00027 #include "KSpreadLayoutIface.h"
00028 #include <qcolor.h>
00029 #include <dcopobject.h>
00030 #include <qbrush.h>
00031
00032 class KSpreadColumnIface : virtual public KSpreadLayoutIface
00033 {
00034 K_DCOP
00035 public:
00036 KSpreadColumnIface(ColumnFormat *_lay);
00037 virtual void update();
00038 k_dcop:
00039 virtual int column();
00040 virtual void setHide(bool _hide);
00041 virtual bool isHide()const;
00042 virtual int width() const;
00043 virtual void setWidth( int _w );
00044
00045 private:
00046 ColumnFormat *m_colLayout;
00047 };
00048
00049 #endif
This file is part of the documentation for kspread Library Version 1.4.2.