Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CEGUI::MCLGridRef Struct Reference

Simple grid index structure. More...

#include <CEGUIMultiColumnList.h>

List of all members.

Public Member Functions

 MCLGridRef (uint r, uint c)
MCLGridRefoperator= (const MCLGridRef &rhs)
bool operator< (const MCLGridRef &rhs) const
bool operator<= (const MCLGridRef &rhs) const
bool operator> (const MCLGridRef &rhs) const
bool operator>= (const MCLGridRef &rhs) const
bool operator== (const MCLGridRef &rhs) const
bool operator!= (const MCLGridRef &rhs) const

Public Attributes

uint row
 Zero based row index.
uint column
 Zero based column index.


Detailed Description

Simple grid index structure.

Definition at line 49 of file CEGUIMultiColumnList.h.


Constructor & Destructor Documentation

CEGUI::MCLGridRef::MCLGridRef uint  r,
uint  c
[inline]
 

Definition at line 51 of file CEGUIMultiColumnList.h.


Member Function Documentation

bool CEGUI::MCLGridRef::operator!= const MCLGridRef rhs  )  const
 

Definition at line 2516 of file CEGUIMultiColumnList.cpp.

References operator==().

bool CEGUI::MCLGridRef::operator< const MCLGridRef rhs  )  const
 

Definition at line 2463 of file CEGUIMultiColumnList.cpp.

References column, and row.

Referenced by operator>=().

bool CEGUI::MCLGridRef::operator<= const MCLGridRef rhs  )  const
 

Definition at line 2480 of file CEGUIMultiColumnList.cpp.

References operator>().

MCLGridRef & CEGUI::MCLGridRef::operator= const MCLGridRef rhs  ) 
 

Definition at line 2452 of file CEGUIMultiColumnList.cpp.

References column, and row.

bool CEGUI::MCLGridRef::operator== const MCLGridRef rhs  )  const
 

Definition at line 2507 of file CEGUIMultiColumnList.cpp.

References column, and row.

Referenced by operator!=().

bool CEGUI::MCLGridRef::operator> const MCLGridRef rhs  )  const
 

Definition at line 2489 of file CEGUIMultiColumnList.cpp.

Referenced by operator<=().

bool CEGUI::MCLGridRef::operator>= const MCLGridRef rhs  )  const
 

Definition at line 2498 of file CEGUIMultiColumnList.cpp.

References operator<().


Member Data Documentation

uint CEGUI::MCLGridRef::column
 

Zero based column index.

Definition at line 54 of file CEGUIMultiColumnList.h.

Referenced by CEGUI::MultiColumnList::findListItemWithText(), CEGUI::MultiColumnList::getItemAtGridReference(), CEGUI::MultiColumnList::getNextSelected(), operator<(), operator=(), operator==(), CEGUI::MultiColumnList::selectRange(), CEGUI::MultiColumnList::setItem(), and CEGUI::MultiColumnList::setItemSelectState_impl().

uint CEGUI::MCLGridRef::row
 

Zero based row index.

Definition at line 53 of file CEGUIMultiColumnList.h.

Referenced by CEGUI::MultiColumnList::findListItemWithText(), CEGUI::MultiColumnList::getItemAtGridReference(), CEGUI::MultiColumnList::getNextSelected(), operator<(), operator=(), operator==(), CEGUI::MultiColumnList::selectRange(), CEGUI::MultiColumnList::setItem(), and CEGUI::MultiColumnList::setItemSelectState_impl().


The documentation for this struct was generated from the following files:
Generated on Wed Sep 7 10:08:46 2005 for Crazy Eddies GUI System by  doxygen 1.4.3