gui::NodeData Struct Reference

List of all members.

Public Types

enum  Type { ORIGINAL, FROMFILE }

Public Member Functions

 NodeData ()
 NodeData (Type _type, int _position)

Public Attributes

Type type
int position

Detailed Description

Data for ListItem. Gathers ListItem type and page position information.


Member Enumeration Documentation

Enumerator:
ORIGINAL 
FROMFILE 

Constructor & Destructor Documentation

gui::NodeData::NodeData (  )  [inline]

Default constructor. Initializes type to ORIGINAL and position to 0.

gui::NodeData::NodeData ( Type  _type,
int  _position 
) [inline]

Initialization constructor.

Parameters:
_type Type value.
_position Position value.

Doesn't perform any parameters checking.


Member Data Documentation

Page position in type document.

Referenced by gui::MergeDialog::getResult(), and gui::MergeDialog::removeBtn_clicked().

Type of the item.

Referenced by gui::ListItem::isType().


The documentation for this struct was generated from the following file: