#include <framefactory.h>
The FrameFactory creates frames of different types according to the parameters and the method called. Subclass this class if you want to create driviates of the various types of frames.
| TPProto::FrameFactory::FrameFactory | ( | ) |
Constructs object and sets up defaults.
Defaults are
| void TPProto::FrameFactory::setProtocolVersion | ( | int | pv | ) |
Sets the protocol version the frames should have.
| pv | The protocol version number. |
| int TPProto::FrameFactory::getProtocolVersion | ( | ) | const |
Gets the protocol version.
| void TPProto::FrameFactory::setProtocolLayer | ( | ProtocolLayer * | pl | ) |
Sets the ProtocolLayer.
This method sets the ProtocolLayer.
| pl | The ProtocolLayer to use. |
| FailFrame * TPProto::FrameFactory::createFail | ( | ) | [virtual] |
| Sequence * TPProto::FrameFactory::createSequence | ( | ) | [virtual] |
| Connect * TPProto::FrameFactory::createConnect | ( | ) | [virtual] |
| AccountCreate * TPProto::FrameFactory::createAccountCreate | ( | ) | [virtual] |
| Login * TPProto::FrameFactory::createLogin | ( | ) | [virtual] |
| Redirect * TPProto::FrameFactory::createRedirect | ( | ) | [virtual] |
| GetFeatures * TPProto::FrameFactory::createGetFeatures | ( | ) | [virtual] |
| Features * TPProto::FrameFactory::createFeatures | ( | ) | [virtual] |
| SetFilters * TPProto::FrameFactory::createSetFilters | ( | ) | [virtual] |
| GetGameInfo * TPProto::FrameFactory::createGetGameInfo | ( | ) | [virtual] |
| GameInfo * TPProto::FrameFactory::createGameInfo | ( | ) | [virtual] |
| Ping * TPProto::FrameFactory::createPing | ( | ) | [virtual] |
| FinishedFrame * TPProto::FrameFactory::createFinished | ( | ) | [virtual] |
| GetObjectTypesList * TPProto::FrameFactory::createGetObjectTypesList | ( | ) | [virtual] |
| ObjectTypesList * TPProto::FrameFactory::createObjectTypesList | ( | ) | [virtual] |
| GetObjectDescription * TPProto::FrameFactory::createGetObjectDescription | ( | ) | [virtual] |
| ObjectDescription * TPProto::FrameFactory::createObjectDescription | ( | ) | [virtual] |
| Object * TPProto::FrameFactory::createObject | ( | ) | [virtual] |
| GetObjectById * TPProto::FrameFactory::createGetObjectById | ( | ) | [virtual] |
| GetObjectByPos * TPProto::FrameFactory::createGetObjectByPos | ( | ) | [virtual] |
| GetObjectIdsList * TPProto::FrameFactory::createGetObjectIdsList | ( | ) | [virtual] |
| GetObjectIdsByPos * TPProto::FrameFactory::createGetObjectIdsByPos | ( | ) | [virtual] |
| GetObjectIdsByContainer * TPProto::FrameFactory::createGetObjectIdsByContainer | ( | ) | [virtual] |
| ObjectIdsList * TPProto::FrameFactory::createObjectIdsList | ( | ) | [virtual] |
| GetOrderDescription * TPProto::FrameFactory::createGetOrderDescription | ( | ) | [virtual] |
| OrderDescription * TPProto::FrameFactory::createOrderDescription | ( | ) | [virtual] |
| GetOrderTypesList * TPProto::FrameFactory::createGetOrderTypesList | ( | ) | [virtual] |
| OrderTypesList * TPProto::FrameFactory::createOrderTypesList | ( | ) | [virtual] |
| GetOrder * TPProto::FrameFactory::createGetOrder | ( | ) | [virtual] |
| Order * TPProto::FrameFactory::createOrder | ( | ) | [virtual] |
| Order * TPProto::FrameFactory::createInsertOrder | ( | ) | [virtual] |
| RemoveOrder * TPProto::FrameFactory::createRemoveOrder | ( | ) | [virtual] |
| ProbeOrder * TPProto::FrameFactory::createProbeOrder | ( | ) | [virtual] |
| GetTime * TPProto::FrameFactory::createGetTimeRemaining | ( | ) | [virtual] |
| TimeRemaining * TPProto::FrameFactory::createTimeRemaining | ( | ) | [virtual] |
| GetBoard * TPProto::FrameFactory::createGetBoard | ( | ) | [virtual] |
| Board * TPProto::FrameFactory::createBoard | ( | ) | [virtual] |
| GetBoardIdsList * TPProto::FrameFactory::createGetBoardIdsList | ( | ) | [virtual] |
| BoardIdsList * TPProto::FrameFactory::createBoardIdsList | ( | ) | [virtual] |
| GetMessage * TPProto::FrameFactory::createGetMessage | ( | ) | [virtual] |
| Message * TPProto::FrameFactory::createMessage | ( | ) | [virtual] |
| Message * TPProto::FrameFactory::createPostMessage | ( | ) | [virtual] |
| RemoveMessage * TPProto::FrameFactory::createRemoveMessage | ( | ) | [virtual] |
| GetResourceDescription * TPProto::FrameFactory::createGetResourceDescription | ( | ) | [virtual] |
| ResourceDescription * TPProto::FrameFactory::createResourceDescription | ( | ) | [virtual] |
| GetResourceTypesList * TPProto::FrameFactory::createGetResourceTypesList | ( | ) | [virtual] |
| ResourceTypesList * TPProto::FrameFactory::createResourceTypesList | ( | ) | [virtual] |
| GetPlayer * TPProto::FrameFactory::createGetPlayer | ( | ) | [virtual] |
| Player * TPProto::FrameFactory::createPlayer | ( | ) | [virtual] |
| GetCategory * TPProto::FrameFactory::createGetCategory | ( | ) | [virtual] |
| Category * TPProto::FrameFactory::createCategory | ( | ) | [virtual] |
| AddCategory * TPProto::FrameFactory::createAddCategory | ( | ) | [virtual] |
| RemoveCategory * TPProto::FrameFactory::createRemoveCategory | ( | ) | [virtual] |
| GetCategoryIdsList * TPProto::FrameFactory::createGetCategoryIdsList | ( | ) | [virtual] |
| CategoryIdsList * TPProto::FrameFactory::createCategoryIdsList | ( | ) | [virtual] |
| GetDesign * TPProto::FrameFactory::createGetDesign | ( | ) | [virtual] |
| Design * TPProto::FrameFactory::createDesign | ( | ) | [virtual] |
| AddDesign * TPProto::FrameFactory::createAddDesign | ( | ) | [virtual] |
| ModifyDesign * TPProto::FrameFactory::createModifyDesign | ( | ) | [virtual] |
| RemoveDesign * TPProto::FrameFactory::createRemoveDesign | ( | ) | [virtual] |
| GetDesignIdsList * TPProto::FrameFactory::createGetDesignIdsList | ( | ) | [virtual] |
| DesignIdsList * TPProto::FrameFactory::createDesignIdsList | ( | ) | [virtual] |
| GetComponent * TPProto::FrameFactory::createGetComponent | ( | ) | [virtual] |
| Component * TPProto::FrameFactory::createComponent | ( | ) | [virtual] |
| GetComponentIdsList * TPProto::FrameFactory::createGetComponentIdsList | ( | ) | [virtual] |
| ComponentIdsList * TPProto::FrameFactory::createComponentIdsList | ( | ) | [virtual] |
| GetProperty * TPProto::FrameFactory::createGetProperty | ( | ) | [virtual] |
| Property * TPProto::FrameFactory::createProperty | ( | ) | [virtual] |
| GetPropertyIdsList * TPProto::FrameFactory::createGetPropertyIdsList | ( | ) | [virtual] |
| PropertyIdsList * TPProto::FrameFactory::createPropertyIdsList | ( | ) | [virtual] |
| LogMessage * TPProto::FrameFactory::createLogMessage | ( | ) | [virtual] |
| GetCommandDescription * TPProto::FrameFactory::createGetCommandDescription | ( | ) | [virtual] |
| CommandDescription * TPProto::FrameFactory::createCommandDescription | ( | ) | [virtual] |
| GetCommandTypesList * TPProto::FrameFactory::createGetCommandTypesList | ( | ) | [virtual] |
| CommandTypesList * TPProto::FrameFactory::createCommandTypesList | ( | ) | [virtual] |