Public Types | |
| enum | Type { ORIGINAL, FROMFILE } |
Public Member Functions | |
| NodeData () | |
| NodeData (Type _type, int _position) | |
Public Attributes | |
| Type | type |
| int | position |
Data for ListItem. Gathers ListItem type and page position information.
| enum gui::NodeData::Type |
| gui::NodeData::NodeData | ( | ) | [inline] |
Default constructor. Initializes type to ORIGINAL and position to 0.
| gui::NodeData::NodeData | ( | Type | _type, | |
| int | _position | |||
| ) | [inline] |
Initialization constructor.
| _type | Type value. | |
| _position | Position value. |
Doesn't perform any parameters checking.
Page position in type document.
Referenced by gui::MergeDialog::getResult(), and gui::MergeDialog::removeBtn_clicked().
Type of the item.
Referenced by gui::ListItem::isType().