TempToolItem Class Reference

Item that represent a temp tool selection. More...

Inheritance diagram for TempToolItem:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 TempToolItem ()
ToolGetTempTool ()
void SetTempTool (Tool *pThisTool)
ToolGetPrevTool ()
void SetPrevTool (Tool *pThisTool)

Private Attributes

ToolpTempTool
ToolpPrevTool

Detailed Description

Item that represent a temp tool selection.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
8/12/94
Returns:
Errors: -
See also:
Tool::ActivateTemporaryTool(), Tool::DeactivateTemporaryTool()

Definition at line 140 of file tool.cpp.


Constructor & Destructor Documentation

TempToolItem::TempToolItem  )  [inline]
 

Definition at line 144 of file tool.cpp.

00144 { pTempTool = pPrevTool = NULL; }


Member Function Documentation

Tool* TempToolItem::GetPrevTool  )  [inline]
 

Definition at line 149 of file tool.cpp.

00149 { return pPrevTool; }

Tool* TempToolItem::GetTempTool  )  [inline]
 

Definition at line 146 of file tool.cpp.

00146 { return pTempTool; }

void TempToolItem::SetPrevTool Tool pThisTool  )  [inline]
 

Definition at line 150 of file tool.cpp.

00150 { pPrevTool = pThisTool; }

void TempToolItem::SetTempTool Tool pThisTool  )  [inline]
 

Definition at line 147 of file tool.cpp.

00147 { pTempTool = pThisTool; }


Member Data Documentation

Tool* TempToolItem::pPrevTool [private]
 

Definition at line 154 of file tool.cpp.

Tool* TempToolItem::pTempTool [private]
 

Definition at line 153 of file tool.cpp.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:01:42 2007 for Camelot by  doxygen 1.4.4