Scribus
Open source desktop publishing at your fingertips
InsertTableColumnsDialog Class Reference

#include <inserttablecolumnsdialog.h>

Inheritance diagram for InsertTableColumnsDialog:
Collaboration diagram for InsertTableColumnsDialog:

Public Types

enum  Position { Before, After }
 This enum specifies positions at which the user can insert columns. More...
 

Public Member Functions

 InsertTableColumnsDialog (int appMode, QWidget *parent=0)
 Constructs a new dialog for inserting columns. appMode is the current application mode.
 
int numberOfColumns () const
 Returns the number of columns the user entered.
 
Position position () const
 Returns the position the user picked.
 

Detailed Description

This is the dialog used during insertion of columns into tables.

Member Enumeration Documentation

This enum specifies positions at which the user can insert columns.

Enumerator
Before 

Inserts columns before the current column.

After 

Inserts columns after the current column.


The documentation for this class was generated from the following files: