| 
    C++ API Reference
    
   | 
 
Tool context function set. More...
#include <MFnToolContext.h>
 Inheritance diagram for MFnToolContext:Public Member Functions | |
| virtual MFn::Type | type () const | 
| Function set type.  More... | |
| virtual | ~MFnToolContext () | 
| Destructor.  | |
| MFnToolContext () | |
| Default constructor.  | |
| MFnToolContext (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor.  More... | |
| MString | name (MStatus *=NULL) const | 
| Returns the tool context's name.  More... | |
| MString | title (MStatus *=NULL) const | 
| Returns the tool context's title.  More... | |
| MFnToolContext (const MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor.  More... | |
  Public Member Functions inherited from MFnBase | |
| virtual | ~MFnBase () | 
| Class Destructor.  More... | |
| bool | hasObj (MFn::Type) const | 
| Determines whether or not the Function Set is compatible with the specified Maya Object within the API RTTI system.  More... | |
| bool | hasObj (const MObject &) const | 
| Determines whether or not the Function Set is compatible with the specified Maya Object within the API RTTI system.  More... | |
| MObject | object (MStatus *ReturnStatus=NULL) const | 
| Returns the MObject that is attached to the Function Set.  More... | |
| virtual MStatus | setObject (MObject &object) | 
| Attaches the Function Set to the specified Maya Object.  More... | |
| virtual MStatus | setObject (const MObject &object) | 
| NO SCRIPT SUPPORT.  More... | |
Static Public Member Functions | |
| static const char * | className () | 
| Returns the name of this class.  More... | |
  Static Public Member Functions inherited from MFnBase | |
| static const char * | className () | 
| Returns the name of this class.  More... | |
| static const char * | typeString (MFn::Type) | 
| Returns the type string for a given type.  More... | |
| static bool | isValid (MFn::Type) | 
| Returns true if type is in the range of valid types.  More... | |
Tool context function set.
MFnToolContext is the function set that is used for querying tool contexts.
Typically this could be used in conjunction with MGlobal::currentToolContext().
| MFnToolContext | ( | MObject & | object, | 
| MStatus * | ReturnStatus = NULL  | 
        ||
| ) | 
| MFnToolContext | ( | const MObject & | object, | 
| MStatus * | ReturnStatus = NULL  | 
        ||
| ) | 
      
  | 
  virtual | 
Function set type.
Return the class type : MFn::kToolContext.
Reimplemented from MFnBase.
      
  | 
  static | 
Returns the name of this class.
Return the class name : "MFnToolContext".
Returns the tool context's name.
| [out] | ReturnStatus | return status | 
Returns the tool context's title.
| [out] | ReturnStatus | return status |