home *** CD-ROM | disk | FTP | other *** search
- /*
- WGridDV.hpp
-
- NOTE: This file is a generated file.
- Do not modify it by hand!
- */
-
- #ifndef WGridDV_hpp_included
- #define WGridDV_hpp_included
-
-
- // Declarations added here will be included at the top of the .HPP file
-
- class WCMCLASS WGridDataValue : public WObject
- {
- public:
- public:
- // add your public instance data here
- private:
- // add your private instance data here
- WULong _column;
- WString _text;
- WBool _readOnly;
- WBool _empty;
- void * _userData;
- protected:
- // add your protected instance data here
- //
- // Constructors and Destructors
- //
- public:
- WGridDataValue();
- public:
- WGridDataValue( const WGridDataValue & dataValue );
- public:
- WGridDataValue( const WString & text );
- public:
- ~WGridDataValue();
- //
- // Properties
- //
- public:
- WULong GetColumnNumber() const;
- public:
- WBool SetColumnNumber( WULong columnNumber );
- public:
- WBool GetReadOnly() const;
- public:
- WBool SetReadOnly( WBool readOnly );
- public:
- WBool GetEmpty() const;
- public:
- WBool SetEmpty( WBool empty );
- public:
- WString GetText() const;
- public:
- WBool SetText( const WString & text );
- public:
- void * GetUserData() const;
- public:
- WBool SetUserData( void * userData );
- //
- // Methods
- //
- public:
- WBool Create( const WGridDataValue & dataValue );
- //
- // Operators
- //
- public:
- int operator!=( const WGridDataValue & value ) const;
- public:
- int operator==( const WGridDataValue & value ) const;
- public:
- WGridDataValue & operator =( const WGridDataValue & dataValue );
- };
-
- #endif
-