Inherits QObject.
Inherited by
GridEditorRepository ( GridViewBase * view ) | |
virtual | ~GridEditorRepository () |
Qt::Alignment | alignment () const |
bool | alwaysShowEditor () const |
bool | autoSelect () const |
virtual bool | canValidate () |
virtual GridEditor * | createEditor ( GridEditorSite * site ) = 0 |
GridEditorFocusPolicy | editorFocusPolicy () const |
virtual int | heightHint ( int width, const QVariant & v ) |
const QIcon & | icon () const |
IconApperance | iconApperance () const |
bool | isEditable () const |
bool | isEnabled () const |
bool | isHintVisible () const |
void | setAlignment ( Qt::Alignment flag ) |
void | setAlwaysShowEditor ( bool flag ) |
void | setAutoSelect ( bool autoSelect ) |
void | setEditable ( bool editable ) |
void | setEditorFocusPolicy ( GridEditorFocusPolicy policy ) |
void | setEnabled ( bool enabled ) |
void | setHintVisible ( bool visible ) |
void | setIcon ( const QIcon & icon ) |
void | setIconApperance ( IconApperance apperance ) |
void | setTransparentBackground ( bool transparent ) |
void | setValidateOnEnter ( bool flag ) |
void | setValidator ( QValidator * validator ) |
bool | transparentBackground () const |
virtual bool | validate ( QVariant & editValue, int & errorCode, QString & errorReason ) |
bool | validateOnEnter () const |
QValidator * | validator () const |
GridViewBase * | view () const |
void | validateValue ( QVariant & editValue, int & errorCode, QString & errorReason ) |
void | update () |
See also setAlignment().
See also setAlwaysShowEditor().
See also setAutoSelect().
See also setEditorFocusPolicy().
See also setIcon().
See also setIconApperance().
See also alignment().
See also alwaysShowEditor().
See also autoSelect().
See also isEditable().
See also editorFocusPolicy().
See also isEnabled().
See also isHintVisible().
See also icon().
See also iconApperance().
See also transparentBackground().
See also validateOnEnter().
See also validator().
See also setTransparentBackground().
See also setValidateOnEnter().
See also setValidator().