Home
last modified time | relevance | path

Searched defs:ROutput (Results 1 – 2 of 2) sorted by relevance

/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drcommand.h58 struct ROutput { struct
59 enum ROutputType { argument
65 ROutputType type; argument
69 typedef QList<ROutput*> ROutputList; argument
H A Drcommandreceiver.h58 virtual void newOutput (RCommand *, ROutput *) {}; in newOutput() argument