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

table row More...

#include <GNETLSTable.h>

Collaboration diagram for GNETLSTable::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 (GNETLSTable *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...
 
GNETLSTablemyTable = nullptr
 poiner to table parent More...
 

Private Member Functions

 Row ()
 default constructor More...
 

Detailed Description

table row

Definition at line 353 of file GNETLSTable.h.

Constructor & Destructor Documentation

◆ Row() [1/2]

◆ ~Row()

GNETLSTable::Row::~Row ( )

destructor

Definition at line 1282 of file GNETLSTable.cpp.

◆ Row() [2/2]

GNETLSTable::Row::Row ( )
private

default constructor

Definition at line 1324 of file GNETLSTable.cpp.

Member Function Documentation

◆ disableButtons()

void GNETLSTable::Row::disableButtons ( )

disable row buttons

Definition at line 1314 of file GNETLSTable.cpp.

◆ getCells()

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

get cells

Definition at line 1308 of file GNETLSTable.cpp.

◆ getText()

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

get text

Definition at line 1291 of file GNETLSTable.cpp.

◆ setText()

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

set text

Definition at line 1301 of file GNETLSTable.cpp.

Field Documentation

◆ myCells

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

list wtih cells

Definition at line 379 of file GNETLSTable.h.

Referenced by Row().

◆ myTable

GNETLSTable* GNETLSTable::Row::myTable = nullptr
protected

poiner to table parent

Definition at line 376 of file GNETLSTable.h.

Referenced by Row().


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