OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
MWGui::SpellView::LineInfo Struct Reference

tracks a row in the spell view More...

Collaboration diagram for MWGui::SpellView::LineInfo:

Public Member Functions

 LineInfo (MyGUI::Widget *leftWidget, MyGUI::Widget *rightWidget, SpellModel::ModelIndex spellIndex)
 

Public Attributes

MyGUI::Widget * mLeftWidget
 the widget on the left side of the row More...
 
MyGUI::Widget * mRightWidget
 the widget on the left side of the row (if there is one) More...
 
SpellModel::ModelIndex mSpellIndex
 index to item in mModel that row is showing information for More...
 

Detailed Description

tracks a row in the spell view

Constructor & Destructor Documentation

MWGui::SpellView::LineInfo::LineInfo ( MyGUI::Widget *  leftWidget,
MyGUI::Widget *  rightWidget,
SpellModel::ModelIndex  spellIndex 
)

Member Data Documentation

MyGUI::Widget* MWGui::SpellView::LineInfo::mLeftWidget

the widget on the left side of the row

MyGUI::Widget* MWGui::SpellView::LineInfo::mRightWidget

the widget on the left side of the row (if there is one)

SpellModel::ModelIndex MWGui::SpellView::LineInfo::mSpellIndex

index to item in mModel that row is showing information for


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