VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::stub::SymbolMgrStub Class Reference

A stub version of the Symbol Manager. More...

#include <vici/libifstubs.h>

Inheritance diagram for VICI::stub::SymbolMgrStub:
VICI::Symbol::SymbolMgr

Public Member Functions

 SymbolMgrStub (Window *w)
 Costructor. More...
 
virtual void addClient (Symbol::SymbolClient *)
 add a client for the symbol manager More...
 
virtual Symbol::SymbolAttributes getDefaultAttr (Symbol::Style)
 get the attributes for a symbol of the given style More...
 
virtual Symbol::TextAttributes getDefaultTextAttr ()
 get the current default text attributes More...
 
virtual Symbol::SymbolgetSymbol (Symbol::Style, Symbol::SymbolOwner *)
 get a new symbol of the specified style More...
 
- Public Member Functions inherited from VICI::Symbol::SymbolMgr
virtual ~SymbolMgr ()
 virtual destructor
 

Detailed Description

A stub version of the Symbol Manager.

Constructor & Destructor Documentation

SymbolMgrStub::SymbolMgrStub ( Window w)

Costructor.

Parameters
wThe window to display into.

Member Function Documentation

void SymbolMgrStub::addClient ( Symbol::SymbolClient client)
virtual

add a client for the symbol manager

Parameters
clientthe object to notify of user actions.

Implements VICI::Symbol::SymbolMgr.

Symbol::SymbolAttributes SymbolMgrStub::getDefaultAttr ( Symbol::Style  s)
virtual

get the attributes for a symbol of the given style

Parameters
sthe style of the symbol to get the attributes for.
Returns
the attributes

Implements VICI::Symbol::SymbolMgr.

Symbol::TextAttributes SymbolMgrStub::getDefaultTextAttr ( )
virtual

get the current default text attributes

Returns
the attributes

Implements VICI::Symbol::SymbolMgr.

Symbol::Symbol * SymbolMgrStub::getSymbol ( Symbol::Style  style,
Symbol::SymbolOwner owner 
)
virtual

get a new symbol of the specified style

Parameters
stylethe style of the requested symbol
ownerthe owner for the returned symbol
Returns
the new symbol

Implements VICI::Symbol::SymbolMgr.


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