Grid Class Reference

(Qtitan::Grid)

The Grid class - More...

    #include <Qtitan>

Inherits GridGraphicSite.

Inherited by

Public Types

enum GridViewType { UndefinedView, TableView, BandedTableView }

Public Functions

Grid ( QWidget * parent = 0 )
virtual ~Grid ()
bool loadLayoutFromDevice ( QIODevice * device )
bool loadLayoutFromFile ( const QString & fileName )
bool saveLayoutToDevice ( QIODevice * device )
bool saveLayoutToFile ( const QString & fileName )
void setViewType ( GridViewType type )
ViewType * view () const
GridViewType viewType () const

Protected Functions

void setRootView ( GridViewBase * view )
GridViewBase * viewref () const

Additional Inherited Members

  • 58 properties inherited from QWidget
  • 1 property inherited from QObject
  • 19 public slots inherited from QWidget
  • 1 public slot inherited from QObject
  • 1 signal inherited from QWidget
  • 1 signal inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QWidget
  • 4 static public members inherited from QObject
  • 1 protected slot inherited from QWidget
  • 1 protected type inherited from QPaintDevice
  • 2 protected variables inherited from QObject

Detailed Description

The Grid class -

Member Type Documentation

enum Grid::GridViewType

Member Function Documentation

Grid::Grid ( QWidget * parent = 0 )

Grid::~Grid () [virtual]

bool Grid::loadLayoutFromDevice ( QIODevice * device )

bool Grid::loadLayoutFromFile ( const QString & fileName )

bool Grid::saveLayoutToDevice ( QIODevice * device )

bool Grid::saveLayoutToFile ( const QString & fileName )

void Grid::setRootView ( GridViewBase * view ) [protected]

void Grid::setViewType ( GridViewType type )

See also viewType().

ViewType * Grid::view () const

GridViewType Grid::viewType () const

See also setViewType().

GridViewBase * Grid::viewref () const [protected]