Home
last modified time | relevance | path

Searched refs:d_root (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/cegui/cegui-0.8.7/tests/unit/
H A DWindow.cpp68 CEGUI::Window* d_root; member
81 BOOST_CHECK(!d_root->isActive()); in BOOST_FIXTURE_TEST_SUITE()
86 BOOST_CHECK(d_root->isVisible()); in BOOST_FIXTURE_TEST_SUITE()
96 d_root->setAlpha(0.5f); in BOOST_AUTO_TEST_CASE()
101 d_root->setAlpha(1.0f); in BOOST_AUTO_TEST_CASE()
104 d_root->setDisabled(true); in BOOST_AUTO_TEST_CASE()
109 d_root->setDisabled(false); in BOOST_AUTO_TEST_CASE()
137 d_root->setDisabled(true); in BOOST_AUTO_TEST_CASE()
140 d_root->setDisabled(false); in BOOST_AUTO_TEST_CASE()
163 d_root->setID(2); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/cegui/cegui-0.8.7/samples/GameMenu/
H A DGameMenu.cpp69 d_root = winMgr.loadLayoutFromFile("GameMenu.layout"); in initialise()
70 d_guiContext->setRootWindow(d_root); in initialise()
113 CEGUI::Window* topBarWindow = d_root->getChild("TopBar"); in setupAnimations()
118 CEGUI::Window* botBarWindow = d_root->getChild("BotBar"); in setupAnimations()
146 window = d_root->getChild("InnerButtonsContainer/ButtonLoad"); in setupAnimations()
149 window = d_root->getChild("InnerButtonsContainer/ButtonSave"); in setupAnimations()
188 window = d_root->getChild("BotNavigationContainer"); in setupAnimations()
193 window = d_root->getChild("InnerButtonsContainer"); in setupAnimations()
603 d_botBarLabel = d_root->getChild("BotBar/BotBarLabel"); in setupWindows()
604 d_topBarLabel = d_root->getChild("TopBar/TopBarLabel"); in setupWindows()
[all …]
/dports/graphics/cegui/cegui-0.8.7/samples_framework/src/
H A DMetaDataWindowManager.cpp38 : d_root(metaDataWindow) in MetaDataWindowManager()
45 d_wndSampleType = d_root->getChild("SampleType"); in init()
46 d_wndSummary = d_root->getChild("Summary"); in init()
47 d_wndDescription = d_root->getChild("Description"); in init()
48 d_wndUsedFiles = d_root->getChild("UsedFiles"); in init()
49 d_wndCredits = d_root->getChild("Credits"); in init()
55 return d_root; in getWindow()
60 d_root->setText(sampleData->getName()); in setSampleInfo()
H A DSamplesBrowserManager.cpp50 d_root(samplesWindow), in SamplesBrowserManager()
61 return d_root; in getWindow()
109 d_root->setSize(USize(cegui_reldim(1.0f), cegui_reldim(1.0f))); in updateWindows()
202 d_root->addChild(d_verticalLayoutContainerSamples); in init()
H A DSamplesFramework.cpp511 d_root = winMgr.loadLayoutFromFile("SampleBrowser.layout"); in initialiseSampleBrowserLayout()
512 d_root->getChild("BackgroundImage")->setProperty( in initialiseSampleBrowserLayout()
515 CEGUI::Window* metaDataWindow = d_root->getChild("SampleBrowserMetaData"); in initialiseSampleBrowserLayout()
518 CEGUI::Window* samplesScrollablePane = d_root->getChild( in initialiseSampleBrowserLayout()
597 System::getSingleton().getDefaultGUIContext().setRootWindow(d_root); in initialisationFinalisation()
/dports/graphics/cegui/cegui-0.8.7/samples/ScrollablePaneDemo/
H A DSample_ScrollablePane.cpp75 CEGUI::Window* d_root; // the gui sheet member in ScrollablePaneSample
112 d_root = d_wm->createWindow("WindowsLook/Static"); in initialise()
113 d_root->setProperty("FrameEnabled", "false"); in initialise()
114 d_root->setSize(CEGUI::USize(cegui_reldim(1.0f), cegui_reldim(1.0f))); in initialise()
115 d_root->setProperty("BackgroundColours", "tl:FFBFBFBF tr:FFBFBFBF bl:FFBFBFBF br:FFBFBFBF"); in initialise()
118d_root->subscribeEvent(Window::EventKeyDown, Event::Subscriber(&ScrollablePaneSample::hotkeysHandl… in initialise()
119 d_guiContext->setRootWindow(d_root); in initialise()
127 d_root->addChild(bar); in initialise()
139 d_root->addChild(d_pane); in initialise()
/dports/graphics/cegui/cegui-0.8.7/tests/performance/
H A DWindow.cpp41 d_root = CEGUI::WindowManager::getSingleton().createWindow("DefaultWindow"); in DefaultWindowPerformanceTest()
42 d_root->setPosition(CEGUI::UVector2(CEGUI::UDim(0, 0), CEGUI::UDim(0, 0))); in DefaultWindowPerformanceTest()
43 d_root->setSize(CEGUI::USize(CEGUI::UDim(1, 0), CEGUI::UDim(1, 0))); in DefaultWindowPerformanceTest()
47 d_windows.push_back(d_root->createChild("DefaultWindow")); in DefaultWindowPerformanceTest()
62 CEGUI::Window* d_root; member in DefaultWindowPerformanceTest
/dports/devel/libdap/libdap-3.20.8/
H A DDMR.cc103 d_root = static_cast<D4Group*>(dmr.d_root->ptr_duplicate()); in m_duplicate()
104 DBG(cerr << "dmr.d_root: " << dmr.d_root << endl); in m_duplicate()
105 DBG(cerr << "d_root (from ptr_dup(): " << d_root << endl); in m_duplicate()
127 d_ce_empty(false),d_root(0) in DMR()
157 d_namespace(c_dap40_namespace), d_max_response_size_kb(0),d_ce_empty(false), d_root(0) in DMR()
188 d_namespace(c_dap40_namespace), d_max_response_size_kb(0), d_ce_empty(false),d_root(0) in DMR()
206 delete d_root; in ~DMR()
412 if (!d_root) d_root = static_cast<D4Group*>(d_factory->NewVariable(dods_group_c, "/")); in root()
413 return d_root; in root()
470 return d_root->request_size(constrained); in request_size()
[all …]
H A DDMR.h87 D4Group *d_root; variable
111 bool OK() const { return (d_factory && d_root && !d_dap_version.empty()); } in OK()
/dports/graphics/cegui/cegui-0.8.7/samples/FontDemo/
H A DSample_FontDemo.cpp98 d_root = winMgr.loadLayoutFromFile("FontDemo.layout"); in initialise()
99 d_guiContext->setRootWindow(d_root); in initialise()
104 …d_renewFontNameButton = static_cast<CEGUI::PushButton*>(d_root->getChild("FontDemoWindow/FontCrea… in initialise()
107 d_root->getChild("FontDemoWindow/FontCreator/FontSizeLabel"); in initialise()
393 …d_fontNameEditbox = static_cast<CEGUI::Editbox*>(d_root->getChild("FontDemoWindow/FontCreator/Font… in initialiseFontCreator()
394 …d_fontSizeEditbox = static_cast<CEGUI::Editbox*>(d_root->getChild("FontDemoWindow/FontCreator/Font… in initialiseFontCreator()
397 …d_fontCreationButton = static_cast<CEGUI::PushButton*>(d_root->getChild("FontDemoWindow/FontCreato… in initialiseFontCreator()
398 …d_fontEditButton = static_cast<CEGUI::PushButton*>(d_root->getChild("FontDemoWindow/FontCreator/Ed… in initialiseFontCreator()
412 d_fontSelector = static_cast<CEGUI::Listbox*>(d_root->getChild("FontDemoWindow/FontSelector")); in initialiseFontSelector()
432 d_textSelector = static_cast<CEGUI::Listbox*>(d_root->getChild("FontDemoWindow/TextSelector")); in initialiseTextSelector()
[all …]
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dsat_proof.h72 SatProofNode* d_root;
75 SatProof() : d_root(NULL) { }; in SatProof()
101 d_root = root; in setRoot()
109 DebugAssert(d_root != NULL, "null root found in getRoot"); in getRoot()
110 return d_root; in getRoot()
/dports/biology/freebayes/freebayes-1.3.5/contrib/SeqLib/SeqLib/
H A Daho_corasick.hpp192 node d_root; member in aho_corasick::interval_tree
196 : d_root(intervals) {} in interval_tree()
228 return interval_collection(d_root.find_overlaps(i)); in find_overlaps()
303 ptr d_root; member in aho_corasick::state
313 , d_root(depth == 0 ? this : nullptr) in state()
377 result = d_root; in next_state()
418 std::unique_ptr<state_type> d_root; member in aho_corasick::basic_trie
426 : d_root(new state_type()) in basic_trie()
448 state_ptr_type cur_state = d_root.get(); in insert()
482 state_ptr_type cur_state = d_root.get(); in parse_text()
[all …]
/dports/graphics/cegui/cegui-0.8.7/samples/HelloWorld/
H A DHelloWorld.cpp77 d_root = (DefaultWindow*)winMgr.createWindow("DefaultWindow", "Root"); in initialise()
85 guiContext->setRootWindow(d_root); in initialise()
95 d_root->addChild(wnd); in initialise()
/dports/net/tclsoap/tclsoap1.6.7/
H A DXMLRPC.tcl109 set d_root [dom::document createElement $doc "methodResponse"]
110 set d_params [dom::document createElement $d_root "params"]
128 set d_root [dom::document createElement $doc "methodResponse"]
129 set d_params [dom::document createElement $d_root "params"]
/dports/math/coxeter3/coxeter-7b5a1f0/
H A Dsearch.hpp50 :d_size(0), d_root(0) in BinaryTree()
61 delete d_root; in ~BinaryTree()
75 TreeNode<T>** c = &d_root; in find()
H A Ddictionary.hpp34 d_root = new DictCell<T>(0,0,true,false); in Dictionary()
45 delete d_root; in ~Dictionary()
61 DictCell<T> *cell = d_root; in findCell()
111 cell = d_root; in insert()
H A Dsearch.h52 TreeNode<T>* d_root; variable
75 {return d_root;} in root()
H A Ddictionary.h56 DictCell<T>* d_root;
67 DictCell<T>* root() {return d_root;} in root()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Diputils.hh885 node = rhs.d_root.get(); in copyTree()
998 node = d_root->left.get(); in insert()
1010 node = d_root->right.get(); in insert()
1018 if (!d_root->left) in insert()
1022 if (d_root->left) in insert()
1134 node = d_root->left.get(); in lookup()
1136 node = d_root->right.get(); in lookup()
1186 node = d_root->left.get(); in erase()
1188 node = d_root->right.get(); in erase()
1261 d_root.reset(new TreeNode()); in clear()
[all …]
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Diputils.hh885 node = rhs.d_root.get(); in copyTree()
998 node = d_root->left.get(); in insert()
1010 node = d_root->right.get(); in insert()
1018 if (!d_root->left) in insert()
1022 if (d_root->left) in insert()
1134 node = d_root->left.get(); in lookup()
1136 node = d_root->right.get(); in lookup()
1186 node = d_root->left.get(); in erase()
1188 node = d_root->right.get(); in erase()
1261 d_root.reset(new TreeNode()); in clear()
[all …]
/dports/net-mgmt/metronome/metronome-0.9.0/
H A Dstatstorage.cc11 StatStorage::StatStorage(const string& fname) : d_root(fname) in StatStorage()
29 return d_root+"/"+name+"."+to_string(getWeekNum(timestamp)); in makeFilename()
92 DIR *dir = opendir(d_root.c_str()); in getMetrics()
122 DIR *dir = opendir(d_root.c_str()); in retrieveVals()
141 retrieveAllFromFile(d_root+"/"+f, &ret); in retrieveVals()
/dports/math/arb/arb-2.21.1/hypgeom/
H A Destimate_terms_d.c19 static __inline__ double d_root(double x, int r) in d_root() function
50 y = (prec * LOG2) / (d_root(t, r) * EXP1 * r); in hypgeom_estimate_terms()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DGUILayout_xmlHandler.h59 d_root(0),
188 Window* d_root; //!< Will point to first window created. variable
/dports/graphics/cegui/cegui-0.8.7/samples/HUDDemo/
H A DHUDemo.cpp145 d_root = winMgr.createWindow("DefaultWindow", "HUDDemoRoot"); in initialise()
146 d_root->addChild(d_rootIngame); in initialise()
147 d_guiContext->setRootWindow(d_root); in initialise()
436 d_root->addChild(d_rootGameOver); in handleLivesChanged()
497 d_root->removeChild(d_rootGameOver); in handleRestartButtonClicked()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DGUILayout_xmlHandler.cpp174 d_root = 0; in cleanupLoadedWindows()
183 return d_root; in getLayoutRootWindow()
226 d_root = wnd; in elementWindowStart()

12