Drake Designer
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ddSpreadsheetView Class Reference

#include <src/app/ddSpreadsheetView.h>

Inheritance diagram for ddSpreadsheetView:
Inheritance graph
[legend]

Public Slots

void clear ()
 

Public Member Functions

 ddSpreadsheetView (QWidget *parent=0)
 
virtual ~ddSpreadsheetView ()
 
QAbstractItemModel * model ()
 
QString headerString (QString sep=", ") const
 
QString rowString (int row, QString sep=", ") const
 
QStringList rowData (int index) const
 
int rowCount () const
 
int columnCount () const
 
void appendRow (const QStringList &rowData)
 
void removeRow (int index)
 
virtual bool eventFilter (QObject *obj, QEvent *event)
 
- Public Member Functions inherited from ddViewBase
 ddViewBase (QWidget *parent=0)
 
virtual ~ddViewBase ()
 

Protected Member Functions

void addSelectedCellsToClipboard ()
 
QString textFromIndexes (QList< QModelIndex > indexes)
 
 Q_DISABLE_COPY (ddSpreadsheetView)
 
- Protected Member Functions inherited from ddViewBase
 Q_DISABLE_COPY (ddViewBase)
 

Protected Attributes

ddInternal * Internal
 
- Protected Attributes inherited from ddViewBase
ddInternal * Internal
 

Detailed Description

Definition at line 11 of file ddSpreadsheetView.h.

Constructor & Destructor Documentation

ddSpreadsheetView::ddSpreadsheetView ( QWidget *  parent = 0)
virtual ddSpreadsheetView::~ddSpreadsheetView ( )
virtual

Member Function Documentation

void ddSpreadsheetView::addSelectedCellsToClipboard ( )
protected
void ddSpreadsheetView::appendRow ( const QStringList &  rowData)
void ddSpreadsheetView::clear ( )
slot
int ddSpreadsheetView::columnCount ( ) const
virtual bool ddSpreadsheetView::eventFilter ( QObject *  obj,
QEvent *  event 
)
virtual
QString ddSpreadsheetView::headerString ( QString  sep = ", ") const
QAbstractItemModel* ddSpreadsheetView::model ( )
ddSpreadsheetView::Q_DISABLE_COPY ( ddSpreadsheetView  )
protected
void ddSpreadsheetView::removeRow ( int  index)
int ddSpreadsheetView::rowCount ( ) const
QStringList ddSpreadsheetView::rowData ( int  index) const
QString ddSpreadsheetView::rowString ( int  row,
QString  sep = ", " 
) const
QString ddSpreadsheetView::textFromIndexes ( QList< QModelIndex >  indexes)
protected

Member Data Documentation

ddInternal* ddSpreadsheetView::Internal
protected

Definition at line 45 of file ddSpreadsheetView.h.


The documentation for this class was generated from the following file: