Choreonoid  1.5
Public Member Functions | Friends | List of all members
cnoid::LinkTreeItem Class Reference

#include <LinkTreeWidget.h>

Inheritance diagram for cnoid::LinkTreeItem:

Public Member Functions

 LinkTreeItem (const std::string &name)
 
int rowIndex () const
 
const std::string & name () const
 
const QString & nameText () const
 
const Linklink () const
 
Linklink ()
 
bool isLinkGroup () const
 
virtual QVariant data (int column, int role) const
 
virtual void setData (int column, int role, const QVariant &value)
 

Friends

class LinkTreeWidget
 
class LinkTreeWidgetImpl
 

Constructor & Destructor Documentation

◆ LinkTreeItem()

LinkTreeItem::LinkTreeItem ( const std::string &  name)

Member Function Documentation

◆ data()

QVariant LinkTreeItem::data ( int  column,
int  role 
) const
virtual

◆ isLinkGroup()

bool cnoid::LinkTreeItem::isLinkGroup ( ) const
inline

◆ link() [1/2]

const Link* cnoid::LinkTreeItem::link ( ) const
inline

◆ link() [2/2]

Link* cnoid::LinkTreeItem::link ( )
inline

◆ name()

const std::string& cnoid::LinkTreeItem::name ( ) const
inline

◆ nameText()

const QString& cnoid::LinkTreeItem::nameText ( ) const
inline

◆ rowIndex()

int cnoid::LinkTreeItem::rowIndex ( ) const
inline

◆ setData()

void LinkTreeItem::setData ( int  column,
int  role,
const QVariant &  value 
)
virtual

Friends And Related Function Documentation

◆ LinkTreeWidget

friend class LinkTreeWidget
friend

◆ LinkTreeWidgetImpl

friend class LinkTreeWidgetImpl
friend

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