HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UNI_Category::ToolInfo Class Reference

Information about the default shelf tool for a UNI node type. More...

#include <UNI_Category.h>

Public Member Functions

void setLabel (const UT_StringRef &label)
 Shelf tool label. More...
 
const UT_StringHolderlabel () const
 
void setSubmenus (const UT_StringArray &submenus)
 Shelf tool sub-menu in the Tab menu. More...
 
const UT_StringArraysubmenus () const
 
void setIcon (const UT_StringRef &icon)
 Shelf tool icon. More...
 
const UT_StringHoldericon () const
 
void setDefaultNodeName (const UT_StringRef &name)
 Defualt name for the nodes created by the tool. More...
 
const UT_StringHolderdefaultNodeName () const
 

Detailed Description

Information about the default shelf tool for a UNI node type.

Definition at line 101 of file UNI_Category.h.

Member Function Documentation

const UT_StringHolder& UNI_Category::ToolInfo::defaultNodeName ( ) const
inline

Definition at line 125 of file UNI_Category.h.

const UT_StringHolder& UNI_Category::ToolInfo::icon ( ) const
inline

Definition at line 119 of file UNI_Category.h.

const UT_StringHolder& UNI_Category::ToolInfo::label ( ) const
inline

Definition at line 107 of file UNI_Category.h.

void UNI_Category::ToolInfo::setDefaultNodeName ( const UT_StringRef name)
inline

Defualt name for the nodes created by the tool.

Definition at line 123 of file UNI_Category.h.

void UNI_Category::ToolInfo::setIcon ( const UT_StringRef icon)
inline

Shelf tool icon.

Definition at line 117 of file UNI_Category.h.

void UNI_Category::ToolInfo::setLabel ( const UT_StringRef label)
inline

Shelf tool label.

Definition at line 105 of file UNI_Category.h.

void UNI_Category::ToolInfo::setSubmenus ( const UT_StringArray submenus)
inline

Shelf tool sub-menu in the Tab menu.

Definition at line 111 of file UNI_Category.h.

const UT_StringArray& UNI_Category::ToolInfo::submenus ( ) const
inline

Definition at line 113 of file UNI_Category.h.


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