ManaPlus
Public Member Functions | Data Fields
ExtendedListBoxItem Struct Reference

#include <extendedlistboxitem.h>

Public Member Functions

 ExtendedListBoxItem (const int row0, const std::string &text0, const bool image0, const int y0)
 

Data Fields

int row
 
std::string text
 
bool image
 
int y
 

Detailed Description

Definition at line 29 of file extendedlistboxitem.h.

Constructor & Destructor Documentation

◆ ExtendedListBoxItem()

ExtendedListBoxItem::ExtendedListBoxItem ( const int  row0,
const std::string &  text0,
const bool  image0,
const int  y0 
)
inline

Definition at line 31 of file extendedlistboxitem.h.

34  :
35  row(row0),
36  text(text0),
37  image(image0),
38  y(y0)
39  {
40  }

Field Documentation

◆ image

bool ExtendedListBoxItem::image

Definition at line 46 of file extendedlistboxitem.h.

Referenced by ExtendedListBox::draw().

◆ row

int ExtendedListBoxItem::row

◆ text

std::string ExtendedListBoxItem::text

Definition at line 45 of file extendedlistboxitem.h.

Referenced by ExtendedListBox::draw().

◆ y

int ExtendedListBoxItem::y

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