Home
last modified time | relevance | path

Searched refs:privateSlots (Results 1 – 18 of 18) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/tools/uic3/
H A Dsubclassing.cpp91 QStringList publicSlots, protectedSlots, privateSlots; in createSubDecl() local
117 privateSlots += functionName; in createSubDecl()
181 if ( !privateSlots.isEmpty() ) { in createSubDecl()
183 writeFunctionsSubDecl( privateSlots, privateSlotTypes, privateSlotSpecifier ); in createSubDecl()
254 QStringList publicSlots, protectedSlots, privateSlots; in createSubImpl() local
280 privateSlots += functionName; in createSubImpl()
336 if ( !privateSlots.isEmpty() ) in createSubImpl()
337 …writeFunctionsSubImpl( privateSlots, privateSlotTypes, privateSlotSpecifier, subClass, QLatin1Stri… in createSubImpl()
H A Dform.cpp340 QStringList publicSlots, protectedSlots, privateSlots; in createWrapperDeclContents() local
363 privateSlots += functionName; in createWrapperDeclContents()
498 if (!privateSlots.isEmpty()) { in createWrapperDeclContents()
500 writeFunctionsDecl(privateSlots, privateSlotTypes, privateSlotSpecifier); in createWrapperDeclContents()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby/
H A DLobbyPCCommon.cpp44 bs->WriteCompressed(privateSlots); in Serialize()
82 bs->ReadCompressed(privateSlots); in Deserialize()
154 return (int)privateSlots-(int)privateSlotMembers.Size(); in GetAvailablePrivateSlots()
199 if (privateSlotMembers.Size() < privateSlots) in AddRoomMemberToFirstAvailableSlot()
244 if (privateSlotMembers.Size()<privateSlots) in AddRoomMemberToPrivateSlot()
350 rowInTable->cells[DefaultTableColumns::TC_TOTAL_SLOTS]->Set(publicSlots+privateSlots); in WriteToRow()
352 rowInTable->cells[DefaultTableColumns::TC_TOTAL_PRIVATE_SLOTS]->Set(privateSlots); in WriteToRow()
354 …aultTableColumns::TC_OPEN_PRIVATE_SLOTS]->Set(privateSlots-privateSlotMembers.Size() < 0 ? 0 : pri… in WriteToRow()
H A DLobbyClientPC.h313 …me, const char *roomPassword, bool roomIsHidden, int publicSlots, int privateSlots, bool allowSpec…
500 virtual void ChangeNumSlots(int totalSlots, int privateSlots);
H A DLobbyPCCommon.h67 unsigned int privateSlots; member
H A DLobbyServer.cpp2700 int publicSlots, privateSlots; in CreateRoom_NetMsg() local
2709 bs.ReadCompressed(privateSlots); in CreateRoom_NetMsg()
2720 privateSlots=LOBBY_SERVER_MAX_PRIVATE_SLOTS; in CreateRoom_NetMsg()
2732 publicSlots+privateSlots<2 || in CreateRoom_NetMsg()
2827 lobbyRoom->privateSlots=privateSlots; in CreateRoom_NetMsg()
3493 int privateSlots; in ChangeNumSlots_NetMsg() local
3496 bs.ReadCompressed(privateSlots); in ChangeNumSlots_NetMsg()
3522 reply.WriteCompressed(privateSlots); in ChangeNumSlots_NetMsg()
3526 lsu->currentRoom->privateSlots!=privateSlots) in ChangeNumSlots_NetMsg()
3529 lsu->currentRoom->privateSlots=privateSlots; in ChangeNumSlots_NetMsg()
[all …]
H A DLobbyClientPC.cpp540 …me, const char *roomPassword, bool roomIsHidden, int publicSlots, int privateSlots, bool allowSpec… in CreateRoom() argument
567 else if (publicSlots+privateSlots<2) in CreateRoom()
604 bs.WriteCompressed(privateSlots); in CreateRoom()
732 return currentRoom.privateSlots; in GetPrivateSlotMaxCount()
2972 int publicSlots,privateSlots; in ChangeNumSlots_NetMsg() local
2982 bs.ReadCompressed(privateSlots); in ChangeNumSlots_NetMsg()
2984 currentRoom.privateSlots=privateSlots; in ChangeNumSlots_NetMsg()
H A DLobbyClientInterface.h111 …me, const char *roomPassword, bool roomIsHidden, int publicSlots, int privateSlots, bool allowSpec…
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/kf5/
H A Dconvert-to-new-signal-slot-signal.pl20 my %privateSlots = ();
184 %privateSlots = ();
228 return defined $privateSlots{$class}{$slot} ? "slot is a Q_PRIVATE_SLOT" : undef;
421 $privateSlots{$headerclassname}{$function} = $args;
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/headers/
H A Dtst_headers.cpp57 void privateSlots();
268 void tst_Headers::privateSlots() in privateSlots() function in tst_Headers
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/qtest/
H A Dqttestvisitors.h50 QMap<QString, QtTestCodeLocationAndType> privateSlots() const { return m_privSlots; } in privateSlots() function
H A Dqttestparser.cpp277 mergeTestFunctions(testFunctions, baseVisitor.privateSlots()); in fetchAndMergeBaseTestFunctions()
361 data.testFunctions = visitor.privateSlots(); in fillTestCaseData()
/dports/devel/doxygen/doxygen-1.9.3/templates/html/
H A Dhtmlmodule.tpl73 {% with memberListInfo=compound.privateSlots %}
174 {% with memberListInfo=compound.privateSlots %}
H A Dhtmlclass.tpl98 {% with memberListInfo=compound.privateSlots %}
286 {% with memberListInfo=compound.privateSlots %}
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/
H A Dcppcodemarker.cpp459 FastSection privateSlots(classe, "Private Slots", "", "private slot", "private slots"); in sections() local
605 insert(privateSlots, *c, style, status); in sections()
645 append(sections, privateSlots); in sections()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/LobbyClientTest/
H A DLobbyClientTest.cpp761 int privateSlots; in main() local
782 privateSlots=atoi(str); in main()
796 …lobbyClient.CreateRoom(roomName, roomPassword, roomIsHidden, publicSlots, privateSlots, allowSpect… in main()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dcontext.cpp1754 TemplateVariant privateSlots() const { return m_cachable.privateSlots.get(this); } in privateSlots() function in ClassContext::Private
2358 … CachedItem<TemplateVariant, Private, &Private::createPrivateSlots> privateSlots; member
2433 { "privateSlots", &Private::privateSlots },
4571 TemplateVariant privateSlots() const { return m_cachable.privateSlots.get(this); } in privateSlots() function in ModuleContext::Private
4903 CachedItem<TemplateVariant, Private, &Private::createPrivateSlots> privateSlots; member
4954 { "privateSlots", &Private::privateSlots },
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h2900 int privateSlots; member