|
GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include "TGo4Browser.h"#include <iostream>#include <QFileDialog>#include <QInputDialog>#include <QTimer>#include <QApplication>#include <QMenu>#include <QHeaderView>#include <QDrag>#include <QMimeData>#include "TClass.h"#include "TClassTable.h"#include "TROOT.h"#include "TObjString.h"#include "TCanvas.h"#include "TGo4LockGuard.h"#include "TGo4Slot.h"#include "TGo4Iter.h"#include "TGo4BrowserProxy.h"#include "TGo4ServerProxy.h"#include "TGo4QSettings.h"#include "TGo4ViewPanel.h"Go to the source code of this file.
Functions | |
| QTreeWidgetItem * | nextSibling (QTreeWidgetItem *item) |
Variables | |
| const int | ColumnWidths [TGo4Browser::NColumns] = { 150, 40, 120, 90, 60, 100, 50 } |
| const char * | ColumnNames [TGo4Browser::NColumns] = { "Name", "Flags", "Info", "Date", "Time", "Class", "Size" } |
| const Qt::Alignment | ColumnAllign [TGo4Browser::NColumns] = { Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignRight } |
| QTreeWidgetItem* nextSibling | ( | QTreeWidgetItem * | item | ) |
Definition at line 50 of file TGo4Browser.cpp.
Referenced by TGo4Browser::updateListViewItems().
| const Qt::Alignment ColumnAllign[TGo4Browser::NColumns] = { Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignLeft, Qt::AlignRight } |
Definition at line 48 of file TGo4Browser.cpp.
Referenced by TGo4Browser::TGo4Browser().
| const char* ColumnNames[TGo4Browser::NColumns] = { "Name", "Flags", "Info", "Date", "Time", "Class", "Size" } |
Definition at line 41 of file TGo4Browser.cpp.
Referenced by TGo4Browser::Header_customContextMenuRequested(), TGo4Browser::HeaderSectionResizedSlot(), and TGo4Browser::TGo4Browser().
| const int ColumnWidths[TGo4Browser::NColumns] = { 150, 40, 120, 90, 60, 100, 50 } |
Definition at line 40 of file TGo4Browser.cpp.
Referenced by TGo4Browser::HeaderSectionResizedSlot(), and TGo4Browser::TGo4Browser().
1.8.13