Class GuiStateList

Index Home MAE > MAE Architecture > MAE Data Types > Class Index > Class GuiStateList

Summary
Public Methods
GuiStateList(device)
GuiStateList(p)
GuiStateList()
inline DbRecNum getPCId() const
inline DbRecNum getUserId() const
string get(tag)
string get(index)
string getTag(index)
bool set(tag, value)
inline int getSize()
Private Properties

#include <GuiState.h >

Super class: GuiState

Summary

A list of GuiState classes.

Public Methods

GuiStateList(device)

UserDevice& device


GuiStateList(p)

const GuiStateList& p


GuiStateList()

inline DbRecNum getPCId() const

basic GET functions

inline DbRecNum getUserId() const

string get(tag)

string tag


get the value of a tag

string get(index)

int index


string getTag(index)

int index


bool set(tag, value)

string tag

string value


set a tag/value

inline int getSize()

number of GUI tag/value pairs

Private Properties

DbRecNum PC_id

DbRecNum User_id