Table class.
![]() | Table (Config *c, TableWindow *w, TableViewer *v) |
![]() | ~Table () |
![]() | Initialize () |
![]() | LoadEntries () |
![]() | SaveEntries () |
![]() | RemoveAll () |
![]() | AddRows () |
![]() | AddColumns () |
![]() | DeleteRows () |
![]() | DeleteColumns () |
![]() | DeleteAll () |
![]() | Purge () |
![]() | CutTexts () |
![]() | CopyTexts () |
![]() | PasteTexts () |
![]() | SortRows () |
![]() | SortColumns () |
![]() | SameWidth () |
![]() | SameHeight () |
![]() | Span () |
![]() | UnSpan () |
![]() | SelectAll () |
![]() | Move (MoveType t) Move table on mainwindow according to move type. |
![]() | Append () |
![]() | SetAppendToggle (bool set) set append to bottom(Trye) or to the right(False). |
![]() | IsAppendBottom () |
![]() | SetAddRowsToggle (bool set) called via add rows dialog. |
![]() | SetAddColumnsToggle (bool set) |
![]() | AddRows (unsigned count) |
![]() | AddColumns (unsigned count) |
![]() | FindAll (const string *s, bool sens, bool sub, bool) |
![]() | FindNext (const string *s, bool sens, bool sub, bool) |
![]() | ReplaceNext (const string *s1, const string *s2, bool sens, bool sub, bool) |
![]() | ReplaceAll (const string *s1, const string *s2, bool sens, bool sub, bool) |
![]() | UpdateText (Cell *c, const string *text) |
![]() | SetDefaultNumberOfRows () |
![]() | SetDefaultNumberOfColumns () |
![]() | SetDefaultRowHeight () |
![]() | SetDefaultColumnWidth () |
![]() | SetDefaultNumberOfRows (unsigned n) |
![]() | SetDefaultNumberOfColumns (unsigned n) |
![]() | SetDefaultRowHeight (int n) |
![]() | SetDefaultColumnWidth (int n) |
![]() | SetMarginHeight (int n) |
![]() | SetMarginWidth (int n) |
![]() | DefaultRowAlignment () |
![]() | DefaultColumnAlignment () |
![]() | UpdateRowAlignment () |
![]() | UpdateColumnAlignment () |
![]() | UpdateColumnAlignment (TextAlign::Type type) |
![]() | UpdateRowAlignment (TextAlign::Type type) |
![]() | UpdateDefaultColumnAlignment (TextAlign::Type newType) |
![]() | UpdateDefaultRowAlignment (TextAlign::Type newType) |
![]() | ShowConfigRowAlignment () |
![]() | ShowDefaultRowAlignment () |
![]() | ShowConfigColumnAlignment () |
![]() | ShowDefaultColumnAlignment () |
![]() | UpdateTableLineStyle () |
![]() | UpdateLineStyle (Side::Type side, LineStyle::Type style) |
![]() | ShowConfigLineStyle () |
![]() | ShowDefaultLineStyle () |
![]() | UpdateTableLineWidth () |
![]() | UpdateLineWidth (Side::Type side, unsigned width) |
![]() | ShowConfigLineWidth () |
![]() | ShowDefaultLineWidth () |
![]() | UpdateCellTextUnderline () |
![]() | ShowRowColumnLabels (bool b) |
![]() | PrintRowColumnLabels (bool b) |
![]() | UpdateMarginWidth () |
![]() | UpdateMarginHeight () |
![]() | AnnotateCell () |
![]() | SetCellAnnotation (const string *s) |
![]() | GetScaleDialog () |
![]() | GetPromptToggleDialog () |
![]() | GetTableLineStyleDialog () |
![]() | GetTableLineWidthDialog () |
![]() | GetRowAlignmentDialog () |
![]() | GetColumnAlignmentDialog () |
![]() | GetTableViewer () |
Table class.
virtual ~Table()
void Initialize()
void LoadEntries()
void SaveEntries()
void RemoveAll()
void AddRows()
void AddColumns()
void DeleteRows()
void DeleteColumns()
void DeleteAll()
void Purge()
void CutTexts()
void CopyTexts()
void PasteTexts()
void SortRows()
void SortColumns()
void SameWidth()
void SameHeight()
void Span()
void UnSpan()
void SelectAll()
void Move(MoveType t)
void Append()
void SetAppendToggle(bool set)
bool IsAppendBottom()
void SetAddRowsToggle(bool set)
void SetAddColumnsToggle(bool set)
void AddRows(unsigned count)
void AddColumns(unsigned count)
void FindAll(const string *s, bool sens, bool sub, bool)
void FindNext(const string *s, bool sens, bool sub, bool)
void ReplaceNext(const string *s1, const string *s2, bool sens, bool sub, bool)
void ReplaceAll(const string *s1, const string *s2, bool sens, bool sub, bool)
virtual bool UpdateText(Cell *c, const string *text)
void SetDefaultNumberOfRows()
void SetDefaultNumberOfColumns()
void SetDefaultRowHeight()
void SetDefaultColumnWidth()
void SetDefaultNumberOfRows(unsigned n)
void SetDefaultNumberOfColumns(unsigned n)
void SetDefaultRowHeight(int n)
void SetDefaultColumnWidth(int n)
void SetMarginHeight(int n)
void SetMarginWidth(int n)
void DefaultRowAlignment()
void DefaultColumnAlignment()
void UpdateRowAlignment()
void UpdateColumnAlignment()
void UpdateColumnAlignment(TextAlign::Type type)
void UpdateRowAlignment(TextAlign::Type type)
void UpdateDefaultColumnAlignment(TextAlign::Type newType)
void UpdateDefaultRowAlignment(TextAlign::Type newType)
void ShowConfigRowAlignment()
void ShowDefaultRowAlignment()
void ShowConfigColumnAlignment()
void ShowDefaultColumnAlignment()
void UpdateTableLineStyle()
void UpdateLineStyle(Side::Type side, LineStyle::Type style)
void ShowConfigLineStyle()
void ShowDefaultLineStyle()
void UpdateTableLineWidth()
void UpdateLineWidth(Side::Type side, unsigned width)
void ShowConfigLineWidth()
void ShowDefaultLineWidth()
void UpdateCellTextUnderline()
void ShowRowColumnLabels(bool b)
void PrintRowColumnLabels(bool b)
void UpdateMarginWidth()
void UpdateMarginHeight()
void AnnotateCell()
void SetCellAnnotation(const string *s)
ScaleDialog* GetScaleDialog()
ToggleListDialog* GetPromptToggleDialog()
LineStyleSideDialog* GetTableLineStyleDialog()
LineWidthSideDialog* GetTableLineWidthDialog()
TextAlignmentDialog* GetRowAlignmentDialog()
NToggleListDialog* GetColumnAlignmentDialog()
static const int MIN_ROW_HEIGHT
static const int MIN_COLUMN_WIDTH
static const int MAX_ROW_HEIGHT
static const int MAX_COLUMN_WIDTH
static const int MIN_MARGIN_WIDTH
static const int MIN_MARGIN_HEIGHT
static const int MAX_MARGIN_WIDTH
static const int MAX_MARGIN_HEIGHT
static const int MIN_NUMBER_OF_COLUMNS
static const int MIN_NUMBER_OF_ROWS
static const int MAX_NUMBER_OF_COLUMNS
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de