Parent Directory
|
Revision Log
|
Patch
revision 2102 by jfenwick, Wed Nov 26 05:46:01 2008 UTC | revision 2103 by jfenwick, Thu Nov 27 01:00:34 2008 UTC | |
---|---|---|
# | Line 553 Data::isExpanded() const | Line 553 Data::isExpanded() const |
553 | } | } |
554 | ||
555 | bool | bool |
556 | Data::actsExpanded() const | |
557 | { | |
558 | return m_data->actsExpanded(); | |
559 | ||
560 | } | |
561 | ||
562 | ||
563 | bool | |
564 | Data::isTagged() const | Data::isTagged() const |
565 | { | { |
566 | DataTagged* temp=dynamic_cast<DataTagged*>(m_data.get()); | DataTagged* temp=dynamic_cast<DataTagged*>(m_data.get()); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |