Home
last modified time | relevance | path

Searched refs:setPaste (Results 1 – 7 of 7) sorted by relevance

/dports/www/privatebin/PrivateBin-1.3.5/lib/Model/
H A DComment.php107 public function setPaste(Paste $paste) function in PrivateBin\\Model\\Comment
H A DPaste.php146 $comment->setPaste($this);
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/navigation/
H A DNavigationToolBar.java101 app.setPaste(paste); in createToolBar()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dtoolbarstate.cpp84 m_pUMLScene->setPaste(false); in mousePress()
H A Dumlscene.h216 void setPaste(bool paste);
H A Dumlscene.cpp233 p->setPaste(false); in setToolBarChanged()
2989 void UMLScene::setPaste(bool paste) in setPaste() function in UMLScene
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/org/jgraph/example/
H A DGraphEd.java1239 public void setPaste(Action paste) { in setPaste() method in GraphEd