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

Todo::TableView::EditorWidget Struct Reference

#include </home/clem/local/src/opie/core/pim/todo/tableview.h>

List of all members.

Public Member Functions

 EditorWidget ()
void setCellWidget (QWidget *, int row, int col)
void releaseCellWidget ()
QWidget * cellWidget () const
int cellRow () const
int cellCol () const

Private Attributes

QWidget * m_wid
int m_row
int m_col


Detailed Description

for inline editing on single click and to work around some bug in qt2.3.5

Definition at line 101 of file tableview.h.


Constructor & Destructor Documentation

TableView::EditorWidget::EditorWidget  ) 
 

Definition at line 57 of file tableview.cpp.


Member Function Documentation

int TableView::EditorWidget::cellCol  )  const
 

Definition at line 74 of file tableview.cpp.

References m_col.

Referenced by Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked().

int TableView::EditorWidget::cellRow  )  const
 

Definition at line 71 of file tableview.cpp.

References m_row.

Referenced by Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked().

QWidget * TableView::EditorWidget::cellWidget  )  const
 

Definition at line 68 of file tableview.cpp.

References m_wid.

Referenced by Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked().

void TableView::EditorWidget::releaseCellWidget  ) 
 

Definition at line 64 of file tableview.cpp.

References m_col, m_row, and m_wid.

Referenced by Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked().

void TableView::EditorWidget::setCellWidget QWidget *  ,
int  row,
int  col
 

Definition at line 59 of file tableview.cpp.

References m_col, m_row, and m_wid.

Referenced by Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked().


Member Data Documentation

int Todo::TableView::EditorWidget::m_col [private]
 

Definition at line 110 of file tableview.h.

Referenced by cellCol(), releaseCellWidget(), and setCellWidget().

int Todo::TableView::EditorWidget::m_row [private]
 

Definition at line 110 of file tableview.h.

Referenced by cellRow(), releaseCellWidget(), and setCellWidget().

QWidget* Todo::TableView::EditorWidget::m_wid [private]
 

Definition at line 109 of file tableview.h.

Referenced by cellWidget(), releaseCellWidget(), and setCellWidget().


The documentation for this struct was generated from the following files:
Generated on Sat Nov 5 18:04:03 2005 for OPIE by  doxygen 1.4.2