Scribus
Open source desktop publishing at your fingertips
InsertTableRowsDialog Class Reference

#include <inserttablerowsdialog.h>

Inheritance diagram for InsertTableRowsDialog:
Collaboration diagram for InsertTableRowsDialog:

Public Types

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

Public Member Functions

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

Detailed Description

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

Member Enumeration Documentation

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

Enumerator
Before 

Inserts rows before the current row.

After 

Inserts rows after the current row.


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