tlp::GridOptionsWidget Class Reference#include <GridOptionsWidget.h>
Collaboration diagram for tlp::GridOptionsWidget:
[legend]List of all members.
Detailed Description
Widget for displaying a grid on the graph.
This class is a widget accessible from the interface of Tulip Software. It is used to display a grid with some options.
You can, first, choose which type of cell you'll have :
- Subdivisions cells are computed by taking the whole length of each axis of the graph, andby dividing them.
- Sized cells are directly computed with the size you indicate.
Other options are available :
- Display Dimensions : Allows the user to choose on which dimensions the grid will be displayed.
Public Slots
Public Member Functions
Protected Attributes
Constructor & Destructor Documentation
tlp::GridOptionsWidget::GridOptionsWidget |
( |
QWidget * |
parent = 0 |
) |
|
|
tlp::GridOptionsWidget::~GridOptionsWidget |
( |
|
) |
|
|
Member Function Documentation
void tlp::GridOptionsWidget::chDisplayGrid |
( |
|
) |
[slot] |
|
|
Function used to change on which axis will be displayed the grid. |
void tlp::GridOptionsWidget::chGridSize |
( |
|
) |
[slot] |
|
|
Function used to enable the panel "Size" |
void tlp::GridOptionsWidget::chGridSubdivisions |
( |
|
) |
[slot] |
|
|
Function used to enable the panel "Subdivision" |
void tlp::GridOptionsWidget::setCurrentMainWidget |
( |
GlMainWidget * |
graphWidget |
) |
|
|
|
Function used to define on which GlMainWidget we are working |
void tlp::GridOptionsWidget::validateGrid |
( |
|
) |
[slot] |
|
|
Function used to compute the grid and close the widget (Button OK). |
Member Data Documentation
|