Declaration for the FBTool class.
Definition in file fbtool.h.
|
bool | FBPopNormalTool (const char *pToolName, bool pSetFocus=true) |
| This function is used to bring up a specific tool in the GUI. More...
|
|
FBTool * | FBShowToolByName (const char *pToolName, bool pResizeWnd=true) |
| This function will show a specific tool in the GUI. More...
|
|
FBTool * | FBShowTool (FBTool *pTool, bool pResizeWnd=true) |
| This function will show a specific tool in the GUI. More...
|
|
bool | FBCloseToolByName (const char *pToolName) |
| This function will close a specific tool in the GUI. More...
|
|
bool | FBCloseTool (FBTool *pTool) |
| This function will close a specific tool in the GUI. More...
|
|
void | FBDestroyToolByName (const char *pToolName) |
| This function will destroy a specific tool in the GUI. More...
|
|
void | FBDestroyTool (FBTool *pTool) |
| This function will destroy a specific tool in the GUI. More...
|
|
void | FBSetToolSizeByName (const char *pToolName, int pWidth, int pHeight) |
| This function will set the size of a specific tool in the GUI. More...
|
|
void | FBSetToolSize (FBTool *pTool, int pWidth, int pHeight) |
| This function will set the size of a specific tool in the GUI. More...
|
|
void | FBGetToolSizeByName (const char *pToolName, int &pWidth, int &pHeight) |
| This function will get the size of a specific tool in the GUI. More...
|
|
void | FBGetToolSize (FBTool *pTool, int &pWidth, int &pHeight) |
| This function will get the size of a specific tool in the GUI. More...
|
|
void | FBSetToolPositionByName (const char *pToolName, int pPosX, int pPosY) |
| This function will set the position of a specific tool. More...
|
|
void | FBSetToolPosition (FBTool *pTool, int pPosX, int pPosY) |
| This function will set the position of a specific tool. More...
|
|
void | FBGetToolPositionByName (const char *pToolName, int &pPosX, int &pPosY) |
| This function will get the position of a specific tool. More...
|
|
void | FBGetToolPosition (FBTool *pTool, int &pPosX, int &pPosY) |
| This function will get the position of a specific tool. More...
|
|