5 #ifndef BITCOIN_QT_TRANSACTIONVIEW_H     6 #define BITCOIN_QT_TRANSACTIONVIEW_H   111     void message(
const QString &title, 
const QString &
message, 
unsigned int style);
   126 #endif // BITCOIN_QT_TRANSACTIONVIEW_H 
TransactionView(const PlatformStyle *platformStyle, QWidget *parent=0)
 
bool eventFilter(QObject *obj, QEvent *event)
 
void openThirdPartyTxUrl(QString url)
 
QWidget * createDateRangeWidget()
 
void focusTransaction(const QModelIndex &)
 
QTableView * transactionView
 
void chooseWatchonly(int idx)
 
virtual void resizeEvent(QResizeEvent *event)
 
QSignalMapper * mapperThirdPartyTxUrls
 
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user. 
 
Widget showing the transaction list for a wallet, including a filter row. 
 
Makes a QTableView last column feel as if it was being resized from its left border. 
 
void updateWatchOnlyColumn(bool fHaveWatchOnly)
 
void bumpedFee(const uint256 &txid)
 
TransactionFilterProxy * transactionProxyModel
 
QComboBox * watchOnlyWidget
 
void setModel(WalletModel *model)
 
Filter the transaction list according to pre-specified rules. 
 
Interface to Bitcoin wallet from Qt view code. 
 
void contextualMenu(const QPoint &)
 
GUIUtil::TableViewLastColumnResizingFixer * columnResizingFixer
 
void doubleClicked(const QModelIndex &)
 
QLineEdit * search_widget