Classes

builderview.h File Reference

#include <QFrame>
#include <QAbstractProxyModel>
#include <QTableView>
#include <QHBoxLayout>
#include <QWidget>
#include <QScrollArea>
#include <QTextEdit>
#include <QSplitter>
Include dependency graph for builderview.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HeaderSection
 Base class of a BuilderView's header section. More...
class  DataHeaderSection
 Header section for data used in BuilderView. More...
class  TimestampHeaderSection
 Header section for timestamps used in BuilderView. More...
class  ConnectedProxyModel
 A connected proxy model. More...
class  TimestampProxy
 Model used by TimestampViewPort. More...
class  DataProxy
 Model used by DataViewPort. More...
class  ViewPort
 Base view for use in a BuilderViewComponent. More...
class  DataViewPort
 Data-specific implementation of ViewPort. More...
class  TimestampViewPort
 Timestamp-specific implementation of ViewPort. More...
class  DataHeaderViewPortLayout
 Layout for DataHeaderSection DataHeaderSections. More...
class  DataHeaderViewPort
 Specific viewport implementation for DataHeader. More...
class  DataHeader
 Header used by DataBuilderView. More...
class  AdvancedQueryEdit
 Special editor used in Builder to allow extra SQL manipulation on data. More...
class  BuilderViewComponent
 Base class for BuilderView components. More...
class  DataBuilderView
 Specific implementation of BuilderViewComponent for data. More...
class  TimestampBuiderView
 Specific implementation of BuilderViewComponent for timestamps. More...
class  BuilderView
 main query view in Builder. More...