Eclipse SUMO - Simulation of Urban MObility
MFXDecalsTable::Row Class Reference

table row More...

#include <MFXDecalsTable.h>

Collaboration diagram for MFXDecalsTable::Row:
[legend]

Public Member Functions

void disableButtons ()
 disable row buttons More...
 
const std::vector< Cell * > & getCells () const
 get cells More...
 
std::string getText (int index) const
 get text More...
 
 Row (MFXDecalsTable *table)
 constructor More...
 
void setText (int index, const std::string &text) const
 set text More...
 
 ~Row ()
 destructor More...
 

Protected Attributes

std::vector< Cell * > myCells
 list wtih cells More...
 
MFXDecalsTablemyTable = nullptr
 poiner to table parent More...
 

Private Member Functions

 Row ()
 default constructor More...
 

Detailed Description

table row

Definition at line 250 of file MFXDecalsTable.h.

Constructor & Destructor Documentation

◆ Row() [1/2]

◆ ~Row()

MFXDecalsTable::Row::~Row ( )

destructor

Definition at line 817 of file MFXDecalsTable.cpp.

◆ Row() [2/2]

MFXDecalsTable::Row::Row ( )
private

default constructor

Definition at line 848 of file MFXDecalsTable.cpp.

Member Function Documentation

◆ disableButtons()

void MFXDecalsTable::Row::disableButtons ( )

disable row buttons

◆ getCells()

const std::vector< MFXDecalsTable::Cell * > & MFXDecalsTable::Row::getCells ( ) const

get cells

Definition at line 843 of file MFXDecalsTable.cpp.

◆ getText()

std::string MFXDecalsTable::Row::getText ( int  index) const

get text

Definition at line 826 of file MFXDecalsTable.cpp.

◆ setText()

void MFXDecalsTable::Row::setText ( int  index,
const std::string &  text 
) const

set text

Definition at line 836 of file MFXDecalsTable.cpp.

Field Documentation

◆ myCells

std::vector<Cell*> MFXDecalsTable::Row::myCells
protected

list wtih cells

Definition at line 276 of file MFXDecalsTable.h.

Referenced by Row().

◆ myTable

MFXDecalsTable* MFXDecalsTable::Row::myTable = nullptr
protected

poiner to table parent

Definition at line 273 of file MFXDecalsTable.h.

Referenced by Row().


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