Home
last modified time | relevance | path

Searched refs:SetDecorator (Results 1 – 9 of 9) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUILinkTextBlock.cpp60 block->m_link_text->SetDecorator(VarText::SHIP_ID_TAG, new ColorByOwner()); in CreateFromTag()
61 block->m_link_text->SetDecorator(VarText::PLANET_ID_TAG, new ColorByOwner()); in CreateFromTag()
62 block->m_link_text->SetDecorator(TextLinker::BROWSE_PATH_TAG, new PathTypeDecorator()); in CreateFromTag()
H A DLinkText.h66 void SetDecorator(const std::string& link_type, LinkDecorator* decorator);
H A DSitRepPanel.cpp247 m_link_text->SetDecorator(VarText::EMPIRE_ID_TAG, new ColorEmpire()); in CompleteConstruction()
248 m_link_text->SetDecorator(TextLinker::BROWSE_PATH_TAG, new PathTypeDecorator()); in CompleteConstruction()
H A DLinkText.cpp254 void TextLinker::SetDecorator(const std::string& link_type, LinkDecorator* decorator) { in SetDecorator() function in TextLinker
/dports/java/trove4j/3.1a1/templates/gnu/trove/decorator/
H A D_E_SetDecorator.template54 public class T#E#SetDecorator extends AbstractSet<#ET#>
66 public T#E#SetDecorator() {}
74 public T#E#SetDecorator( T#E#Set set ) {
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/cursespp/
H A DListWindow.h76 void SetDecorator(Decorator decorator);
/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DCombatLogWnd.cpp506 links->SetDecorator(VarText::SHIP_ID_TAG, new ColorByOwner()); in DecorateLinkText()
507 links->SetDecorator(VarText::PLANET_ID_TAG, new ColorByOwner()); in DecorateLinkText()
508 links->SetDecorator(VarText::SYSTEM_ID_TAG, new ColorByOwner()); in DecorateLinkText()
509 links->SetDecorator(VarText::EMPIRE_ID_TAG, new ColorByOwner()); in DecorateLinkText()
/dports/java/trove4j/3.1a1/templates/gnu/trove/
H A DTDecorators.template105 return new T#E#SetDecorator( set );
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DListWindow.cpp69 void ListWindow::SetDecorator(Decorator decorator) { in SetDecorator() function in ListWindow