PICloud Dispatcher screen mode
This commit is contained in:
@@ -70,8 +70,6 @@ protected:
|
||||
class PIP_CONSOLE_EXPORT TileList: public PIScreenTile {
|
||||
PIOBJECT_SUBCLASS(TileList, PIScreenTile)
|
||||
public:
|
||||
TileList(const PIString & n = PIString());
|
||||
virtual ~TileList() {}
|
||||
enum SelectionMode {
|
||||
NoSelection,
|
||||
SingleSelection,
|
||||
@@ -81,6 +79,10 @@ public:
|
||||
SelectionChanged,
|
||||
RowPressed
|
||||
};
|
||||
|
||||
TileList(const PIString & n = PIString(), SelectionMode sm = NoSelection);
|
||||
virtual ~TileList() {}
|
||||
|
||||
typedef PIPair<PIString, PIScreenTypes::CellFormat> Row;
|
||||
PIDeque<Row> content;
|
||||
PIScreenTypes::Alignment alignment;
|
||||
|
||||
Reference in New Issue
Block a user