#include "TGo4Browser.h"
#include <QFileDialog>
#include <QInputDialog>
#include <QTimer>
#include <QApplication>
#include <QToolTip>
#include <QMenu>
#include <QSignalMapper>
#include <QHeaderView>
#include <QDrag>
#include <QMimeData>
#include "Riostream.h"
#include "TClass.h"
#include "TClassTable.h"
#include "TROOT.h"
#include "TObjString.h"
#include "TCanvas.h"
#include "TGo4LockGuard.h"
#include "TGo4Proxy.h"
#include "TGo4Slot.h"
#include "TGo4Iter.h"
#include "TGo4BrowserProxy.h"
#include "QGo4BrowserTreeWidget.h"
#include "TGo4AnalysisProxy.h"
#include "TGo4HServProxy.h"
#include "TGo4DabcProxy.h"
#include "TGo4QSettings.h"
#include "TGo4ViewPanel.h"
Go to the source code of this file.
Functions | |
QTreeWidgetItem * | nextSibling (QTreeWidgetItem *item) |
Variables | |
const int | NColumns = 7 |
const int | ColumnWidths [NColumns] = { 150, 40, 120, 90, 60, 100, 50 } |
const char * | ColumnNames [NColumns] = { "Name", "Flags", "Info", "Date", "Time", "Class", "Size" } |
const int | ColumnAllign [NColumns] = { Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignRight } |
QTreeWidgetItem* nextSibling | ( | QTreeWidgetItem * | item | ) |
Definition at line 51 of file TGo4Browser.cpp.
Referenced by TGo4Browser::updateListViewItems().
const int ColumnAllign[NColumns] = { Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignRight } |
Definition at line 49 of file TGo4Browser.cpp.
Referenced by TGo4Browser::TGo4Browser().
const char* ColumnNames[NColumns] = { "Name", "Flags", "Info", "Date", "Time", "Class", "Size" } |
Definition at line 48 of file TGo4Browser.cpp.
Referenced by TGo4Browser::Header_customContextMenuRequested(), TGo4Browser::HeaderSectionResizedSlot(), TGo4Browser::ListView_customContextMenuRequested(), and TGo4Browser::TGo4Browser().
const int ColumnWidths[NColumns] = { 150, 40, 120, 90, 60, 100, 50 } |
Definition at line 47 of file TGo4Browser.cpp.
Referenced by TGo4Browser::HeaderSectionResizedSlot(), and TGo4Browser::TGo4Browser().
const int NColumns = 7 |
Definition at line 46 of file TGo4Browser.cpp.
Referenced by TGo4Browser::checkVisisbilityFlags(), TGo4Browser::ColumnToggled(), TGo4Browser::Header_customContextMenuRequested(), TGo4Browser::HeaderSectionResizedSlot(), TGo4Browser::ListView_customContextMenuRequested(), TGo4Browser::SetViewItemProperties(), TGo4Browser::TGo4Browser(), and TGo4Browser::updateListViewItems().